Forum Moderators: not2easy

Message Too Old, No Replies

Image position: right, bottom

As usual, it must be simplier than i see it now ...

         

Waltt

1:14 am on Apr 7, 2004 (gmt 0)

10+ Year Member



Got some text and an image inside <td> ... </td>.
I can position the image right with the text flowing around it with style="float:right;" or <img src ... align=right>.

What about positiong the image right and bottom keeping the text flowing around it?
Thanks for helping.

isitreal

5:06 am on Apr 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If you position the image the text won't flow around it. You have to place the image down on the page, a few lines from the bottom of the container, and float it right from there, play around to find the best place to put it

Waltt

5:46 am on Apr 7, 2004 (gmt 0)

10+ Year Member



Thank you "isitreal".