Jump to content

Trouble With Link Color


refiking

Recommended Posts

I'm trying to change the link colors and I tried this.  It works on the visited links, but the others are still blue instead of yellow.  Please help...

 

<style type="text/css">
<!-- with specific link types:
A:link {
color: yellow}
A:visited {
color: orange}
A:active {
color: yellow }
-->
</style>

Link to comment
https://forums.phpfreaks.com/topic/132255-trouble-with-link-color/
Share on other sites

<style type="text/css">
<!-- with specific link types: -->
a:link {
color: yellow}
a:visited {
color: orange}
a:active {
color: yellow }
</style>

first of all css is all lowercase wait maybe thats only xhtml meh
second that whole css block was commented out  try abov3e





Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.