copyright © CSSPG, lud June 04 1999

for practical use of CSS
In response to a question from Bjoern Hoehrmann in the stylesheets newsgroup about suggesting similar rendering of a bordered <h5>, the following workaround was developed:
The CSS rules are:
H5
{border-width: 1px;
border-style:solid;
border-color: green;
margin: 2em;
}
div {width: 150px;}