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. Note also that NetSurf currently only supports link colours, not active and visited link colours. Best regards, Michael -- Michael Drake (tlsa) http://www.netsurf-browser.org/