How do I create a table with the solid one-pixel border?
The cascading style solution (will not work in NN4)
.top{
text-align : justify;
border-width : 2px;
border-style : solid;
border-color : maroon;
}
The cascading style solution (will not work in NN4)
.top{
text-align : justify;
border-width : 2px;
border-style : solid;
border-color : maroon;
}