This page will provide guidance on creating links in HTML, firstly as a basic text link, and moving on to pictures. It will also help with link effects, opening in a new window and finally e-mail links which are done in a slightly different way to a standard website link.
To do a basic clickable link in your pages and message posts, you just need to use the following code:
You can change the wording in the above tag, so that the link has whatever name you want!
There are various ways in which you can change the look of your links! Here are some examples of them!
You can also use pictures as links using the following tag. Please visit my pictures Html help page for more detailed information on showing images on the internet.
Note:~ The above code will automatically put a border around your picture. To avoid this include border="0" in your image tag:
If you want to add links to your wesbite or ME page, but do not want people to loose your page, then the best option is to make the link provided open in a new browser window. This is done as follows:
Note:~ This will work with any type of link, ie picture links, and will also work alongside any link effects.
You create links for people to click on if they want to email you. This is very handy especially for auctions, as some new eBayers won't necessarily realise that you can email through eBay.
Here's how you do it:
Note:~ This will also work as a picture link, by putting the picture HTML code into the link tag like I did previously. Here's an example for you:
Tutorial written by Ally at www.madlassgrin.co.uk