On 17 Dec 2007 Michael Drake wrote:
> In article <[EMAIL PROTECTED]>,
> Tim Hill <[EMAIL PROTECTED]> wrote:
>> Nope, they look okay to me. But wait! Netsurf renders the colours wrongly
>> and the _always_underlined_links_ are dark blue, rather than the chosen
>> hue of pale green (see any other browser).
> NetSurf has never supported link colours set as attributes in the BODY
> tag. If you set them in the STYLE tag, they will work.
> <style>
> body { background-color:#000000;
> color: #ffffff; }
> a:link { color: #ccffcc; }
> a:visited { color: #ffffcc; }
> a:active { color: #ffcccc; }
> </style>
> That does in CSS what you currently do in the BODY tag.
If we nag you for long enough will you put it in? We can alter our own
sites to work with our browsers but not all the others out there. Also
if you don't implement link colours then you shouldn't implement
background colours in the body tag, so that contrast can be preserved.
--
_
|_|. _ Richard Porter http://www.minijem.plus.com/
|\_||_ mailto:[EMAIL PROTECTED]