|
Posted by SergioQ on December 26, 2007, 4:03 pm
Please log in for more thread options
Hello All,
I would like to "pad" the rows of my table. Cellpadding and
Cellspacing aren't an option cause they affect both the horizontal as
well as vertical axis.
So I used to do essentially a row with nothing more than one
in
it.
Then I realized thta if I removed the my padding got smaller,
and I could use 2 or 3 and get more precise.
So my question is, is this row:
<tr><td></td></tr>
Or could not having the in there cause a problem?
Thanks ahead, as always.
|