View Single Post
Old 02-17-2006, 11:02 AM  
Pete-KT
Workin With The Devil
 
Industry Role:
Join Date: Oct 2004
Location: West Bloomfield, MI
Posts: 51,532
Quote:
Originally Posted by swedguy
Post what your code looks like
Here
Code:
<style type="text/css">
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border:  #FFFFFF;;
	border-color: white;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:  #FFFFFF;;
}

.style1 {
	color: #AE0408;
	border:  #FFFFFF;;
	border-color: white;
}
.style2 {
	font-size: x-large;
	font-weight: bold;
	color: #FFCC00;
	border:  #FFFFFF;;
	border-color: white;
}
.style3 {
	color: #FFCC00;
	border:  #FFFFFF;;
	border-color: white;
}
.style4 {
	color: #FF0000;
	border:  #FFFFFF;;
	border-color: white;
}
.style5{border: 2px solid #FFFFFF;
		border-color: white;}
.style7{border:  #FFFFFF;; 
		border-color: white;}
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	border:  #FFFFFF;;
	border-color: white;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border:  #FFFFFF;;
	border-color: white;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border:  #FFFFFF;;
	border-color: white;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	border:  #FFFFFF;;
	border-color: white;
}
.style6 {
	font-size: x-large;
	font-weight: bold;
	color: #FFCC00;
	border:  #FFFFFF;;
	border-color: white;

}
-->
</style>
Pete-KT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote