b3ta.com qotw
You are not logged in. Login or Signup
Home » Question of the Week » Bugs and feature requests » Post 148645 | Search
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, 61, 60, 59, 58, 57, ... 1

« Go Back

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, 1 reply, 17 years ago)
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, Reply)

« Go Back

Pages: Latest, 61, 60, 59, 58, 57, ... 1