How to add Links
This is what you need to memorize:
<a href=""></a>
1. Add the webpage between the quotation marks
2. Add the image or text between the ><
and it will look like this:
<a href="http://www.Link_to_Website.com">Text Here</a>
<a href="http://www.Link_to_Website.com">HTTP://Image Here.jpg</a>
<a href="http://www.Link_to_website.com">Image or Text here</a>
Add target="_blank to open in a new window
<a href="http://www.Link_to_website.com" target="_blank">Text</a>
Photobuckets code
<a href="http://www.Photobucket_website.jpg" target="_blank" alt="Mouse over text">http://Photobucket/image.jpg</a>
Red is the website URL and green is the image or text;
target=blank opens in new window and alt is mouse over text
|