Anonymous

Anonymous
I've created a block that links to static pages in my site... I would like these links to be a certain color (and would also like ALL hyperlinks to be the same color across all pages). Where can I change this? thanks

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
This is best done with CSS in a stylesheet (style.css), e.g. a:link { color: green; } will make all your links green. bye, Dirk