Images Refuse to load

C

CJ

Using FP98 on WP Home - when editing and adding pictures to an existing web
site, some jpeg images refuse to load while others of the same size will.
Any suggestions??
 
C

Chuck Davis

-----Original Message-----
Using FP98 on WP Home - when editing and adding pictures to an existing web
site, some jpeg images refuse to load while others of the same size will.
Any suggestions??
Make sure they are in your images folder, or another folder
that is Published to the server.
 
C

CJ

Thanks Chuck - All other images came over from my computer to the server when
I pasted directly to the web page and then saved them to the image file. But
this worked fine when I copied and pasted them to the image file and then
pulled them up from there. Again Thanks
 
T

Thomas A. Rowe

Make sure the images were saved in the JPG rgb subformat, and not cmyk format.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

Are you sure you have (at design time)

1) an open web (File > Open > web)
2) imported the images into the web (File > import).
3) using relative urls (like ../images/image1.gif) not C:\images\image1.gif one
points to an http: address, the other points to a location on the hard disk
(check your <img src> tags).

Then (when publishing):

4) publish the html page and the images to the corresponding location.
 
Top