View Single Post
Old 01-03-2005, 05:24 PM  
Jimmie
Confirmed User
 
Join Date: Dec 2003
Location: Ft Worth TX!
Posts: 872
Quote:
Originally Posted by prezzz
The CSS file itself is probably faulty. Post it here or post a link to it.
Code:
<style type="text/css">
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
-->
</style>
Jimmie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote