Creating Links

To create links using the MrSite Editor click on the image or text in question, then click on the "insert link" icon in the MrSite Editor. Type the address of the webpage you are linking to in the popup box that appears (eg type www.mrsite.com to link to the Mr Site website), or link to a page or image from your own website by selecting it from the drop down list provided.

Alternatively, if you would like to use HTML to create your link


<a href="mypage.html" title="Title of my Web Page">
THIS TEXT WILL BE THE LINK
</a>

This will create a link that will open in the same window.

You will need to replace the text in Red with the page you would like to link to.

You will need to replace the text in Green with the title of the page you are linking to. This text will show up when a visitor hovers over your link.

If you would like the link to open in a new window use this code instead


<a href="mypage.html" title="Title of my Web Page" target="_blank">
THIS TEXT WILL BE THE LINK
</a>

This is particularly useful when linking to external sites because your visitors will not leave your site to get to it.


Mr Site Takeaway Website. Build a professional website in minutes.
 

© 2007 AboutMrSite.com | Created at www.1and1.co.uk