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>