Pliskin=snake
01-19-2003, 02:37 PM
How do i remove the underlining off the links on my site?
thanks
thanks
|
View Full Version : Links Pliskin=snake 01-19-2003, 02:37 PM How do i remove the underlining off the links on my site? thanks pb&j 01-19-2003, 03:29 PM Place this into the HEAD area of your coding... <style type="text/css"> a {text-decoration:none;} </style> |