-
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
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks