PunkGo
11-05-2003, 12:08 AM
hey, say like i wanted a link like one way in one place but different in anopther, how would i set that up?
|
View Full Version : Links PunkGo 11-05-2003, 12:08 AM hey, say like i wanted a link like one way in one place but different in anopther, how would i set that up? Rosey 11-05-2003, 01:19 AM This is what I did for copyright links : a.copyright:link { font-family: Verdana,arial, helvetica, sans-serif; font-size: 7pt; color: #3E1E15; font-weight: normal; text-decoration: none } a.copyright:visited { font-family: Verdana,arial, helvetica, sans-serif; font-size: 7pt; color: #3E1E15; font-weight: normal; text-decoration: none } a.copyright:hover { font-family: Verdana,arial, helvetica, sans-serif; font-size: 7pt; color: #924938; font-weight: normal; text-decoration: underline } Then when you want them to show up, you type up : <a href="http://whatever.com" class="copyright">Whatever</a> |