Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:17
w3c compliance
Poster: jenlepen
Dated: Wednesday January 18 2006 - 11:30:46 GMT
i'm having trouble getting my site compliant with the w3 guidelines because of the dhtml menu. does anyone know how to fix it?
my site is php. here is the code that i'm using, nothing else seems to work:
<!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" lang="en">
<head>
<meta name="generator" content="HTML Tidy for Mac OS X (vers 12 April 2005), see http://www.w3.org" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Omega Mobile Design, San Francisco California Bay Area</title>
<style type="text/css">
__at__ import url("/styles/base.css");
/*<![CDATA[*//*]]>*/
</style>
<link rel="Start" href="index.html" />
</head>
<body>
<script type="text/javascript" src="/menu/milonic_src.js">
</script><script type="text/javascript">
//<![CDATA[
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=/menu/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=/menu/mmenudom.js><\/scr"+"ipt>");
//]]>
</script><script type="text/javascript" src="/menu/menu_data.js">
</script>
if anyone has any ideas on how to fix it, please help!
thanks!
jen