Log in

View Full Version : Need help inserting script into my website html



tmendola
08-05-2010, 07:49 PM
Can someone show me how to insert this script into my website html. I do not have a lot of experience with this, so any help would be much appreciated.

Script is from the 'mouse & cursor' category called "document crosshair"

Thanks!

Tom

Beverleyh
08-06-2010, 07:14 AM
Usually you'd put the CSS styles and javascript in the <head> section and the <div>s in the <body> section.

It may be different though depending on what the script page says (ie - you might need to put the javascript in the <body> below the <div>s, suggested by the order of the supplied txt document) but you didnt include a link to the script page so its not something that can be checked easily.