repeated webpage

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

Guest

I tried to import the 200 images with the same format into 200 pages. Is
there a easy way to do or I have to create this 200 pages and setup the
hyperlink manually? Any thoughts?
 
You can import all 200 images into your FP web in one shot (File | Import).

Your second sentence is confusing due to your singular use of "hyperlink".
If you truly mean one hyperlink then I'm not sure what you mean. Otherwise
you will create hyperlinks to each image one at a time.

Better; please explain what you are trying to do.


|I tried to import the 200 images with the same format into 200 pages. Is
| there a easy way to do or I have to create this 200 pages and setup the
| hyperlink manually? Any thoughts?
 
I have one webpage is going to link 200 subpages. Each of the subpages has
different pics. I could link these 200 subpages one by one to this webpage;
however, this will take me a long time. I am wondering if I could write a
code or is there a way to do this repeated work ?
 
It may be easier, but would involve some more complex work to achieve, to
do this with ASP and a database (or whichever server side language is
supported by your host).

To display images stored in an Access database is relatively easy. There
are MSKB articles (http://support.microsoft.com/kb/825515/en-us) on how to
do this.

The page to link from will have the URLS like <a
href="yourpages.asp?ID=1">Photograph 1</a>. etc

You will still have to 200 links but not link to 200 separate pages.

The above is done using ASP and the database results wizard in Frontpage.
 
If you are going to link 200 "subpages" to a single page
- just drag the 200 pages from Folder List onto your page

--

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


|I have one webpage is going to link 200 subpages. Each of the subpages has
| different pics. I could link these 200 subpages one by one to this webpage;
| however, this will take me a long time. I am wondering if I could write a
| code or is there a way to do this repeated work ?
|
|
| "Rob Giordano (Crash)" wrote:
|
| > You can import all 200 images into your FP web in one shot (File | Import).
| >
| > Your second sentence is confusing due to your singular use of "hyperlink".
| > If you truly mean one hyperlink then I'm not sure what you mean. Otherwise
| > you will create hyperlinks to each image one at a time.
| >
| > Better; please explain what you are trying to do.
| >
| >
| > | > |I tried to import the 200 images with the same format into 200 pages. Is
| > | there a easy way to do or I have to create this 200 pages and setup the
| > | hyperlink manually? Any thoughts?
| >
| >
| >
 
Back
Top