Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2005-02-01 13:23:16


On 1/31/05 11:51 AM, "John Maddock" <john_at_[hidden]> wrote:

>> http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/type_traits/index.html
>> ?rev=1.12&view=auto
>>
>> Contains:
>>
>> <H2>Example code</H2>
>>
>> But it should have:
>>
>> <H2><A name="example"></A>Example code</H2>
>>
>> in order for TOC at top to work.
>
> Will fix, thanks,

What's wrong with a non-null anchor:

    <h2><a name="example">Example code</a></h2>

Only anchors with the "href" attribute glow blue (or whatever the CSS is set
to). An anchor can have both "href" and "name" attributes at the same time,
to make a link source and sink.

Anyway, this type of identification is obsolete since HTML-4. That standard
and XHTML allow any tag to have an ID, and such IDs can be targeted by any
link.

    <h2 id="example">Example code</h2> (not sure on syntax)

-- 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT hotmail DOT com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk