Originally Posted by
Beverleyh
No problem Harry,
As far the the DD instructions go, they're quite short and one of the easier ones to follow, so its a good script for you to start with.
Now that you're OK with the <head> and <body> sections of a web page, are you comfortable pasting the indicated code into the head and body of your own website? (as per the script page)
Also dont forget to download those 3 files referenced between step 1 and step 2 and upload them to the right place on your server. The script implies that you'd be uploading them to the same place as where the web page holding the scripts is, which is a good place to put them while you're testing. Once you're comfortable with everything working the way it should, you can move them elsewhere, and change the path references to them in the head script of course :)
Have a bit of a tinker and post the link to your test page if you have any more problems.
BTW - Sometimes, if you're stuck, it's also helpful to view the source code of the actual demo page here on DD, and double check where things go in the grand scheme of a fully-working web page. To view all the code, just right click somewhere on a web page (not on an image) and click the "View Source" option - it might say something slightly different depending on what browser you're using though.