Paul in commonfuncs.php this line needs fixing - $new = '<img src="'. $settings->imagesurl() .'/'. $type .'.gif" alt="'. $language->$alttype .'">'; to $new = '<img src="'. $settings->imagesurl() .'/'. $type .'.gif" alt="'. $language->$alttype .'" />'; under function marknew in order for the site to pass html validation.
Comments on HTML Validation
Forum Regular
Usergroup: Customer
Joined: Oct 18, 2003
Total Topics: 32
Total Comments: 114
Paul in commonfuncs.php this line needs fixing - $new = '<img src="'. $settings->imagesurl() .'/'. $type .'.gif" alt="'. $language->$alttype .'">'; to $new = '<img src="'. $settings->imagesurl() .'/'. $type .'.gif" alt="'. $language->$alttype .'" />'; under function marknew in order for the site to pass html validation.
Liz
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Thanks, fixed.