|
Posted by Richard on 08/14/07 14:29
Hi Jonathan,
> That is correct you want the parameter ID not NAME
>
> <h2 id="_Dummy1">_Dummy1</h2>
>
> then a link <a href="#_Dummy1">To _Dummy1</a> would work...
Thanks, Jonathan. I "knew" I had done this before, but I couldn't
remember how. And it was so long ago, I don't know if I even have
that old code anywhere.
> > The DTD I had used was:
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> > "http://www.w3.org/TR/html4/strict.dtd">
>
> > I found the Transitional DTD athttp://www.w3.org/TR/html401/loose.dtd,
> > which I am now using:
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> > "http://www.w3.org/TR/html4/loose.dtd">
>
> Bad idea, this is an new page you should fix the error, not *down-grade*
> the doctype.
Point taken.
> > But I got this "name" attribute fromhttp://www.w3schools.com/html/html_links.asp,
[snip]
> > Is this W3Schools stuff outdated? Any other suggestions?
>
> W3Schools site is notoriously full of incorrect information. Too bad
> many are fooled into think that have some affiliation or legitimacy
> because of the "W3" in their domain name. I have found www.htmldog.com
> information bay far more accurate.
Wow! That's incredible. Is there any point if trying to inform the
W3Schools' webmaster about errors as a service to the community?
Finally, I also found a kludge for my other wish: I want to force
every select section to be "scrolled" to the top automatically. This
doesn't happen for small sections near the bottom or if the view
window is made smaller. Is there a better way. I seem to remember
some "_top" attribute.
See it all at http://home.comcast.net/~CaptQueeg/_Mian.html :-)
Best wishes,
Richard
Navigation:
[Reply to this message]
|