You are not logged in. Login or Signup
Home » Question of the Week » Bugs and feature requests

This is a question Bugs and feature requests

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)
Pages: Latest, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1

Post Your Own Story

This is a question reply Can we use anchor tags in our profiles?
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, Reply)
This is a question reply untested, but this should work
<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, )

Post Your Own Story

Pages: Latest, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1