table with black outer, but grey inner border
Posted
by Jan-Frederik Carl
on Stack Overflow
See other posts from Stack Overflow
or by Jan-Frederik Carl
Published on 2010-04-16T12:12:33Z
Indexed on
2010/04/16
12:23 UTC
Read the original article
Hit count: 433
Hello, I want to create a html table with a 1pt black outer border and the same border around every td.
Should look like this (only the borders, of course)
I use
<table border="1" style="border-collapse:collapse; border-color:Black; border-style:solid; border-width:1pt">
As a result I get a black outer, but grey inner borders.
© Stack Overflow or respective owner