View Full Version : Borders...


Lennac
07-10-2003, 12:19 PM
Ok, until I make an image to make my rounded borders... what's the code that I use to make my table have only one side with a border?

pb&j
07-10-2003, 02:10 PM
try adding this to your table tag...

style="border: 0px 5px 0px 0px;"

the order goes in top, right, bottom, left borders.

**untested**

Lennac
07-10-2003, 07:50 PM
I'll try that... thx.