Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-12-09 18:40:41

neilbag00
New Member
Registered: 2006-03-11
Posts: 9

Adding accesskey attributes to article navigation

Hi superbrains

My article navigation links: <txp:newer /> and <txp:older /> are used frequently and would benefit from the accesskey attribute so that users can quickly jump from page to page using keyboard shortcuts instead of having to scroll to and click on the links each time.

Eg.
<a href=“http://mydomain.com/1/”>Newer</a> becomes <a href=“http://mydomain.com/1/” accesskey=“n”>Newer</a>

Do I need to hack textpattern to add this?

Many Thanks
Nee

Offline

#2 2007-12-09 19:45:41

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Adding accesskey attributes to article navigation

<a href="<txp:newer />" accesskey="n">Newer</a>

Offline

Board footer

Powered by FluxBB