Results 1 to 2 of 2

Thread: really thick

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

    Exclamation really thick

    ok ver new to all this but really trying to learn
    i am looking at a few scripts one being the falling snow
    however when it come to placing the code in the <body> of the site
    i dont have a clue what or where the body of the site is....what file should i be looking for and where in that file should it be added i have tried it on a few files with no luck so am now asking for help
    many thanks
    flint

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Link to the code.
    Link to the page where you've tried it.
    The body contents the content of the page, it should be after the head inside of the html tag.

    <html possibly additional text>
    <head>
    maybe alot of code maybe not
    </head>
    <body possible text>
    content of page
    </body>
    </html>

    The / indicates the closing of a tag.

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
  •