G'day guys.
Have been validating one of our templates most of the day.
XHTML 1.0 Transitional!
Now I am down to 6 errors ( from 192 ! )
These are:
Doesnt like onSubmit - there is no attribute "onSubmit"
Code:
<form action="http://www.oursite.com/forum/login.php?do=login" method="post" onSubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
Doesnt like onFocus - there is no attribute "onFocus"
Code:
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" onFocus="if (this.value == 'User Name') this.value = '';" /></td>
Doesnt like onClick - there is no attribute "onClick"
Code:
<dd><a href="#" onClick="window.open('chat/index.php','v3chatrooms','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=488,left=380,top=120');return false;">Chat Rooms</a></dd>
Doesnt like colspan - there is no attribute "colspan"
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" colspan="2">
The other errors I can fix, but need help with fixing these please.
We are validating :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">