(Desmond) wrote:
> I have a style sheet which has the following line.
>
> A:link, A:visited, A:active { text-decoration: none }
Remove it. Using
:hover { text-decoration: none; }
might make sense, since when the cursor is moved over a link, the
underline has probably done its job and can be temporarily removed to
improve legibility a little.
> However one one page I am using a menu of links. This causes my font
> class to be over ridden with blue text the default used for links.
> I don't want to change the stylesheet here.
I cannot decipher what you are talking about. The Subject says "Text
decoration". _Are_ you talking about it, or something else?
> I need to change the line in the webpage to stop the link from
> changing my font blue.
No you don't.
> The line is.
>
> <tr><td class="Menu"><a href="Recipe4.html">Potatoes & Cauliflower in
> a spicy sauce</A></td></tr>
It should probably be <ul> (or, if you prefer, <menu>

), but otherwise
it's fine. Well, it would be safer to entify "&" as "&". A nice link.
Why prevent it from looking like a link?
> I can only show a piece of my webpage as I do not have access to a
> server to display it.
Then get some access. You'll need it anyway.
> I hope this is sufficient.
It isn't.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html