Mon, 2007-01-15 14:49
Hey,
Can anybody figure out how to validate my frontpage, the rest of the site css html are mostly all valid, behave some issue with the ringtone name and email javascript.
greetz
Mon, 2007-01-15 15:20
#1
Yes we can but a lot of the
Yes we can but a lot of the 24 warnings/errors reported are fairly self explanatory; you have cases where you are trying to pass off a '&' in url arguments when this must be escaped for the ampersand html characters, you have used upper case(camelhumped) lettering in javascript 'onClick' when all must be lower case, lack of quote marks around values in attributes, no type specified for script calls, and some very ill-conceived form nesting in a table that needs sorting out.
Hugo.