Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Image in a

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Web Hosting Control Panels  
Author Message
yeah

External


Since: Jun 28, 2003
Posts: 98



(Msg. 1) Posted: Sat Jul 17, 2004 3:04 am
Post subject: Image in a
Archived from groups: alt>www>webmaster (more info?)

Hi,

I'm sure this must be easy, but how do I get two images inside a
single <TD> and force on to the left of the td and 1 to the right of
the <TD>

So the effect is

<TD>Image1 Image2</TD>

Thanks for any help

zeebop

 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
user480

External


Since: May 19, 2004
Posts: 154



(Msg. 2) Posted: Sat Jul 17, 2004 3:04 am
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"zeebop" <yeah DeleteThis @um.right> wrote in message
news:mkngf0tpnr2jbsdn1km1ruqocu3r8otn6m@4ax.com...
 > Hi,
 >
 > I'm sure this must be easy, but how do I get two images inside a
 > single <TD> and force on to the left of the td and 1 to the right of
 > the <TD>
 >
 > So the effect is
 >
 > <TD>Image1 Image2</TD>
 >
 > Thanks for any help
 >
 > zeebop

<TD NOWRAP>Image1 Image2</TD>
?<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
gotch

External


Since: Jul 07, 2004
Posts: 31



(Msg. 3) Posted: Sat Jul 17, 2004 3:04 am
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"zeebop" <yeah.TakeThisOut@um.right> wrote in
 > Hi,
 >
 > I'm sure this must be easy, but how do I get two images inside a
 > single <TD> and force on to the left of the td and 1 to the right of
 > the <TD>
 >
 > So the effect is
 >
 > <TD>Image1 Image2</TD>
 >
 > Thanks for any help
 >

<TD><img src=".." align=right><img src=".." align=left></TD>

Herc<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
yeah

External


Since: Jun 28, 2003
Posts: 98



(Msg. 4) Posted: Sat Jul 17, 2004 4:36 am
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 16 Jul 2004 23:44:33 GMT, "|-|erc" <gotch.TakeThisOut@beauty.com> wrote:

 >"zeebop" <yeah.TakeThisOut@um.right> wrote in
  >> Hi,
  >>
  >> I'm sure this must be easy, but how do I get two images inside a
  >> single <TD> and force on to the left of the td and 1 to the right of
  >> the <TD>
  >>
  >> So the effect is
  >>
  >> <TD>Image1 Image2</TD>
  >>
  >> Thanks for any help
  >>
 >
 ><TD><img src=".." align=right><img src=".." align=left></TD>
 >
 >Herc
 >
 >

Thanks.
I dont know why - but when I tried that before, it put the right image
on the line below.

Thanks again.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
user480

External


Since: May 19, 2004
Posts: 154



(Msg. 5) Posted: Sat Jul 17, 2004 4:36 am
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"zeebop" <yeah RemoveThis @um.right> wrote in message
news:q3tgf0p4cijdo4pv1pt3mgnfm2h47fc4ts@4ax.com...
 > On Fri, 16 Jul 2004 23:44:33 GMT, "|-|erc" <gotch RemoveThis @beauty.com> wrote:
 >
  > >"zeebop" <yeah RemoveThis @um.right> wrote in
   > >> Hi,
   > >>
   > >> I'm sure this must be easy, but how do I get two images inside a
   > >> single <TD> and force on to the left of the td and 1 to the right of
   > >> the <TD>
   > >>
   > >> So the effect is
   > >>
   > >> <TD>Image1 Image2</TD>
   > >>
   > >> Thanks for any help
   > >>
  > >
  > ><TD><img src=".." align=right><img src=".." align=left></TD>
  > >
  > >Herc
  > >
  > >
 >
 > Thanks.
 > I dont know why - but when I tried that before, it put the right image
 > on the line below.
 >
 > Thanks again.

<TD NOWRAP>Image1 Image2</TD>

Sheesh. It's wrapping on you.
Not rappin..but wrappin.

Wink<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 6) Posted: Sat Jul 17, 2004 2:34 pm
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Allis wrote:

 >
 > "zeebop" <yeah RemoveThis @um.right> wrote in message
 > news:mkngf0tpnr2jbsdn1km1ruqocu3r8otn6m@4ax.com...
  >> Hi,
  >>
  >> I'm sure this must be easy, but how do I get two images inside a
  >> single <TD> and force on to the left of the td and 1 to the right of
  >> the <TD>
  >>
  >> So the effect is
  >>
  >> <TD>Image1 Image2</TD>
  >>
  >> Thanks for any help
  >>
  >> zeebop
 >
 > <TD NOWRAP>Image1 Image2</TD>
 > ?

