Home | All Questions | alt.html FAQ >

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;
}

Recommended Resources

Discussion

Related Questions