rjholder
Newbie
Posts: 1
Registered: 9/30/2004
Location: West Michigan
Member Is Offline
|
| posted on 9/30/2004 at 01:41 PM |
|
|
W3C validation
I redesigned the web site I maintain, using TigraMenu in place of another button bar, and I am very pleased with it. One thing I always do is run the
W3C Markup Validation on my HTML files.
(http://validator.w3.org/)
When I did this, I got error messages on all four of the script lines saying that the 'type' parameter was missing. The lines should
read:
<script language="JavaScript" type="text/javascript" src="menu.js"></script>
etc. After adding the parameter, my HTML validated to their standards. I thought I'd bring it to the attention of other users and also the people
at SoftComplex that monitor this forum.
Ron Holder
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/5/2004 at 05:00 PM |
|
|
Thank you for your report.
So far missing type attribute never caused any problems.
|
|
|