View Full Version : help me please!


SquallsNEWAngel
04-21-2003, 03:36 AM
i hope you know what i mean when i ask coz i know what i want, but i dont know how to do it :D

i know when u do css style sheets instead of having a big pile of css on every page, you can link to a .css file with the css in it by just putting the same link at the top of every page. (hope you are understanding!!)

I want to do the same thing, but with the mouse fireworks script on lissa's site so i dont have to have the huge code on every page. If I can do this, what is the link i need on every page and what format do i save the page as?? im thinking it might be a .js file???

hope you can help! I appreciate it! :D

epolady
04-21-2003, 04:45 AM
Save the fireworks as whatever.js & in your html page(s) put:

<script language="JavaScript" type="text/javascript" src="/path/to/whatever.js"></script>

When copying the fireworks script, don't copy the

<SCRIPT LANGUAGE="JavaScript1.2"> & </script> (since it's already on the coding that I gave you above). Hope this makes sense.

SquallsNEWAngel
04-23-2003, 02:43 PM
thanks a tonne epo!! :D I knew i could count on you!!

thanks again!