RE earlier comments on Lynx and tables -- here is some info from Bobby on how to make your tables "readable" for voice output: http://www.cast.org/bobby3.0/html/gls/g113.html If this table contains data, have you identified headers for the table rows and columns? Future browsers and assistive technologies will rely on the ability to speak, using a speech synthesizer, the contents of an table. In order to help these technologies correctly voice tables, it is important for authors to mark how table cells correspond to particular headers using the the headers and scope attributes for the TD and TH elements. For example, 1."headers" - The following example shows how to associate header information with the "headers" attribute. The "headers" attribute specifies a list of header cells (row and column labels) associated with the current data cell. This requires each header cell to have an "id". <CODE AND EXAMPLE SNIPPED> 2."scope" - The following example associates the same header and data information as the previous example, but uses the "scope" attribute rather than "headers." "Scope" must have one of the following values: row, col, rowgroup or colgroup. Scope specifies the set of data cells to be associated with the current header cell. This method is particularly useful for simple tables. This example might be rendered by a speech synthesizer as the previous example. <CODE SNIPPED> 3."axis" - The following example shows how to create categories within a table. <CODE SNIPPED> Kathy > Kathy E. Gill > DCAC/MRM Methods Communication -- 425.965.6901 > Continuous effort -- not strength or intelligence -- is the key to unlocking our >potential. ~ Liane Cardes > Microsoft Exchange: the perfect name for its users' greatest desire! > ____________________________________________________________________ -------------------------------------------------------------------- Join The NEW Web Consultants Association FORUMS and CHAT: Register Today at: http://just4u.com/forums/ Web Consultants Web Site : http://just4u.com/webconsultants Give the Gift of Life This Year... Just4U Stop Smoking Support forum - helping smokers for over three years-tell a friend: http://just4u.com/forums/ To get 500 Banner Ads for FREE go to http://www.linkbuddies.com/start.go?id=111261 ---------------------------------------------------------------------
