• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone familiar with Coranto/NewsPro? Help Please!

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?
 
Back
Top