Billie_Jean
01-14-2004, 09:52 AM
Hi! :) Okay, well i am trying to put the snow falling java thingy on my website, and someone mentioned about it having to be in the "body tag". Am i meant to be looking for "<body>" because i can't find that =S. I'd really really majorly apriciate some help. Thanks!
Wotsa Wuv, Siwwie Biwwie xoxo =)
bellportal
01-14-2004, 10:54 AM
The website you downloaded the applet from will tell you where to put the code.
If you need to put the code in the body, it has to be put between the <body> tags in your HTML.
If you have to put the code in the head, you should put between the <head> tags in your HTML.
If you want me detailed help, give us a link to the site you downloaded the applet from and I'll be able to tell you where to put the code.
Billie_Jean
01-14-2004, 11:17 AM
Okay, well i'm trying to put the fireworks into my website. The fireworks from the javascript area of lissa's website. I was trying to put it outside of the <body> tag and i wasn't sure where exactly that was (lol). my website link is www.mjfever.2ya.com (incomplete) and im trying to get the fireworks to actually work... no luck so far. Would you be able to help me? thanks =)
Billie_Jean
01-14-2004, 12:17 PM
Hi! :) I really need help with the fire works... i think i put everything in the correct place and nothing is happening. Anyone like to help me out? Thanks =)
spikemeister
01-14-2004, 12:21 PM
You really shouldnt post the same question in lots of different threads.
spikemeister
01-14-2004, 12:22 PM
On which page of your site do you want the fireworks to appear. You are using frames so you must decide which individual page and not which frameset
Billie_Jean
01-14-2004, 12:44 PM
On which page of your site do you want the fireworks to appear. You are using frames so you must decide which individual page and not which frameset
Ummm could i make it outside of the iframe? Or would i have to have it in it? *confuzzled* :idea: Do you know the html or what i would have to do to get it onto a page or frame?
Billie_Jean
01-14-2004, 12:47 PM
You really shouldnt post the same question in lots of different threads.
Sorry, i began the other post talking about something else. I'm sorry =(
Lissa
01-14-2004, 01:03 PM
Post the URL where the script is published so someone can check it out :D
your very basic page coding should be as follows...
<html>
<head>
<title> Page Title </title>
some script or style coding may go here.
</head>
<body>
most page coding goes here.
some script coding may go here.
</body>
</html>
some scripts will tell you to put it either within the HEAD area or the BODY area. so that would mean anywhere between the <head> to </head> or anywhere between the <body> to </body> tags depending on the instructions.
Rosey
01-14-2004, 05:52 PM
This is your body tag:
<body bgcolor="#000000" text="#FF0099">
You need to rearrange things so that your page will look like what pbj said.
You need to make sure you have it right so that it will work.