Sent by Merlin Emrys on 15 February 2002 20:08
Lost my copy of the fairly recent solution to this.... can someone please
refresh?
2 across and 3 across with 2-3 lines of text centered beneath each thumbnail.
Relevant css used in my table-based layout is:
body {
background: #000;
text-align: center;
#content {
margin: 0px auto;
text-align: left;
width: 600px;
voice-family: "\"}\"";
voice-family:inherit;
width: 600px;
}
html>body #content {
width: 600px;
}
.small {
font: bold 11px/1.5 verdana,arial,helvetica,sans-serif;
color: #d3d3d3;
background: transparent;
}
Thanks! m