MistressVivi
05-10-2004, 04:28 PM
Does anyone know how I could wrap text around divs? For example, putting a div on a page, then having all the text around it stopping there and moving to the next line instead of making a new line just for the div then putting the rest on a line below that.
Calidris
05-10-2004, 07:56 PM
<p>This is lots and lots and lots of text. This is lots and lots and lots of text. This is lots and lots and lots of text. This is lots and lots and lots of text.
<div>This is my DIV</div>
This is lots and lots and lots of text. This is lots and lots and lots of text.</p>
MistressVivi
05-11-2004, 05:35 PM
As I said before, that's the same problem - instead of going around (as in next to, above, etc), it's creating a new line above and below the div.
bourdelson
05-11-2004, 06:56 PM
http://www.lissaexplains.com/html.shtml#text
Maybe this will help you out. Scroll down a little way, and it talks about text wrapping around a picture. Hope that's what you're looking for! :)