Thread: text box colour
View Single Post

Old 20-10-2005, 19:26   #3 (permalink)
rustypaulin
Senior Member
 
Join Date: Apr 2005
Posts: 350
iTrader: 0 / 0%
rustypaulin has a spectacular aura about
Send a message via AIM to rustypaulin Send a message via MSN to rustypaulin
Default

for the hovering over a link just insert this code into the header of your site

Code:
<style type="text/css">
<!--
a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 14px
}
-->
You can edit those values to make it fit your site better
__________________
Webmaster
Postal Service Access
Hosting Advice
PSP Cheats
rustypaulin is offline   Reply With Quote