Page is a not externally linkable
Yoeri - 9:35 am on Jan 13, 2003 (gmt 0)
I removed the width 100% and height 100% on the anchor style, because this is causing the problem ... I also changed the style of the image ... Hope it helps ... <html> div.thumbnailbox a { div.thumbnailbox a:hover { .thumbnailboximage { </style> <body> </body>
Try this ...
<head>
<title></title>
<style>
.thumbnailbox {
float: left;
margin-right: 4px;
margin-bottom: 4px;
border-width: 1px;
border-style: solid;
border-color: White;
color: White;
background-color: #A9A9A9;
text-align: center;
width: 140px;
height: 140px;
}
margin: 0px;
padding: 0px;
text-decoration: none;
display: block;
}
color: White;
background-color: Black;
}
margin-top: 20px;
margin-bottom: 20px;
}
</head>
<div class="thumbnailbox">
<a href="paintings_001.htm"><img class="thumbnailboximage" src="images/paintings_001_tm.jpg" width="74" height="100" border="0" alt="paintings - f.n. souza" /></a>
</div>
</html>