PDA

View Full Version : cellpadding


sjc_unique
08-18-2002, 10:59 PM
hi, am trying to get just one cell to have a cellpadding.
<table cellpadding=0>
<tr>
<td>.......
</td>
<td cellpadding=3>......
</td>
</tr>
</table>

however, it doesnt seen to work. any suggestions?

thanks

SJC

Nightfire
08-18-2002, 11:22 PM
<table cellpadding=0>
<tr>
<td>.......
</td>
<td style="padding:6px">......
</td>
</tr>
</table>

sjc_unique
08-18-2002, 11:25 PM
quality. thanks mate.

fractalbit
04-02-2003, 07:16 AM
I had EXACTLY the same question and found this through the search feature. The site and forum is excellent. Thanks!