Links List

If there are any helpful links you would like to see on this page, please leave a suggestion in the comments, or email me personally, and I will consider adding the link. Thanks!

If you would like to build your own text links box, click on the design tab, insert a text gadget
with a code like this:
<a href="http://google.com/">Google</a>

If you would like your link to open in a new tab
the code would look like this:
<a href="http://google.com/" target="_blank">Google</a>

as you notice the: target="_blank"
is inserted in there.
make sure to include the space in front of target.

Text link boxes are very helpful when making a homepage.

No comments:

Post a Comment