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 White -
Thanks
{{ DiscussionBoard.errors[4031506].message }} -
-
jakebvs85 -
Thanks
{{ DiscussionBoard.errors[6883333].message }} -