Include page and text decoration

S

Sandra

I am using FP 2002. I have a page with a left column that
includes an "include" page. I was told in this forum 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") that are linked to the style sheet.

Thanks in advance for any ideas.
 
T

Thomas A. Rowe

You have the style sheet linked to the page that you has the include content included into correct?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top