Averill Ring at Irisweb wrote:
>   I could use some suggestions with this site
>
> http://irisweb.net/emily
>
> Three things:
>
> 1) In validating the pages, I keep getting this same error message:
>
> previous problem  <http://www.totalvalidator.com/validator/Validator#p0>E649  
> <http://www.totalvalidator.com/validator/Validator#E649>  The default 
> scripting language must be specified for an intrinsic event:
>         <bodyonload="P7_initPM(1,0,1,-20,10)">
>
>   




With regard only to the markup question, use the w3c markup validation 
service.
<http://validator.w3.org/>
Your home page markup validates-- I did not check the inside pages...
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Firisweb.net%2Femily%2F>

Fwiw, it is usually best to use a strict doctype for a new site.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>



>
> Averill Ring
>
>
>   



Best,
~d

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to