Recent Topics

1 Sep 08, 2004 20:26    

how to ? thanks in advance

2 Sep 08, 2004 21:42

Emma,

All you need to do is change the style definition in custom.css

The default definition is this i believe:

a {
    color: #569;
}

to get rid of the underlines you just change it to this:

a {
    color: #569;
    text-decoration: none;
}

That should get rid of your underlined links.

Brent.


Form is loading...