View Full Version : Text In Table Is Wrong


Shaneo
04-23-2003, 01:00 PM
Can someone please help me!

I've set up a table with an image so it's wraped around the right side of the table (using cellpadding="0") but now the text on the left of the table is on the very left which looks very tacky! Click here (http://www.sa86net.com/~shaneo/help/) to see what i mean..

Is there anything i can do about the text.. Is there a way i could still have the image wrapped around the table with cellpadding="3"? Or is there a way to indent the text.. And god please don't say &nbps; because i'm going to have a lot of these type tables on my site and i'm not gonna put &nbps; infront of each new line :lol:

Any and all help is appeciated.. Thx :D

pb&j
04-23-2003, 01:30 PM
try changing this...
<!div align="justify">

to this...
<div align="justify" style="margin-left:5px;">

(notice, took out the ! from there too)

or you can try "padding-left" if the margin doesn't want to work for ya.

another way would be to colspan=2 the first row, make the second row two cells instead of one having text in the first and the image in the second, and apply that new css into the TD containing the text.

Shaneo
04-23-2003, 01:34 PM
First method worked.. Second method is way over my head so thankgod the first method worked :lol:

TYVM pb&j :D