any one know why i get this error when i validate and can help me fix it?
Error Line 14 column 31: there is no attribute "onLoad".
my source code is below!
index.jpg
<script language="JavaScript1.2" type="text/javascript" src="javascripts/mm_css_menu.js"></script>
@import url("css/index.css");
<script language="JavaScript" type="text/javascript" src="javascripts/statusbarclock.js"></script>
![]()

![]()
<script language="JavaScript" type="text/javascript" src="javascripts/liveclock_lite.js"></script>
![]()
![]()
![]()

![]()
Extream Web Designs!
Extream Web Designs is a professional Internet consulting and Web design company based
in Lafayette, La. We specialize in best-in-class website design, online
marketing, Flash multimedia, corporate identity and print graphics. Extream Web Designs
features an integrated team of web consultants, creative designers, writers,
programmers and marketing professionals that know how to get online
results.
IT Services
Web Development
Free Quotes
Home Networking
Graphic Design
Search Engine Optimization
Danny G Guillory Jr
danny@qbased.com
337.303.6453







Busy posted this at 22:53 — 23rd April 2006.
He has: 6,157 posts
Joined: May 2001
onLoad <-- problem is the capital L, should be all lowercase - onload
you might fail on this one too, if so just remove the lanuage= bit, is only for old old browsers, type is all you need:
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
steve40 posted this at 16:02 — 24th April 2006.
He has: 495 posts
Joined: May 2005
On load in tag is not permitted.