ugh.... help?

liunx

Guest
iight.... I have like this story template.. right? And i have images off the the side of the text.. but Im using table.. And i dont wanna use tables cuz, im gonna have PHP automactaly insert text... but... the table code is right in the middle of the text.. so how can I loose the tables and use sumtin that Text can go around fully? I have attatched the thing im using now..COM'ON.... Plz.. somebody?use "float:left" or "float:right" css commands for the images. Also give them margins so there will be space between the image and the text 'floating' around them.

<p><img src=http://www.webdeveloper.com/forum/archive/index.php/"my.jpg" style="float:left;margin:10px;">
This text will display to the right of the image and continue until it drops below the image, thus wrapping around the right and bottom edges of the image.</p>awesome thanks a bunch!
Originally posted by rsd
use "float:left" or "float:right" css commands for the images. Also give them margins so there will be space between the image and the text 'floating' around them.

<p><img src=http://www.webdeveloper.com/forum/archive/index.php/"my.jpg" style="float:left;margin:10px;">
This text will display to the right of the image and continue until it drops below the image, thus wrapping around the right and bottom edges of the image.</p>
 
Back
Top