I'm trying to add a table row dynamically to a Page Layout in Microsoft SharePoint Designer 2007.
For example I have this table:
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<img alt="" src="/_catalogs/masterpage/images/01.jpg"><br><br><br>
</td>
<td valign="top" style="padding-left:10px;">
<strong style="color:#0F1374;">HEADER</strong><br><br>
TEXT
</td>
</tr>
</table>
The table rows would reoccur in the same type with an image and a header and some text.
How can I do this so users that edit pages can create the rows dynamically?