View Single Post
Old 07-28-2009, 10:37 AM  
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Figured it out myself

made a style like this

PHP Code:
 div.box 
{ha 
width
:320px;
padding:5px;
border:1px solid #CCC;
margin:5px;
float:left;
text-align:center;
background-color#f0f0f0;


and added this to the doc

PHP Code:
<div class="box"> <img src="image.jpg" alt="alt img text" width="300" height="200"><br>text below image</div
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook