Give this code a try in ur external css file.
[quote]div.imgblock200 { height:128px; width:170px; }[/quote]
Or to use a different image..use this code.
[quote]div.imgblock200 {
background:url(YOUR GIF IMAGE URL);
background-position: center center;
background-repeat: no-repeat;
height:??px;
width:??px;
}
div.imgblock200 img {display:none !important}[/quote]
Last edited by bobcbar (2009-01-13 15:19:11)