In article <9c6dc76b52.roger...@rogerarm.freeuk.com>,
   Roger Darlington <roger...@freeuk.com> wrote:
> I have looked in the configure window and failed to spot a means of 
> setting the default a:link colour.

> Can it be done?

In my !NetSurf, in the file internal/css are the definitions:

a:link {
        text-decoration: underline;
        color: #00f; }

a:visited {
        text-decoration: underline;
        color: #60a; }

a:hover {
        text-decoration: none; }

a:active {
        text-decoration: underline;
        color: #f00; }

Is that not what you want?

-- 
        Chris Johnson

Reply via email to