That would put the two images side by side, which I don't think is what
he's after. I think he wants one image to be to the left of the cell,
with the other image to the right of the cell, probably with a space in
between.

--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 7) Posted: Sat Jul 17, 2004 2:38 pm
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

zeebop wrote:

 > Hi,
 >
 > I'm sure this must be easy, but how do I get two images inside a
 > single <TD> and force on to the left of the td and 1 to the right of
 > the <TD>
 >
 > So the effect is
 >
 > <TD>Image1 Image2</TD>
 >
 > Thanks for any help

I don't think it can be done with a TD tag/attribute.

You could put two cells in a row, one aligned left, the other aligned
right.

Depends on what you are after but you could also try:

<TD>Image1     Image2</TD>

--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
yeah

External


Since: Jun 28, 2003
Posts: 98



(Msg. 8) Posted: Sat Jul 17, 2004 7:36 pm
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 17 Jul 2004 11:38:59 GMT, Charles Sweeney <me.DeleteThis@charlessweeney.com>
wrote:

 >zeebop wrote:
 >
  >> Hi,
  >>
  >> I'm sure this must be easy, but how do I get two images inside a
  >> single <TD> and force on to the left of the td and 1 to the right of
  >> the <TD>
  >>
  >> So the effect is
  >>
  >> <TD>Image1 Image2</TD>
  >>
  >> Thanks for any help
 >
 >I don't think it can be done with a TD tag/attribute.
 >
 >You could put two cells in a row, one aligned left, the other aligned
 >right.
 >
 >Depends on what you are after but you could also try:
 >
 ><TD>Image1     Image2</TD>

Thanks for all your help.
Part of the issue is that I am editing an application and mucking
about with an exisitng layout - so I cant be too free with the code,
but the <td>img align="left" img align="right"</td> seems to be
working for me.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
shit1

External


Since: Jul 09, 2004
Posts: 446



(Msg. 9) Posted: Sat Jul 17, 2004 7:57 pm
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

in post: <news:mkngf0tpnr2jbsdn1km1ruqocu3r8otn6m@4ax.com>
zeebop <yeah.TakeThisOut@um.right> said:

 > I'm sure this must be easy, but how do I get two images inside a
 > single <TD> and force on to the left of the td and 1 to the right of
 > the <TD>

<looks around/> i thought it was 1996 there for a second. you're not
really using tables for layout are you?

div{position:relative;}img{position:absolute;}
#image01{left:0;}#image02{right:0;}

<div><img ... id="image01"><img ... id="image02"></div>

--
b r u c i e<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
shit1

External


Since: Jul 09, 2004
Posts: 446



(Msg. 10) Posted: Sat Jul 17, 2004 8:03 pm
Post subject: Re: Image in a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

in post: <news:j-ydnXJBB6Od4mXdRVn-vA@comcast.com>
Allis <allis is @the moose is loose net> said:

 > <TD NOWRAP>Image1 Image2</TD>

a) its deprecated. use white-space:nowrap;
b) may be ignored if a px width is used for the <td>
c) doesn't align one image left and the other right

--
b r u c i e<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Image in a <TD&gt; 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Image Problem - Further to my image problem, Can anyone tell me why a very small percentage of people can't view the jpegs on a site. Is there anything wrong with this HTML?: <img src='../adimages/309thumb.jpg' alt='' border=0> I have had about 5 people saying th...

Image effects - Hi all, I would like to find out, how to "cut" out an image into a circle. Then add effects later like shadow embossing etc with Photoshop 7. Also I would like to add graphical frame/borders to some of my pictures. Any ideas? I would like to c...

Image Maps - I know so many people are using image maps now days to create their rollover locations. How dependable are they? Do you guys oppose them? -- Sharif Tanvir Karim http://www.aftermathstudios.com

Image protection - Hi folks ... wonder if I could pick a few brains out there.. I have been asked to protect bandwidth on an image heavy "Anime" site - the owner complaining that people are refering to the images and stealing her bandwidth. (shes not bothered ab...

Image copyright - Hi If I take an image at a sports event (for example) do I own the copyright to that photo or does the subject maintain some kind of control over the image? I am building a sports related site and have photos of people partaking in the particular sport..
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]