Shortcut keys for Accessibility

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

I'm developing a web site for a blind user (my father)
and want to assign shortcut keys to hyperlinks, so that
he can use ALT + letter to navigate the site. For
example, if he wanted to go to "Add Category" I would
assign ALT + "C" to that hyperlink. I've seen a site
use "Accesskeys" but don't see how to use these in FP2003.
Anybody know how?
 
FrontPage 2003 doesn't have a wizard to do this - you have to do it
manually.

1. Switch to Code view.
2. Inside the A HREF tag, type accesskey="", adding a letter between
the quotation marks.

The resulting code will look something like this:
<a href="http://www.wingtiptoys.com/contact_us.htm" accesskey="C">Contact
Us</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top