I thought the following might be of interest to others regarding the
HTML thread.
This info came from "BBTidy" which is a plug-in for BBEdit Lite, a
program I use for helping me build webpages. I just thought the
following was good information to know, so am passing it along to the
list:
The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.
For further advice on how to make your pages accessible
see "http://www.w3.org/WAI/GL". You may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.
Also, BBTidy told me the following regarding those cascading style
sheets (css), which might be of interest. (I still haven't figured out
style sheets yet! <g>)
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.
HTML & CSS specifications are available from
http://www.w3.org/
-Sandy