<!-- logo and buttons -->
<center>
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" class="bordert" border="0" width="750" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center"><a href="index.php?s=$session[sessionhash]"><img src="http://www.raven-shield.info/forums/images/forum_logo.gif" border="0" alt="$bbtitle"></a></td>
</tr>
<td width="20"><img width="10" height="3" border="0" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td>
<tr>
<td valign="bottom" align="center">
<!-- toplinks -->
<a href="index.php?s=$session[sessionhash]"><img src="images/top_home.gif" alt="Home" border="0"></a>
<a href="usercp.php?s=$session[sessionhash]"><img src="images/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="images/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="$bburl/tetris.php?action=leaderboard"><img src="images/top_scores.gif" alt="Veiw tetris leaderboard" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="images/top_search.gif" alt="Search" border="0"></a>
<a href="newstatistik.php?s=$session[sessionhash]"><img src="images/top_stats.gif" alt="Boards stats" border="0"></a>
<a href="$bburl/tetris.php?action=play&s=$session[sessionhash]"><img src="images/top_tetris.gif" alt="Play tetris now" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="images/top_logout.gif" alt="Logout" border="0"></a> -->
<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
<!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->[/CODE]
Everything looks good but maybe try putting the <table bgcolor=""#FFFFFF" background="images/mainbg.gif"" class="bordert" border="0" width="750" cellpadding="0" cellspacing="0">
<tr><td> right after the <center> tag instead of one line below so it should look this
[CODE]<!-- logo and buttons -->
<center><table bgcolor=""#FFFFFF" background="images/mainbg.gif"" class="bordert" border="0" width="750" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center"><a href="index.php?s=$session[sessionhash]"><img src="http://www.raven-shield.info/forums/images/forum_logo.gif" border="0" alt="$bbtitle"></a></td>
</tr>
<td width="20"><img width="10" height="3" border="0" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td>
<tr>
<td valign="bottom" align="center">
<!-- toplinks -->
<a href="index.php?s=$session[sessionhash]"><img src="images/top_home.gif" alt="Home" border="0"></a>
<a href="usercp.php?s=$session[sessionhash]"><img src="images/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="images/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="$bburl/tetris.php?action=leaderboard"><img src="images/top_scores.gif" alt="Veiw tetris leaderboard" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="images/top_search.gif" alt="Search" border="0"></a>
<a href="newstatistik.php?s=$session[sessionhash]"><img src="images/top_stats.gif" alt="Boards stats" border="0"></a>
<a href="$bburl/tetris.php?action=play&s=$session[sessionhash]"><img src="images/top_tetris.gif" alt="Play tetris now" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="images/top_logout.gif" alt="Logout" border="0"></a> -->
<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
<!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->
Could you also post your footer maybe you put the </td></tr>
</table> in a different place rather then at the very bottom. Could you also post a link to your forum.
|