OK guys, thankyou for the replys, here is my header insert:
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
BODY {
SCROLLBAR-BASE-COLOR: "#90B9F1" background="images/cat_bg.gif";
SCROLLBAR-ARROW-COLOR: #FFFFFF;
}
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
COLOR: #4274B6;
}
A:hover {
COLOR: #FF7200;
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: #FFFFFF;
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: #4274B6;
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: #FF7200;
TEXT-DECORATION: underline;
}
.thtcolor {
COLOR: #000000;
}
.bordert {
BORDER: 1px solid #001525;
}
</style>
<script src="fade.js" language="Javascript"></script>
<STYLE>
}
a:hover {
color: #FF6600;
text-decoration: none;
}
a:visited {
color: #CCCCCC;
text-decoration: none;
}
a:link {
color: #CCCCCC;
text-decoration: none;
}
a:active {
color: #CCCCCC;
text-decoration: none;
}
</STYLE>
$headnewpm[/CODE]
And My header:
[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 -->
EDIT Moderator: it's best to include large chunks of code as a .txt file so as not to destroy the layout of the forums.
|