• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Hyperlinks changing color

New Here ,
Jun 27, 2007 Jun 27, 2007

Copy link to clipboard

Copied

Whenever I validate that links are pointing to the correct files by using the "Insert or Edit Hyperlink" button it changes the font color of my link when I exit that function. I am using a CSS and it is ignoring the colors that I have in there. Is there a way to prevent this?

Views

203

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 27, 2007 Jun 27, 2007

Copy link to clipboard

Copied

LATEST
Two things about hyperlinks in the css file:

Whichever link states you do not configure will often revert to the browser default.
Your link styles (dynamic pseudo-classes) must appear in "LoVe HAte" order ( Link, Visited, Hover, Active).

a:link {
}
a:visited {
}
a:hover {
}
a:active {
} (a:active is rarely used, so it's usually just LVH)


Good luck,
Leon

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp