Antigone50 said:
How do you post the pictures to your site? I want to use the HTML
coding that is in Frontpage to show the pictures in guestbooks and
all I get is a blank
with the little red X which means the hyperlink is broken. Any
suggestions? Thanks.
To answer the question as asked:
"How do you post the pictures to your site?"
This is what I do:
I place my pictures in a folder underneath the folder containing my website.
E.g. My web site (on hard disk) is
C:\Documents and Settings\Trevor\My Documents\My Webs\myweb\index.html
The pictures are
C:\Documents and Settings\Trevor\My Documents\My Webs\myweb\images\image1.jpg ,
C:\Documents and Settings\Trevor\My Documents\My Webs\myweb\images\image2.jpg ,
etc.
In my code I use relative links to the images such as images\image1.jpg , images\image2.jpg , etc.
E.g. a link could be <a href="images\image1.jpg">Click here to show image1 </a>
(In fact my code is a liitle more complex because I call an HTML page which contains the image)
I then publish and FP finds the unpublished images and publishes them to the web.
That is how I actually do it, but it may not be 100% correct.
I think how one *should* do it is to import the images folder into the web.
Anyway I have had no problem. Look at the code on my site if you wish.
The broken link may be (just guessing) because your link is not relative (as my example above) or it is absolute but incorrect,
e.g., trying to link to hard disk on the web.