I am using FP 2002. I have a page with a left column that includes an "include" page. I was told that to have the link colors as I want them in the "include", I have to have a linked style sheet. I do, and here is my code:
a:link {color: black; text-decoration: none}
a:visited { color: #800080 ; text-decoration: none}
a:hover {text-decoration: underline; color: cc0000; font-weight: bold;}
a:active { color: #800000; }
The colors show up nicely in the included column. However, the underline does not show up on the hover. Any ideas? The underline works in other pages (with no "include") linked to the style sheet.
Thanks in advance for any ideas.
a:link {color: black; text-decoration: none}
a:visited { color: #800080 ; text-decoration: none}
a:hover {text-decoration: underline; color: cc0000; font-weight: bold;}
a:active { color: #800000; }
The colors show up nicely in the included column. However, the underline does not show up on the hover. Any ideas? The underline works in other pages (with no "include") linked to the style sheet.
Thanks in advance for any ideas.