On 9/11/07, Laurie Davis-Covin <[EMAIL PROTECTED]> wrote:
> Am now working on a new site and I cannot seem to find new
> information on bookmarking.

I'm assuming you're talking about linking to subsections within a page
using anchor tags (<a>).

> Initially, the style was <a name="" id="">subject</a>   HTML Tidy
> doesn't seem to condone that.

You're close. Using the "id" attribute, you can actually turn any
element on a page into an anchor. Say you have a subheading on a page
marked up thusly:

<h2 id="taters">Non-culinary Uses for Potatoes</h2>

You can then reference that with a link:

<a href="#taters">What can I do with potatoes besides eat them?</a>

Hope that helps!

:Dan Dorman
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to