Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-05-21 19:08:20
- wii
- Member
- Registered: 2005-05-08
- Posts: 77
Bookmark ?
How do I insert a simple bookmark in textpattern, so I can link to text futher down the articles ?
Thanks
Offline
Re: Bookmark ?
The link to the bookmark:
Use <a href="#bookmark">Link text</a>
where you want to place the link. Replace the word bookmark with whatever you want to name your bookmark.
The actual bookmark:
Use <a name="bookmark">bookmark text</a>
where you want the link to go. This would be the place you want to link to “jump to”. bookmark here should match bookmark in link above.
I hope this makes sense.
Rayne
mama love
Offline
#3 2007-05-21 22:38:21
- wii
- Member
- Registered: 2005-05-08
- Posts: 77
Re: Bookmark ?
Thanks
Offline
Pages: 1