HELP!! STYLE PROBLEM!
Posted: Thu Dec 16, 2004 11:39 am
hi guys,
this is really bugging me, i used MS frontpage to make myself a menu bar, which i think looks quiet good! but now the style that was used in the menu bar seems to be over riding ALL my pages!! heres the frontpage edited code:
please help guys!
ps i you wana see the problem befor your very own eyes then just click my signature!
this is really bugging me, i used MS frontpage to make myself a menu bar, which i think looks quiet good! but now the style that was used in the menu bar seems to be over riding ALL my pages!! heres the frontpage edited code:
Code: Select all
<head>
<style>
<!--
TD {
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.TabText {
FONT-WEIGHT: bold; FONT-SIZE: 12px; color: #ffffff; FONT-FAMILY: Verdana, Sans-Serif; text-decoration: none
}
A:link {
COLOR: #006699
}
-->
</style>
</head>
<body>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/index.php?page=main">
<font color="#FFFFFF">HOME</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/index.php?page=tyres">
<font color="#FFFFFF">TYRES</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/index.php?page=alloys">
<font color="#FFFFFF">ALLOYS</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/index.php?page=parts">
<font color="#FFFFFF">PARTS</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/index.php?page=accessories">
<font color="#FFFFFF">ACCESSORIES</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://www.stores.ebay.co.uk/CASuk-net" TARGET=_SHOP>
<font color="#FFFFFF">EBAY STORE</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/phpBB2/index.php" TARGET=_FORUM>
<font color="#FFFFFF">FORUM</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/index.php?page=map">
<font color="#FFFFFF">SITE MAP</font></a></span></td>
<td class="TabText" align="middle" width="97" background="tab.gif" height="30">
<span style="font-family: Verdana, Arial, Helvetica, sans-serif">
<a style="text-decoration: none" href="http://casuk.net/index.php?page=contact">
<font color="#FFFFFF">CONTACT US</font></a></span></td>
</tr>
</body>
</table>ps i you wana see the problem befor your very own eyes then just click my signature!