Results 1 to 2 of 2

Thread: Snow code

  1. #1
    Join Date
    Nov 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Snow code

    I have looked for problems for it.. It works find.. But its not going the whole lenght of my forum... Just to the banner.. I have tried to change the lenght in the code.. I am a proboard account..

    My board to see the code..

    http://smileysbirds.proboards26.com/index.cgi

    How can I make it go all the way to the bottom....

    Thanks, Smiley

  2. #2
    Join Date
    Sep 2006
    Location
    England
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    Hi Smiley,
    Unfortunately I get too many errors when running the code ( after View/Edit copy... ). However, as you probably know, I isolated the snow script ( which I see is from Dynamic Drvide anyway ), and it works OK.

    When trying to validate the code of the page using;

    http://www.w3schools.com/site/site_validate.asp

    it reports an enormous amount of errors. Firstly, identify which of your scripts should be in the <head> section and which should be in the <body> section.
    Also, <style> ( CSS ), should be in the <head> section unless you need to use them inline.

    Oh, and don't forget to put in;
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    at the top of your page before using the validator.

    Sorry I could'nt have been more helpfull but there is obviously something - I suspect a script - interfering eith the 'windowheight' variable. But I would recommend you try the validator first.

    Best of luck,
    Regards,
    Ges.
    PS Please don't feel down about this as other members will also post some useful advice.

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
  •