shortstuff
05-19-2003, 10:08 PM
I'm currently making a layout using tables, and I would like a small border. Is there a way of getting your border smaller than the size it goes after using 'border=1' ? Even that seems too chunky. Is there a css code or something to achieve a nice small 1 pixel border?
thanks :)
shortstuff
05-19-2003, 10:18 PM
ok...umm, where does that go? lol
shortstuff
05-19-2003, 10:28 PM
Now the border disapeared :(
this is the code I'm using:
<table style="border-width:1px" bordercolor=ffffff valign=top width=600>
grr...i hate tables! lol
kittycat
05-19-2003, 10:49 PM
Try style="border: 1px solid #ffffff;"
shortstuff
05-19-2003, 10:56 PM
it worked! thank you so much!