Blue links
hi, trying create link blog , not want color of text change. have page properties set default, not stay white, want. site created else , can't find code creating issue. can please take , see if can me? here link page...
http://www.appliedtaiji.com/untitled.html
thank
links in content areas defined in css code.
change this:
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
to this:
a {text-decoration:none}
a:link {color:#333;}
a:visited {color: #999}
a:hover,
a:active,
a:focus {color: red; text-decoration:underline}
}
adjust colors desired.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment