I checked out my code on:
http://validator.w3.org/check?uri=ww...Inline&group=0
and it has 76 errors! Does zencart come like this?
I checked out my code on:
http://validator.w3.org/check?uri=ww...Inline&group=0
and it has 76 errors! Does zencart come like this?
Canemasters
www.canemasters.com
NO
ZC out of the box validates just fine
wow, I fixed 1 error, and it went down to 55 errors.
Canemasters
www.canemasters.com
This may be the reason we're not #1 on google any more when you google "canes".
Canemasters
www.canemasters.com
Okay, what is causing all of these errors is this:
<center>
<script type="text/javascript" src="includes/templates/canemasters/jscript/swfobject.js"></script>
<object type="application/x-shockwave-flash" data="includes/templates/canemasters/images/flash/header.swf" width="800" height="185">
<param name="movie" value="includes/templates/canemasters/images/flash/header.swf" />
<img src="includes/templates/canemasters/images/header.jpg" border="0" width="800" height="185" alt=""></object>
</center>
<map id ="headermap"
name="headermap">
<area shape="poly" coords="48,6,39,31,122,31,131,6" href="index.php" title="" />
<area shape="poly" coords="138,6,129,31,213,31,222,5,138,5" href="index.php?main_page=page&id=3&chapter=0" title="" />
<area shape="poly" coords="228,5,312,5,302,33,218,33" href="index.php?main_page=page&id=4&chapter=0" title="" />
<area shape="poly" coords="318,5,402,5,392,32,308,32" href="index.php?main_page=page&id=20&chapter=0" title="" />
<area shape="poly" coords="407,5,493,5,482,32,398,32" href="index.php?main_page=page&id=7&chapter=0" title="" />
<area shape="poly" coords="497,6,581,6,571,32,488,32" href="index.php?main_page=page&id=13&chapter=0" title="" />
<area shape="poly" coords="587,5,673,5,662,33,578,33" href="index.php?main_page=contact_us" title="" />
<area shape="poly" coords="679,6,761,6,751,32,668,32" href="index.php?main_page=login&zenid=e1cdb7491df4dad9c193c7f9c6f3fcbd" title="" />
</map>
What I'm trying to do is load an alternate image with an image map if the user does not have flash installed. What's going wrong here???
I'm not a very good coder as you can tell...
Canemasters
www.canemasters.com
Thanks everybody. I managed to trace all of the errors down and fixed them all. I guess I know a bit more than I though I did.... thanks to you guys of course! I've learned a lot since I have been hanging out around this place.
Canemasters
www.canemasters.com