Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormista3
    • CommentTimeJan 31st 2006 edited
     permalink
    Hey folks,

    I'm just trying to validate my html, and the only problem left is a javacsrcript line that goes like this:

    if (screen.width <= 800) {

    How can i rewrite this so that it validates but the javascript still works?
    • CommentAuthormista3
    • CommentTimeJan 31st 2006 edited
     permalink
    Sorry worked it out.... just need to be in cdata tags, though no idea what these do!?

    // <![CDATA[

    closed with...

    <code>// ]]>
    •  
      CommentAuthornifkin
    • CommentTimeJan 31st 2006
     permalink
    They just tell whatever interpreter that that's not code that's supposed to be processed, it's something else that may contain characters that are considered special (<, >, unencoded &s, and all that other sort of good stuff).
Add your comments
    Username Password
  • Format comments as (Help)