Halp! Trying to add side column
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #14
RE: Halp! Trying to add side column
Here is the basic templates for the screenshot, just modify it as your needs:

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
<tr>
	<td class="{$bgcolor}" align="center" valign="top" width="1" rowspan="2">
		<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
	</td>
	<td class="{$bgcolor}" valign="top">
		<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}
		<div class="smalltext">{$modlist}{$subforums}</div>
	</td>
	<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
	<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
	<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
<tr><td class="{$bgcolor}" colspan="4">{$forum['description']}</td></tr>


01-27-2011 08:43 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Halp! Trying to add side column - RateU - 01-27-2011 08:43 AM

 Standard Tools
Forum Jump: