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

Visited/Unvisited Hyperlinks

New Here ,
Jul 15, 2016 Jul 15, 2016

Copy link to clipboard

Copied

Version 2015 Robohelp. I'm trying to turn off the color change for visited hyperlinks and can't find where to do so. All documentation I've seen says to use Edit Stylesheet in the CSS section of the Edit menu option. Open the Hyperlink option and nothing I can see has an option for Unvisited or Visited.

Tom

Views

450

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

correct answers 1 Correct answer

LEGEND , Jul 15, 2016 Jul 15, 2016

Hi there

Perhaps this video will help.

Click here to view

Cheers... Rick

Votes

Translate

Translate
Contributor ,
Jul 15, 2016 Jul 15, 2016

Copy link to clipboard

Copied

I don't do any CSS editing through RoboHelp - I'm using Dreamweaver as my HTML editor - so I can't offer help regarding how to change it through the RH UI. That said, in my CSS file, I have these definitions for my hyperlinks:

a:link {

    color: #0000ff;

    text-underline: single;

    text-decoration: underline;

}

a:visited {

    color: #0000ff;

    background-color: #ffffff;

    text-underline: single;

    text-decoration: underline;

}

As you can see the difference between the two is background-color: #ffffff;

An easy way to do what you want is to open your CSS file with a text editor - Notepad will work fine - and search for the your definition for "a:visited" and to either remove the entire line or add /* at the beginning of the line and */ at the end of the line - this makes the line hidden from the browser.

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
LEGEND ,
Jul 15, 2016 Jul 15, 2016

Copy link to clipboard

Copied

Hi there

Perhaps this video will help.

Click here to view

Cheers... Rick

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
New Here ,
Jul 15, 2016 Jul 15, 2016

Copy link to clipboard

Copied

Thanks Rick. I missed the "Pseudo class" drop-down. How did I miss that?

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
New Here ,
Jul 15, 2016 Jul 15, 2016

Copy link to clipboard

Copied

LATEST

prhmusic2,

Got it resolved. Per usual, I missed a field (Pseudo). Thanks for the reply;

Tom

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