nikko50
10-10-2007, 05:55 PM
Hi all.
How do I apply a "0px" border to a table only on the top and bottom.
How do I apply a "0px" border to a table only on the top and bottom.
|
||||
table borders top & bottomnikko50 10-10-2007, 05:55 PM Hi all. How do I apply a "0px" border to a table only on the top and bottom. BarrMan 10-10-2007, 05:57 PM table { border-top:0px; border-bottom:0px; } vtjustinb 10-10-2007, 06:13 PM Also worth noting that 'none' will get the job done too (border-top: none) and that you don't need to specify units when providing a zero'ed value (border-top: 0). |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum