inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 20, 2005 10:44:33 GMT -8
But whenever I do a table with class="bordercolor" the border never shows up; what am I doing wrong!?
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 20, 2005 11:02:45 GMT -8
You would normally use bordercolor is you're having a table within a table: <table class="bordercolor" width="92%"><tr><td><table class="windowbg2" cellspacing="1" width="100%"><tr><td>CONTENT</td></tr></table></td></tr></table> If you just want the table to have a border, use border="1"I think that was right anyway
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 20, 2005 11:07:05 GMT -8
no You would normally use bordercolor is you're having a table within a table: <table class="bordercolor" width="92%"><tr><td><table class="windowbg2" cellspacing="1" width="100%"><tr><td>CONTENT</td></tr></table></td></tr></table> If you just want the table to have a border, use border="1"I think that was right anyway Ok, I'll try that EDIT The table inside the table thing works but it's really thick I want just a normal border like on everything else on this site
|
|