Forum URL: http://fate.vforums.co.uk
Problem: I'd like to know how I can format my board listings a bit more. I'm using this code:
Code:
- <td width="50%" id="board_{board_id}" class="window2 boardlisting" valign="top">
- <span style="float: left; position: relative; height: 14px; font-size: 12px;" class="boardtitle">{board_name}</span>
- <span style="float: right; position: relative;" class="boardtotals">
- <font size="1">{total_topics} Topics - {total_posts} Posts</font></span>
- <br style="clear: both;" />
- <span style="float: left; position: relative; width: 75%;" class="boarddescription">{board_description}</span>
- </td>
is there a way with the current system that I can modify it to break to a new line when there are more then 2 board listings?
I don't know how I can insert the <tr> lines, I kind of want this look to be different.