Insert your internet address into the html code. You need the following code shown in blue with your internet address inserted at the appropriate place:
<a href="YOUR INTERNET ADDRESS INSERTED HERE" target="_blank"></a>
(NOTE: The part of the code that reads target="_blank" is optional, but recommended. This tells the browser to open your personal website in a new browser window. Without it your personal website would open in the existing browser, and the viewer would have to hit the back button to return to their itsaboutlove.org search list. The number of times that they have to hit the back button will be determined by the number of pages they view on your personal website. By adding target="_blank" to your code you eliminate the need for the viewer to hit the back button repeatedly, which makes for greater ease in viewing.)
If I were inserting the internet address of this page into this code it would look like this:
<a href="http://www.robertandsharon.com/ldsfs/ldsfs-link.htm" target="_blank"></a>
Add the text that you want to be linked. The text that you insert here will be the text that appears to the viewer. On the itsaboutlove.org website this text will appear blue with an underline to indicate to the viewer that it is a link. Once the page has been visited by the viewer the link color will change to purple. (If you want this text color to be different see my page about changing font color.)
The place for your linked text is shown here in purple:
<a href="YOUR INTERNET ADDRESS" target="_blank">INSERT YOUR LINKED TEXT HERE</a>
Again, if I were linking someone to this page this is what I might type:
<a href="http://www.robertandsharon.com/ldsfs/ldsfs-link.htm" target="_blank">Come visit us here!</a>