Lift Assistive
Using LIFT
To allow the LIFT Text Transcoder to generate a text-only version of a page, you must add a link that points to the transcoder. You can accomplish this in one of two ways:
Option 1 (For Individual Pages)
<a
href="http://assistive.usablenet.com/tt/
http://www.ufl.edu/page.html"
title="Text-only page produced automatically by LIFT Text Transcoder">Text-only Version</a>
http://www.ufl.edu/page.html
Replace with the page URL
This method is recommended if you will add the text-only link to your site's home page or just a few pages. Whenever the page URL changes, the text-only link must be updated as well.
Option 2 (For Templates)
<a href="http://assistive.usablenet.com/tt/referrer"
title="Text-only page produced automatically by LIFT Text Transcoder">Text-only Version</a>
This method is recommended if you will be adding the text-only link to more than one page or to a template and don't want to specify the URL of each page. This method may not function for some browsers on PDAs that don't support the referer HTTP header.