In order to validate a page as valid HTML/XHTML you need to escape inline <script> when using characters like &.
You can use: /*<![CDATA[*/ & /*]]>*/ It's compatible with both HTML and XHTML. -- regards, Kornel LesiĆski
In order to validate a page as valid HTML/XHTML you need to escape inline <script> when using characters like &.
You can use: /*<![CDATA[*/ & /*]]>*/ It's compatible with both HTML and XHTML. -- regards, Kornel LesiĆski