Thanks for your help
pk
here is the css and html code I am using.......
#artpiecethumbcontainer ul {
list-style-type:none;
margin:0;
padding:0;
color:black;
font-family:'garamond';
font-size:12px;
}
#artpiecethumbcontainer ul li{
display:inline;
padding:10px 5px 10px 5px;
}
...............................
<div id="artpiecethumbcontainer" align="center">
<ul>
<li><img src="image1.jpg" width="150" height="150" alt="" title="" border="0" />
<br /> the caption #1
</li>
<li><img src="image2.jpg" width="150" height="150" alt="" title="" border="0" />
<br /> the caption #2
</li>
<li><img src="image3.jpg" width="150" height="150" alt="" title="" border="0" />
<br /> the caption #3
</li>
</ul>
</div><!-- end 'artpiecethumbcontainer' -->
... so much to learn!!