Results 1 to 2 of 2

Thread: Notice appearing on webpage

  1. #1
    Join Date
    Sep 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Notice appearing on webpage

    1) Script Title: chrome.js

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) Describe problem: On safari an opera the notice
    /***********************************************
    * Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    is appearing at the top of my webpage. You can see it at http://browsershots.org/screenshots/...e95168e6e24ff/

    My webpage is located in www.ensenachile.dreamhosters.com
    Why is the notice showing up??

    Regards
    D

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    On your HTML, there is an error in red here:

    Code:
    <script type="text/javascript" src="http://www.ensenachile.dreamhosters.com/wp-content/themes/Ensena/chromejs/chrome.js" />
    /***********************************************
    * Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    Remove that closing backslash, and you should be good.
    DD Admin

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
  •