[Radiant] Menu Links

John W. Long ng at johnwlong.com
Tue Jul 11 09:34:36 CDT 2006


Harvey Bernstein wrote:
> They work fine.  My problem is that for accessibility purposes I need to
> ensure that I add a title to all links.  So the title should be something
> like "Click here to find out more about our <INSERT BREADCRUMB>.

You can't use the <r:link /> tag to do what you would like to do, but 
you could do this:

<r:find url="/what-we-do/">
   <h1><r:title/></h1>
   <ul>
     <r:children:each>
        <li><a href="<r:url />" title="Click here to find out more about 
<r:breadcrumb />"><r:title /></a></li>
     </r:children:each>
   </ul>
</r:find>

You mention accessibility. Is the title attribute part of an 
accessibility spec?

--
John Long
http://wiseheartdesign.com



More information about the Radiant mailing list