w3c compliance

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jenlepen
Beginner
Beginner
Posts: 1
Joined: Wed Jan 18, 2006 12:12 pm

w3c compliance

Post by jenlepen »

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">
@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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I just pasted the code you posted into a blank page, went to the w3c validation service and checked it and I got a This Page Is Valid XHTML 1.0 Strict!

That part at least validates, so it seems it must be something else on the page.

Ruth
Post Reply