Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2006
    Posts
    4

    Question validate code to W3C standards

    I am trying to validate my pages and am having problems with the pages because of errors with menumaker.

    Please tell me how I can correct this problem. I want to be taken as a professional web designer not one that uses sloppy code on her pages.

    Is there something that needsto be added to the pages that menu maker does not add?

    Thanks!!!

  2. #2
    Join Date
    Apr 2006
    Posts
    6

    Default Re: validate code to W3C standards

    I contacted Xara support and they had me change my code - which was a frontpage webbot to -

    <script language="javascript1.1" type="text/javascript"
    src="xaramenu.js"></script><script language="javascript1.1"
    type="text/javascript"src="menu/squares3.js"></script>

    Menu works fine and the code now validates. Change the src="menu/squares3.js to reflect your file name.

    pat

  3. #3
    Join Date
    Apr 2006
    Posts
    4

    Smile Re: validate code to W3C standards

    thanks, I will try that!

  4. #4
    Join Date
    Apr 2006
    Posts
    4

    Question Re: validate code to W3C standards

    Can you tell me exactly where you put this code? What part went into the head and what part into the body?

    Do you know if this can be put into an external file .....like a CCS?

    Thanks for any replies!

  5. #5
    Join Date
    Apr 2006
    Posts
    6

    Default Re: validate code to W3C standards

    I inserted the code in the between the <div> </div> tags where I want the menu to show. I am using a dynamic web template so it is automatically done in all pages the dwt is attached to.

    <div id="topmenu" align="right">
    <script language="javascript1.1" type="text/javascript" src="xaramenu.js"></script>
    <script language="javascript1.1" type="text/javascript" src="menu/squares3.js"></script>
    </div>


    pat

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •