-
1. Re: Title bar in multiscreen HTML 5 SSL output is appearing as a blue visited link and should not
Willam van Weelden Sep 17, 2014 6:43 AM (in response to Gina Wadley)If you add
a:homelink:visited { color#ffffff !important; }
to the CSS it should work.
Kind regards,
Willam
-
2. Re: Title bar in multiscreen HTML 5 SSL output is appearing as a blue visited link and should not
Gina Wadley Sep 17, 2014 10:30 AM (in response to Willam van Weelden)Hi Willam,
Thanks very much for the code. However, I found the root of the problem. For some reason a few of the topics had the highlighted code below. I removed it, and now the title bar is showing correctly in white, and the link is still active, which is what we want.
We really appreciate your help.
Gina
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="topic-status" content="Complete" />
<meta name="build tags" content="Administrator" />
<meta name="topic-check-list" content="Ran Smart Index" />
<meta http-equiv="Content-Language" content="en-US" />
<meta name="generator" content="Adobe RoboHelp 11" />
<title>Directory Importer Overview</title>
<link rel="StyleSheet" href="../../Printed_Docs_10pt.css" type="text/css" />
<style type="text/css">
/*<![CDATA[*/
A:visited {
color: #800080;
}
A:link {
color: #0000ff;
}
/*]]>*/
</style>
</head>


