On Thu, 14 Aug 2003 14:48:02 -0400, Joseph Misko wrote
(in message <1060887827.642152 (AT) websense (DOT) vermontel.net>):
Quote:
I have a table with two relatively positioned images in it, and some text.
The styles are on the page at the top. Notice the top left image is
displaying how I want, with the text wrapping around it because I designated
float left. I need the bottom right image to set in the text, but right now
there is a large blank area to the right of the image. |
That's because the whole text would be flowed first and then the picture
placed. If you move the picture tag into the text instead of at the end
of it and the browser will have to deal with it before it flows the rest
of the text, then the picture will move up.
--
J Brady