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

Popular posts from this blog

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support