I would like to make a page link in a post that will go from one location in the page to another location in the same page. I have read the forum and tried this recommendation located here: http://forums.b2evolution.net/viewtopic.php?t=5750&highlight=bookmarks
Here is the recommendation below as it appears in the link above:
---------------
Code:
"Footnotes are a pain in the arse" - Sir Walter Cronkite<a><sup>[1]</sup></a>
[EDIT] First ... the html checker barfed on me, because it doesn't like the "#note1" as the HREF (the html-checker wants links fully formed, so you need to use "http://mysite.com/entryPermalink#note1" - the full Monty, so to speak.)
Anyway ... then, lower down (end of document or page) ... you put
Code:
<p>This is the footnote for poor Sir Walter Cronkite, may he rest in peace.</p>
---------------
When I tried this b2evolution rejected it with this message: 'Cannot update, please correct these errors: Tag p may not have attribute id.' Is there an easy way to do this or am I wasting my time?