
Table Borders - But Only Around The Table!
I'd like to add a thin black border around a table but only around it not within it (which happens when the change the html to:
<table border="1">
I tried adding the following to my stylesheet:
table { border: 1px solid black; }
Thanks,
Sam
EDIT: I just worked it out.
If your interested I add the following to my stylesheet:
.table2 { border: 1px solid black; }
<table class="table2">
<table>
- Walter WhiteWalter WhiteWalter WhitePosts: Threads: Thanks: Account age: less than a second
-
[ 0 ] Thank this user
-
- jakebvs85jakebvs85jakebvs85Posts: Threads: Thanks: Account age: less than a second
-
[ 0 ] Thank this user
-