My zencart url is http://www.fotopoet.com/zencart/
I took my stylesheet.css and commented out the following links:
/* A:link {
COLOR: #00ffff;
TEXT-DECORATION: none;
}
A:active {
COLOR: #00ffff;
}
A:visited {
COLOR: #00ffff;
TEXT-DECORATION: none;
}
A:hover {
COLOR: #0000ff;
} */
I also went ahead and my placed the exact css file in both my_template/css and template_default/css.
I note the the links everywhere on the page are all #0000ff or #800080. Where are these links picking up the colors from? They certainly didn't come from the stylesheet.css file.



