|
Next: Web Hosting Control Panels
|
| Author |
Message |
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> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |
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.
 <!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image in a <TD> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |
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> |
|
| Back to top |
|
 |  |