Anyone familiar with Coranto/NewsPro? Help Please!

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
Link to site: http://www.mrcodedude.com/sneek/

See how all the dates and posts all go in the same table? I would like it to look like this: http://www.mrcodedude.com/pix/122003/desired.png

The current code I'm using is:

<If: Sub: isNewDate>
<span class="date">» <Field: Date></span>

<img src="http://www.mrcodedude.com/sneek/media/hr.gif" height="15" width="570">
</If>

<div style="border-bottom:1px dashed #000000;">
<span class="headline"><Field: Subject></span><font size="1">posted by: <b><a href="mailto:<Field: UserField_Email>" class="bot"><Field: User></a></b> @ <Field: Hour>:<Field: Minute><Field: AMPM></font>
</div><div style="margin-left:15px; margin-right:15px;" align="left"><span style="font-size: 6pt">
</span><font size="2"><Field: Text></font></div><div align="right"><font size="1">comments | forums</font></div>

How do I make it so that if there is a post on a new day, it creates a new table? So it would look like it does in the picture?