View Full Version : table border


Why-Not
07-09-2005, 05:12 PM
How do i get my table border lines to be thin and not bulky?
eg:
http://www.opns.setmypeoplefree.com/
Thanks

lefty
07-09-2005, 06:34 PM
Mind posting your code?

pretender
07-09-2005, 07:11 PM
Like This
<table align="center" cellspacing="0" cellpadding="0" border="0" height="400" width="400">
<tr>
<td style="border: 1 solid #FFFFFF">Your Content Here!
</td></tr></table>

Just change the numbers and colors to what you want