Linking Text


To make your text link to a website, all you need is the code below. Replace "URL HERE" with the website's link and "Pink Squirrels" with the text you'd like viewers to see.

The code:



An example: <a href="http://sweetdesignsmagazine.com">Sweet Designs Magazine</a> will look like:
Sweet Designs Magazine


Now, if you want the link to pop up in a new window, use the code below instead. The add-on "target="_blank" is what makes that happen.

The code:



The example again:
<a href="http://sweetdesignsmagazine.com" target="_blank">Sweet Designs Magazine</a> Now, try clicking this:
Sweet Designs Magazine