I want the inline --COLOR="#000000"-- tag to define the colour of all the text including the links.
Is there any way of using css ( or any other method ) to switch off the purple/blue underlined style. I know I can use
A { text-decoration: none}
to switch off underlining but I want to switch off the colours as well.
Any ideas..??