PDA

View Full Version : HTML Question


hypertextmark
05-21-2002, 05:14 AM
if anyone can help me out.. i appreciate it a lot..
well my question is..

how do you align the " Users Browsing" to the far top right
example like they have here in vbOrg front indexPHP on the Forum Names.. cause ive tried it
and its come out wrong.. if anyone can give me the correct
coding to that.. i appreciate it a lot..

c-pr0mpt
05-21-2002, 01:19 PM
You mean in forumdisplay or Main forumhome?

hypertextmark
05-21-2002, 07:05 PM
forum home...

like how this site has " Users Browsing " on the far top right
on their main forumhome

hypertextmark
05-23-2002, 06:38 AM
b0op

Admin
05-23-2002, 07:04 AM
Here's my forumhome_forumbit_level2_post template, enjoy.

<tr align="center">
<td bgcolor="{secondaltcolor}" valign="top">$forum[getlatests]<img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="">$forum[getlateste]</td>
<td bgcolor="{firstaltcolor}">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a></td>
<td width="35%" align="right" valign="top"><smallfont>($browsers users browsing)</smallfont></td>
</tr>
<tr>
<td colspan="2"><smallfont>$forum[description]$forum[moderators][<a href="newthread.php?s=$session[sessionhash]&forumid=$forum[forumid]">new thread</a>]</smallfont></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>
</tr>

hypertextmark
05-24-2002, 06:13 AM
hey thanks firefly.. you always come through with 5h1t lol