VBGamer |
|
Re: html table borders David Goodlad (0 replies, 0 views) (2001-Feb-3) What I did to make the black borders is actually have tables within tables. Like:
<pre>[table border=0 cellpadding=0 cellspacing=0]
[tr]
[td bgcolor="#000000" width=100%]
[table width=100% border=0 cellpadding=3 cellspacing=0]
[tr]
[td]text here[/td]
[/tr]
[/table]
[/td]
[/tr]
[/table]</pre>
That puts a black border around it.......
HTH
David |