Forum Moderators: not2easy

Message Too Old, No Replies

Is this float possible?

         

johnhamman

6:00 pm on Apr 27, 2004 (gmt 0)

10+ Year Member



Hi all,
I would like to have an image float to the right side of a paragraph, BUT not start at the top but have the text wrap the top and bottem of the image. Is this possibe, if so how?

like this

para para para para para para para para
para para para para para para para para
para para para para para ¦------------¦
para para para para para ¦------------¦
para para para para para ¦---_image---¦
para para para para para ¦------------¦
para para para para para ¦------------¦
para para para para para para para para
para para para para para para para para

Bonusbana

6:07 pm on Apr 27, 2004 (gmt 0)

10+ Year Member



You could always break up your paragraphs and insert the floating image where you want it.

johnhamman

6:31 pm on Apr 27, 2004 (gmt 0)

10+ Year Member



i finally just put the id tag inside the image tag and put the image in the para and it worked. But i was looking for a way to do it via the div tag. In some browsers when you do that with the div tag its makes a weird return character.
john

DrDoc

7:18 pm on Apr 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, that's the only way of doing it... Make the image float, and then position it in the paragraph where you want the floating to begin. I tried playing around with margins and stuff, but that only increased the whitespace above the image.