Focal Point
[CLOSED] Hyperlink formatting

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1687010506

June 06, 2011, 04:38 AM
ChristianP
[CLOSED] Hyperlink formatting
Hello,

we changed the color for a hyperlink in our report from the standard light blue to a dark blue. how can we change the color that shows the user
that he already used the hyperlink in output format HTMTABLE.

Christian

This message has been edited. Last edited by: Kerry,


WF Production Version: 7.7.02M
WF Test Version: 7.7.02M
Developer Studio: 7.7.02
HTML, EXL2K, FLEX, PDF,PPT
June 06, 2011, 10:54 AM
GamP
There are 4 different color styles possible for hyperlinks. They are all well documented on the internet. Try to do a google search for style css anchor.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
June 07, 2011, 02:26 AM
ChristianP
Hi GamP,
which css do we have to edit?? we changed the color inside the styling TYPE=DATA DRILLMENUITEM.

Christian


WF Production Version: 7.7.02M
WF Test Version: 7.7.02M
Developer Studio: 7.7.02
HTML, EXL2K, FLEX, PDF,PPT
June 07, 2011, 03:57 AM
GamP
quote:
which css do we have to edit

I assumed that, since you already changed the hyperlink color, you would know how to do that. Just add the desired styling to that same place.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
June 07, 2011, 04:03 AM
GamP
Are you by any chance looking for a standard place to change the styling, so it will be available for every report with links in them?
As far as I know there isn't any such css file provided by IB. What you can do though, is define your own css file and link this file to your report(s) with the set cssurl command, which you can set in edasprof to have it included as a standard.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
June 07, 2011, 05:47 PM
Doug
You can try something like this:
<style>
a:link 	 {text-decoration:none;color:Navy;background:none}
a:visited {text-decoration:none;color:Navy;background:none}
a:active  {text-decoration:none;color:Navy;background:none}
a:hover   {text-decoration:underline;color:Black;background:#fff200;}
</style>
Pick your favorite colors...

BTW: This goes within your HTML HEAD tags.




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206