Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
itinko #1
XHTML verify error
When I run W3C verifier against my strict XHTML 1.0 I get the following error
complaining about a less than sign inside my <script> tag.
1. Warning Line 52 column 18: character "<" is the first character of a
delimiter but occurred as data.
for (i = 0; i < apanels.length; i++) {
This message may appear in several cases:
* You tried to include the "<" character in your page: you should
escape it as "<"
* You used an unescaped ampersand "&": this may be valid in some
contexts, but it is recommended to use "&", which is always safe.
* Another possibility is that you forgot to close quotes in a
previous tag.
I import js and css files, but can't figure out why the verifier would be
complaining about a "<" inside <script ..> </script> tags.
Thanks for any help resolving this.
itinko Guest
-
How can I convert PDF to XHTML?
Does anyone know how I can convert a pdf to XHTML using my studio 8? -
XHTML 1.0 Transitional
My site, created in Dreamweaver 8, at present is as simple as you can get: www.sonicavenger.comwww.sonicavenger.com The homepage title and... -
XHTML
Should I convert my doc to XHML? I am getting rather confused. I done it to a doc and then tested it at w3c and had a ton of errors, I had less... -
html > Xhtml
Hi, I'm tryin to delete all open <p> tags from the body text of news articles on my site. Im doing this, by : <cfset cleanBody =... -
XHTML / CSS
First, excuse-me for this out of topic message. I am searching a good mailling-list for people trying to write standard XHTML and CSS. ...



Reply With Quote

