Just 3 pics?
The easiest way I can think of would be something to this effect:
Code:
<div align="center" style="padding-left:20px;padding-right:20px;">
<img src="1.jpg" hspace="5" align="left" alt="">
<img src="3.jpg" hspace="5" align="right" alt="">
<img src="2.jpg" hspace="5" alt="">
</div>
I used something similar for a freesite a while back. I'm sure you can figure out how to change values, and convert the styles to an external sheet.
