Home

<--Back

Tutorials -- HTML -- Link Extras

Just incase you are new to html, here is the basic link code:

Which of course will look like this: Text Here.

Code for an email link:


Example: Email Me

NOTE: You can also use the basic font changes I showed you HERE on your link. Just insert it inside or outside the link html.

Code to remove line around image links:


Remove line under links: insert this into your < head > tags or your style sheet.

Just replace the 000000 with what colour you would like the links to be.

You can also use this link above to make your links change colour on hover over. Just replace the A:hover # with what you want it to be. As you can see from my site I make it the same colour value as the background to make it look like it dissapears.

Email Me If there is a problem with this code please let me know and I will fix it asap.