To do an internal link on a CF Home Page:
You need to set an anchor
Which is where you want on the page to go to.
For my CF Home Page I put my first anchor in front of the catnapping icon.
The anchor code is <a name="haunts"></a>
So where you want the internal link
You need to point to the anchor location
For the example I am giving the text is My CF haunts
The link code is <a href="http://www.christianforums.com/%7Ecaitlincares#haunts">My CF haunts</a>
The %7E is the squiggly line before userid in CF Home Page address.
The #haunts refers to the anchor already set on the page.
You need to set an anchor
Which is where you want on the page to go to.
For my CF Home Page I put my first anchor in front of the catnapping icon.
The anchor code is <a name="haunts"></a>
So where you want the internal link
You need to point to the anchor location
For the example I am giving the text is My CF haunts
The link code is <a href="http://www.christianforums.com/%7Ecaitlincares#haunts">My CF haunts</a>
The %7E is the squiggly line before userid in CF Home Page address.
The #haunts refers to the anchor already set on the page.