[PHP] what can be wrong here?

2004-03-22 Thread Mike Mapsnac
Hello In CSS file all links are black: /* Part from CSS file */ a:link{color:#00; text-decoration: none;} /*unvisited link*/ a:visited{color:#00; text-decoration: none;} /*visited link*/ a:hover {color:#00; text-decoration: none;} /*mouse over link*/ a:active { color:#00} On the

Re: [PHP] what can be wrong here?

2004-03-22 Thread Richard Davey
Hello Mike, Monday, March 22, 2004, 1:45:24 PM, you wrote: MM Hello MM In CSS file all links are black: MM /* Part from CSS file */ MM a:link{color:#00; text-decoration: none;} /*unvisited link*/ MM a:visited{color:#00; text-decoration: none;} /*visited link*/ MM a:hover

RE: [PHP] what can be wrong here?{OT}

2004-03-22 Thread Jay Blanchard
[snip] In CSS file all links are black: /* Part from CSS file */ a:link{color:#00; text-decoration: none;} /*unvisited link*/ a:visited{color:#00; text-decoration: none;} /*visited link*/ a:hover {color:#00; text-decoration: none;} /*mouse over link*/ a:active { color:#00} [/snip]