View Full Version : How do I align...
imported_Massie
08-17-2002, 01:04 PM
these graphics to the right, like they show on this forums?
Thanks in advance for your help! :)
imported_plattopus
08-17-2002, 01:10 PM
Make a new table, with 2 columns... 1 (left aligned) for the forum name, the other (right aligned) for those images.
Tyreäl
08-17-2002, 01:43 PM
whats the code i'm not so good in HTML...(so English)
imported_Massie
08-17-2002, 01:48 PM
I tried it but no luck... so I ended up putting it on the bottom and having an extra line....
imported_plattopus
08-17-2002, 02:49 PM
The HTML is this:
<tr align="center">
<td bgcolor="{secondaltcolor}" valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
<td bgcolor="{firstaltcolor}" align="left">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont><br><smallfont>$forum[description]</smallfont></a></td>
<td align="right">
*** code for the buttons here ***
</td>
</tr>
</table>
</td>
<td bgcolor="{secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="{secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td>
<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td>
</tr>
imported_plattopus
08-17-2002, 02:50 PM
BTW - that's the forumhome_level2_post template.
imported_Massie
08-18-2002, 05:02 AM
I had someone help me out, thanks, all fixed now....
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.