CSS Problems
Ok so i've got a PHP document which links to a CSS document.
All of the CSS works fine offline (on my pc)
a:hover { color: #FA3605; text-decoration: none; }
However when i upload it to my webserver the hyper-links dont change colour when you hover over them.
Bizzarely all the other CSS on the page works fine - offline or online.
Pulling my hair out trying to figure out why.
My page code is this if anyone can diagnose:
All of the CSS works fine offline (on my pc)
a:hover { color: #FA3605; text-decoration: none; }
However when i upload it to my webserver the hyper-links dont change colour when you hover over them.
Bizzarely all the other CSS on the page works fine - offline or online.
Pulling my hair out trying to figure out why.
My page code is this if anyone can diagnose:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<title>my website</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<table class="okvir" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tablehead">
<tr>
<td colspan="2"><div align="center"><img src="../images/logo.jpg" width="350" height="155"></div> </td>
<td align="right" width="6"> </td>
</tr>
</table><br>
</td>
</tr>
<tr>
<td class="bordercolor">
<table width="100%" border="0" cellspacing="0" cellpadding="50">
<tr>
<td height="97" class="tablebgcolor" align="center">
<table width="500" border="0" align="center" cellspacing="5">
<tr>
<td height="76" align="center"><strong>Admin Control Panel </strong></td>
</tr>
</table>
<table width="417" border="0" align="center" cellspacing="5">
<tr>
<td width="313" height="25" bgcolor="#CCCCCC" align="center"><strong><a href="add_user.php">Create New Admin Account</a></strong></td>
<td width="313" bgcolor="#CCCCCC"> </td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" align="center"> </td>
<td bgcolor="#CCCCCC"> </td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" align="center"> </td>
<td bgcolor="#CCCCCC"> </td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" align="center"> </td>
<td bgcolor="#CCCCCC"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<br>
</body>
</html>
Thread
Thread Starter
Forum
Replies
Last Post



