Thumbnail viewer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have never used Dynamic HTML before, I am a beginner I do not
even know the first place where to start, so can someone explain to me
step by step exactly how to use this script, it is from dynamic drive.
Do I have to install special software to use dynamic drive?
Anyway, here is the link, can someone explain where I put
the code on my page, it doesn't say exactly where in the "head portion"
or "where" in the "body" portion, and I don't know where to put the
downloaded files also. Can someone guide me step by step. thanks
Rick , here is the script:
http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
 
Do I have to install special software to use dynamic drive?
Usually not. But using JavaScript can cause problems in some browsers.
the code on my page, it doesn't say exactly where in the "head portion"
or "where" in the "body" portion,

The <head> - it usually does not matter. Just anywhere in the <head> in the
source code.

The <body> - where you want the images to show up. Create an empty page and
upload it to see what happens. Start slow and then move forward
 
Thankyou for your help, but I still don't know what to do with the 3 files I
downloaded, where exactly do I put them .. Can you give me a scenario of
how you would handle this script step by step, its still not working. can
you start from scratch and guide me. thanks rick
 
Open your site and page in FP
Switch to Code View (not Design View)
You will find a HEAD section and BODY section
1) File Import the thumbnailviewer.js file into the same folder level as your page that will use the script
2) Paste the text from Step 1 in the HEAD section
3) Paste the text from Step 2 inside the BODY section (at the point in the page you want to use it)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Thankyou for your help, but I still don't know what to do with the 3 files I
| downloaded, where exactly do I put them .. Can you give me a scenario of
| how you would handle this script step by step, its still not working. can
| you start from scratch and guide me. thanks rick
|
| "Corey Bryant" wrote:
|
| > > Do I have to install special software to use dynamic drive?
| > Usually not. But using JavaScript can cause problems in some browsers.
| >
| > > the code on my page, it doesn't say exactly where in the "head portion"
| > > or "where" in the "body" portion,
| >
| > The <head> - it usually does not matter. Just anywhere in the <head> in the
| > source code.
| >
| > The <body> - where you want the images to show up. Create an empty page and
| > upload it to see what happens. Start slow and then move forward
| >
| > --
| > Corey R. Bryant
| > http://www.coreybryant.org | http://www.loudcommerce.com
| >
| >
| > "bluedolphin" wrote:
| >
| > > Hi, I have never used Dynamic HTML before, I am a beginner I do not
| > > even know the first place where to start, so can someone explain to me
| > > step by step exactly how to use this script, it is from dynamic drive.
| > > Do I have to install special software to use dynamic drive?
| > > Anyway, here is the link, can someone explain where I put
| > > the code on my page, it doesn't say exactly where in the "head portion"
| > > or "where" in the "body" portion, and I don't know where to put the
| > > downloaded files also. Can someone guide me step by step. thanks
| > > Rick , here is the script:
| > > http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
 
Back
Top