I need to center the name of the user below there default image.
The image reside in a div:
On prototype website:#topSix {
position:relative;
top: 10px;
left: 10px;
width: 840px;
margin-top:1px; margin-bottom:1px;
padding: 5px 5px 5px 5px;
text-align: center;
}
[text] <div id="topSix">
<a href="profile.php">
<img src="http://img.picfrisky.com/gallery/55~new_img_0004.jpg" width="100" height="100" border="0" />
</a>
<a href="profile.php">
<img src="http://img.picfrisky.com/gallery/14~014.jpg" width="100" height="100" border="0" />
</a>
<a href="profile.php">
<img src="http://img.picfrisky.com/gallery/17~josh.jpg" width="100" height="100" border="0" />
</a>
<a href="profile.php">
<img src="http://img.picfrisky.com/gallery/1~minilarge.jpg" width="100" height="100" border="0" />
</a>
<a href="profile.php">
<img src="http://img.picfrisky.com/gallery/6~scooby1.jpg" width="100" height="100" border="0" />
</a>
<a href="profile.php">
<img src="http://img.picfrisky.com/gallery/6~scooby2.jpg" width="100" height="100" border="0" />
</a>
</div>
[/text]
Please see attach screen capture to see how it is display in my prototype.