Does anybody know the particular HTML code for bookmarking/anchoring on a page. The normal method (in frontpage) is for these anchors to be invisible - somebody has changed ours and I want to change it back. I am not clever enough to work this out myself
Bugger. Didn't show. Try this (replacing the square brackets):
External:
[a href="http://www.freepint.com/"]Freepint[/a]
Relative:
[a href="/bar/nonexistentfile.htm"/]Filename[/a]
Internal:
(1) The anchor...
[a name="#linkone"][/a]
(2) The link to the anchor...
[a href="yourpagename.htm#linkone"]Link ...