On Wednesday 01 December 2004 12:57, Adrian 'Dagurashibanipal' von Bidder wrote: > But, starting modest, let's at least include a short toc at the top of > the page. I'm not sure if <a name=""/> (as empty tag) is legal, so some > HTML guru should probably check this.
Hi,
<a name="edu"/> is not valid HTML. You could use <a name="edu"></a>, which
would be proper HTML but is not correctly parsed by some older browsers.
Your best bet is to enclose the headline with the <a>-tags, like this:
<a name="edu">Educational institutions</a>
Cheers,
--
Tobias
Right now I'm having amnesia and deja vu at the same time. I think I've
forgotten this before.
pgpeNK3CkbIOL.pgp
Description: PGP signature

