dbdesigner_2008 0 Newbie Poster

Hi
I was wondering how to I could repeat a section of xhtml code for each record retrieved from the database. Ie after executing I should have a list of products adhering to the following template

<div>
<div> <img src=""/></div>
<div><a href="#">productname</a>
</div>

I don't like using tables for layout.