Jump to content

[SOLVED] Changing default color for links


mike1313

Recommended Posts

Just make a class for your alternative colours.

 

CSS:

a.header_link:link		{color: #FFFFFF}
a.header_link:visited	{color: #FFFFFF}
a.header_link:hover		{color: #DDDDFF}
a.header_link:active	{color: #FFFF00}

HTML:

<a class="header_link" href="Index.php">Home</a>
<span class="header_sep">:</span>

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.