|
|
|
| I created a CSS in FrontPage 2003 and I am not able to get
the links underlined.
Could someone help with the coding for it? I need help
ASAP.
Right now I have for the links:
--------
A:link {
color: #31498C;
font: "underlined";
}
A:visited {
color: #31498C;
font: "underlined";
text-decoration: "underlined";
}
----------
What do I need to add?
Thanks
AB
| |
| Cheryl Wise 2004-04-28, 10:31 pm |
| That's because you did not use the correct css. It should be:
a {
color: #31498C;
text-decoration: none;
}
--
Cheryl D. Wise
MS-MVP-FrontPage
cdwise@wiserways.com
"AB" <anonymous@discussions.microsoft.com> wrote in message
news:5b5d01c42d73$60477040$a301280a@phx.gbl...
> I created a CSS in FrontPage 2003 and I am not able to get
> the links underlined.
>
> Could someone help with the coding for it? I need help
> ASAP.
>
> Right now I have for the links:
> --------
> A:link {
> color: #31498C;
> font: "underlined";
> }
>
> A:visited {
> color: #31498C;
> font: "underlined";
> text-decoration: "underlined";
> }
> ----------
> What do I need to add?
>
> Thanks
>
> AB
| |
| Kevin Spencer 2004-04-29, 9:29 am |
| A CSS Style sheet is always overridden by inline styles and attributes. Are
you sure you don'thave any in your HTML?
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"AB" <anonymous@discussions.microsoft.com> wrote in message
news:5b5d01c42d73$60477040$a301280a@phx.gbl...
> I created a CSS in FrontPage 2003 and I am not able to get
> the links underlined.
>
> Could someone help with the coding for it? I need help
> ASAP.
>
> Right now I have for the links:
> --------
> A:link {
> color: #31498C;
> font: "underlined";
> }
>
> A:visited {
> color: #31498C;
> font: "underlined";
> text-decoration: "underlined";
> }
> ----------
> What do I need to add?
>
> Thanks
>
> AB
| |
|
| Thanks guys. Once I changed to:
A:link {
color: #31498C;
}
A:visited {
color: #31498C;
}
my problem was solved.
Thanks again.
----- Kevin Spencer wrote: -----
A CSS Style sheet is always overridden by inline styles and attributes. Are
you sure you don'thave any in your HTML?
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"AB" <anonymous@discussions.microsoft.com> wrote in message
news:5b5d01c42d73$60477040$a301280a@phx.gbl...[color=darkred]
> I created a CSS in FrontPage 2003 and I am not able to get
> the links underlined.
> ASAP.
> --------
> A:link {
> color: #31498C;
> font: "underlined";
> }
> color: #31498C;
> font: "underlined";
> text-decoration: "underlined";
> }
> ----------
> What do I need to add?
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |