Posted by Ed Seedhouse on 02/06/07 16:52
On 6 Feb 2007 04:57:22 -0800, "jim" <jimmenees@aol.com> wrote:
>You've almost got it there Gary...
>==========================================
>Instead of this: <h1 id="heading1">Heading1</h1>
>use this: <a name="heading1"/><h1 id="heading1">Heading1</h1>
Er, I believe that would be invalid html since the A element is inline
and you can't validly put a block element inside it. It should be done
the other way around.
Navigation:
[Reply to this message]
|