vForums Support > vForums :: Support :: > Formatting boards.

Formatting boards. - Posted By ashkir (ashkir) on 17th Feb 11 at 9:36am
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:
 
  1. <td width="50%" id="board_{board_id}" class="window2 boardlisting" valign="top">
  2. <span style="float: left; position: relative;  height: 14px; font-size: 12px;" class="boardtitle">{board_name}</span>
  3. <span style="float: right; position: relative;" class="boardtotals">
  4. <font size="1">{total_topics} Topics - {total_posts} Posts</font></span>
  5. <br style="clear: both;" />
  6. <span style="float: left; position: relative; width: 75%;" class="boarddescription">{board_description}</span>
  7. </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.