I have some text that is a particular class. I want to format a hrefs of
that class a particular way. How do I define the links of a particular
class? How do I define the a's of logo? double #'s are for inline css in
cfoutput.
Thanks!
.logo {
color: ##dddddd;
font-weight: bold;
font-size: 25px;
font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
margin-top: 200px;
margin-bottom: 100px;
line-height:200%;
}
a:link {
color: ##ffffff;
}
a:hover {
color: ###request.randomcolor#;
text-decoration: none;
}
a:visited {
color: ###request.randomcolor#;
}
a:visited:hover {
color: ###request.randomcolor#;
text-decoration: none;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:314334
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm