Gazing into my crystal ball I observed =?UTF-8?B?
QW5kcmVhcyBXwp9ybXNlcg==?= <nospam (AT) kreativschmiede (DOT) de> writing in
news:g2tbvt$nk6$03$1 (AT) news (DOT) t-online.com:
Quote:
Hi all,
is there a way to get rid of HTML-Tidy's Warning "<table> lacks
summary
attribute" by editing the tidy configuration file?
I still do use tables for layout purposes if the CSS alternative isn't
working in all common browsers :-o
Thx,
Andreas |
Actually, even if you are using tables for layout (shame on you!), you
might still want to use the summary attribute. For example:
<table summary="header">
<tr>
<td>One</td><td>Two</td><td>Three</td>
</tr>
</table>
The summary information might be good for you in identifying the table
in the same way that someone using <div id="header"> knows exactly where
that header is.
You could also leave it blank, if it's for decoration only, the same way
one uses alt="".
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share