Forum Moderators: not2easy
To get my thumbnail images I used this in the html
<div>
<dl>
<dt></dt>
<dd></dd>
<dt></dt>
<dd></dd>
<dt></dt>
<dd></dd>
</dl>
</div>
<h3>Header</h3>
and my css is
DL
{
text-align: center;
font-size: 0.95em;
margin: 25px 0 0px;
}
DT, DD
{
width: 10.5em;
float: left;
}
DT
{
margin-bottom: 5.5em;
}
DD
{
margin: 112px 0 0 -9.7em;
}
.fiftyfive IMG
{
vertical-align: bottom;
border: 1px solid #999;
padding: 2px;
background: #FFF;
}
.fiftyfive EM
{
text-align: center;
}
*
{
margin: 0;
padding: 0;
}
thanks in advance, James
Note: my doc type is <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">