You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Changing Link Color Empty Changing Link Color Thu Jun 21, 2012 3:33 pm

Verrell123 Admin

Verrell123

Changing Link Color

Hello Everyone

This is a very simple tutorial to change the color of your links to make your links fit with your style of the forum or website.


Enter this code into your HTML Page where the links are at.
You can change the font color by adding #009900 or what ever you wish to add.

Code:
<font color="Color Code">
<a href="URL OF Website">Name of the link you want to call it</a>
</font>

My Example of this code:

Code:
<font color="#009900">
<a href="http://forum.freshartz.co.cc/">FreshArtz</a>
</font>

Now Changing your link color by CSS

Code:
<style type="text/css">
<!--
a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
-->
</style>

This code will change all the links on your CSS code.

Now what does a:link, a:visited, a:hover and a:active mean? They are really easy here they are below.

a:link unvisited link
a:visited visited link
a:hover mouse over link
a:active selected link
Notice : This tutorial is copyrighted by FreshArtz. You may not publish it on anywhere without written permission from the administrators.

http://forum.verrell123.co.cc/

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum

 


Sitemap
FreshArtz
FreshArtz © 2012
Design by Verrell123
Donate
Demo Page

About
We are Web Design and Coding forum, we will help member how to coding and design website, there many category about web design and coding.