
Found a problem on B3ta? Want other features that we don't currently offer? Type your ideas here with your finger-mouths. (We don't promise we'll act on any of it, but we will read it and your words could even prompt us into action.)
( , Wed 1 Nov 2006, 11:48)
« Go Back

I have a rather long profile, so I tried making a table of contents so people could jump to sections. It didnae work. It was possible I was doing it wrong, but
<a href="#section1">Jump to Section 1</a>
<a name="section1">Section 1 Header</a>
should work, shouldn't it?
Can anchors be made allowable? Or are they already and I'm thick at html?
( , Sun 27 Apr 2008, 12:34, 1 reply, 17 years ago)

<a href="#section1">Jump to Section 1</a>
<div id="section1">
stuff
</div>
and named anchors are really old and clunky
( , Sat 17 May 2008, 22:49, Reply)
« Go Back