Jump to content
Ghost Recon.net Forums

Are there any HTML or IPB wizards here?


Recommended Posts

I need some help changing the below code to make the Forum index page(at a licensed IPB board, for ZJJ over at http://www.k9gold.net)split up into 5 rows instead of three.

If someone can help, it will be greatly appreciated, by both of us.

I just know HTML that well yet.

Thanks in advance ! !

Semper Fi ! !

Sam

Here is the code:

<tr>

<td align="center" class="row3"

width="1%">{$data['img_new_post']}</td>

<td class="row2">{$data['_queued_img']}<b><a

href="{ipb.script_url}showforum={$data['id']}">{$data['name']}</a></b><br /><span

class="forumdesc">{$data['description']}{$data['show_subforums']}<br

/><i>{$data['moderator']}</i></span>{$data['_queued_info']}</td>

<td align="center" class="row3">{$data['topics']}</td>

<td align="center" class="row1">{$data['posts']}</td>

<td class="row3" nowrap="nowrap">{$data['last_unread']}

<span>{$data['last_post']}<br /><b>{ipb.lang['in']}:</b>&nbsp;{$data['last_topic']}<br

/><b>{ipb.lang['by']}:</b> {$data['last_poster']}</span></td>

</tr>

Link to post
Share on other sites

When using tables, rows are vertical (one above the other) and columns are horizontal (side by side).

I don't understand what you mean however, there are five columns already?

Icon | Name | Topics | Replies | Last Post Info


<tr>
<td align="center" class="row3" width="1%">{$data['img_new_post']}</td>
<td class="row2">{$data['_queued_img']}<b><a href="{ipb.script_url}showforum={$data['id']}">{$data['name']}</a></b><br /><span class="forumdesc">{$data['description']}{$data['show_subforums']}<br /><i>{$data['moderator']}</i></span>{$data['_queued_info']}</td>
<td align="center" class="row3">{$data['topics']}</td>
<td align="center" class="row1">{$data['posts']}</td>
<td class="row3" nowrap="nowrap">{$data['last_unread']}
<span>{$data['last_post']}<br /><b>{ipb.lang['in']}:</b>&nbsp;{$data['last_topic']}<br /><b>{ipb.lang['by']}:</b> {$data['last_poster']}</span></td>
</tr>
[/code]

Each <td> represents a column, which there are five of. :yes:

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...