DancN_DragN171
03-15-2003, 08:01 AM
well im using tables and im not sure if i understand the cellspacing or cell padding exactly but my prob is that theres a weird margin on the right of my cells
to better undersatnd it:
http://www.geocities.com/dancn_dragn171/Dragonindex.html
im really puzzeled and im not sure what cud be causing this problem.
any help would be GREATLY APPRECIATED
thnx!
MaGiCSuN
03-15-2003, 08:10 AM
I don't really understand what you want. I don't see a margin :S Do you want the cellspacing and padding to be so big? or what? please explain a bit more...
Love,
Mirna
DancN_DragN171
03-15-2003, 08:14 AM
srry srry i gues that was confusing.
well wat i want is the writing "Yo! This is really coming together now, I ......." to reach all the way to the ends of the frame. But it wont.
did that help??:s
MaGiCSuN
03-15-2003, 08:25 AM
That's because you have set the <td> size smaller then the table actually is.
<table border="2" cellpadding="15" cellspacing="20" width="410">
<tr>
<td Valign="top" Align="left" width="250">
you had the one above. Change it to this one:
<table border="2" cellpadding="15" cellspacing="20" width="410">
<tr>
<td Valign="top" Align="left" width="350">
i made it the same width as the <span> the comes below all those <br>
Love,
Mirna
epolady
03-15-2003, 08:30 AM
Adjust the widths of your SPANs. From what I see, you don't have a width of the "Yo! This is really coming together....." span, so add a width: ###px & height: ###px. If you really wanted it to spread out through the whole cell - add text-align: justify; to the SPAN tag.
DancN_DragN171
03-15-2003, 08:42 AM
thanks ALOT guys for all your help!!
I REALLY APPREACIT IT!
THANK YOU!:D (im so happy yipee!)