-
1. Re: After converting a page to xhtml 1.0 Transitional compliant, Dreamweaver indicates a syntax error warning in the head section
theMikeD May 10, 2009 10:25 AM (in response to theMikeD)Just to add, the part that makes me think this is a bug is that the syntax error warning is always indicated exactly 2 code lines belore the first call to a javascript file. Could it be something itn eh JS file that is doing this?
...Mike
-
2. Re: After converting a page to xhtml 1.0 Transitional compliant, Dreamweaver indicates a syntax error warning in the head section
theMikeD May 10, 2009 10:50 AM (in response to theMikeD)This seems to have been fixed by changing the format of the JS line from
<script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript" />
to
<script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript"></script>
Still not sure if this is proper markup that DW is screwing up, or if it's improper markup and DW has identified it, although on the wrong line
...Mike
-
3. Re: After converting a page to xhtml 1.0 Transitional compliant, Dreamweaver indicates a syntax error warning in the head section
Nancy O. May 10, 2009 11:37 AM (in response to theMikeD)Run your code through the online validation tool here.
HTML Validator - http://validator.w3.org
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
www.alt-web.com/ -
4. Re: After converting a page to xhtml 1.0 Transitional compliant, Dreamweaver indicates a syntax error warning in the head section
MurraySummers May 10, 2009 3:51 PM (in response to theMikeD)Just remove -
language="javascript"
It's not valid.


