Posted by fletch on 04/12/06 22:08
I tend to hack designers html mock-ups to life. Learning how to use a
template is not so hard. I would not know where to start with
dreamweaver. How easy is it to do this?
<table>
<tr>
{repeat over field tag}
<th>{fieldname}</th>
{/repeat over field tag}
</tr>
{repeat over data}
<tr>
{repeat over field}
<td>{current row field data}</td>
{/repeat over field}
</tr>
{repeat over data}
</table>
I would imagine it would be hard to put tags in those places.
[Back to original message]
|