Ok i'll post up my header and the start of my forumhome template... One sec:
Header:
PHP Code:
<!-- logo and buttons -->
<center>
<table bgcolor="{pagebgcolor}" class="bordert" border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0" bgcolor="{pagebgcolor}">
<a href="index.php?s=$session[sessionhash]">
<center><img src="{titleimage}" border="0" alt="$bbtitle" align="center"></center>
</a>
<tr><td valign="bottom" align="center" nowrap>
</td>
</tr>
</table>
<!-- /logo and buttons -->
Start of forumhome:
PHP Code:
{htmldoctype}
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
<meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to [url]http://www.vbulletin.com/[/url] .">
<title>$bbtitle - powered by vBulletin</title>
$headinclude
</head>
<body>
$header
<table cellpadding="0" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<!-- $unregwelcomemessage -->
<tr valign="bottom">
<td background="{imagesfolder}/statsbgtop.gif" width="252"><smallfont>
Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br>
Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
</smallfont></td>
<td align="right" width="252">aaaaa</td>
<td align="right" width="252" background="{imagesfolder}/infobgtop.gif"><smallfont>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].
</smallfont></td>
</tr>
<tr valign="bottom">
<td width="252" background="{imagesfolder}/statsbgbottom.gif"><smallfont>
</smallfont></td>
<td align="right" width="252">aaaaa</td>
<td align="right" width="252" background="{imagesfolder}/infobgbottom.gif"><smallfont>
</smallfont></td>
</tr>
</table>
<!-- /text -->
<br>
Regards
- miSt