table summary attribute

T

Tony Rawlings

line 34 column 1 - Warning: <table> lacks "summary" attribute
line 42 column 1 - Warning: <table> lacks "summary" attribute
line 58 column 1 - Warning: <table> lacks "summary" attribute
line 63 column 1 - Warning: <table> lacks "summary" attribute
line 89 column 1 - Warning: <table> lacks "summary" attribute
line 354 column 1 - Warning: <table> lacks "summary" attribute
6 warnings/errors were found!

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.

This is my line of code, where do I install summary attribute please?
<table border="0" style="border-collapse: collapse" width="100%"
Thanks
 
T

Thomas A. Rowe

See:
http://www.w3.org/TR/html401/struct/tables.html

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top