Hi Marvin,

On Wed, February 3, 2010 11:50 pm, Webb, KerryA wrote:

> You should check the "Top of page" links on the Recipes page.  They each
> seem to go to the start of the previous recipe rather than to the top of
> the Web page.
>
> Kerry
>


That is, you have links with duplicate link-text pointing to different
anchors which contravenes accessibility standards.

You already have the anchor <a name="Top"></a>, so "Top of page" links
should point to this,

<a href="#Top" target="_top">Top Of Page</a>

Stuart




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to