Some Frontpage images are not displaying when uploaded to websever

G

Guest

Hello,
I have encounted an unusal problem when uploading my new website files to my
websever.
When I uploaded the home page everything displayed properly except 3 of the
5 .gif images.

Why would some images load ok and some not? Can you please assist me? There
are no spaces between words in the image name. The image sizes are 4kb, 13kb,
and 121kb.

The websever has told me it's a front page issue? Please help, I am
desperate and don't know what to do now.

regards,
Paul
 
G

Guest

Hi Corey,
Thank you kindly for your reply.
Can I contact you privately through one of your web addresses to give you my
web details. If so which address and will you get the email.

IN THE MEAN-TIME HERE IS THE HTML CODE FOR THE 5 IMAGES
1. Photo 1.
<img border="2" src="home_files/adwordsjr.gif" hspace="1" align="left"
vspace="1" width="144" height="125">

2. Photo 2.
<img border="2" src="home_files/adwordsfw.gif" align="left" hspace="1"
vspace="1" width="126" height="126">

3. 100% Guarantee image.
<img height="128" src="index_files/guarantee1.gif" width="200" border="4"
hspace="2">

4. Order Button.
<img border="0" id="img5" src="button1.jpg" height="49" width="245"
alt="Click Here To Order Now!"
onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'button2.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'button1.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'button3.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'button2.jpg')"
fp-style="fp-btn: Metal Capsule 1; fp-font: Arial; fp-font-style: Bold;
fp-font-size: 14; fp-font-color-normal: #008000; fp-font-color-hover:
#FFFF00; fp-font-color-press: #0000FF; fp-bgcolor: #0099CC" fp-title="Click
Here To Order Now!">

5. Displays 6 credit cards.
<b><a href="http://www.adwordsnavigator.com/order_form.htm">
<img src="home_files/cards.gif" width="206" height?21 height="21"></a><br>

Hope this will assist.
regards,
Paul
 
S

Stefan B Rusynko

1) If you are on a non-windows server make sure your file names are all in lower case (same as your links)
2) You have images in different folders (all relative to the page using them), make sure the paths are correct
- adwordsjr.gif & adwordsfw.gif in the folder home_files
- guarantee1.gif in the folder index_files
- button1.jpg, button1.jpg, & button1.jpg in the same folder as the page
--

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


| Hi Corey,
| Thank you kindly for your reply.
| Can I contact you privately through one of your web addresses to give you my
| web details. If so which address and will you get the email.
|
| IN THE MEAN-TIME HERE IS THE HTML CODE FOR THE 5 IMAGES
| 1. Photo 1.
| <img border="2" src="home_files/adwordsjr.gif" hspace="1" align="left"
| vspace="1" width="144" height="125">
|
| 2. Photo 2.
| <img border="2" src="home_files/adwordsfw.gif" align="left" hspace="1"
| vspace="1" width="126" height="126">
|
| 3. 100% Guarantee image.
| <img height="128" src="index_files/guarantee1.gif" width="200" border="4"
| hspace="2">
|
| 4. Order Button.
| <img border="0" id="img5" src="button1.jpg" height="49" width="245"
| alt="Click Here To Order Now!"
| onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'button2.jpg')"
| onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'button1.jpg')"
| onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'button3.jpg')"
| onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'button2.jpg')"
| fp-style="fp-btn: Metal Capsule 1; fp-font: Arial; fp-font-style: Bold;
| fp-font-size: 14; fp-font-color-normal: #008000; fp-font-color-hover:
| #FFFF00; fp-font-color-press: #0000FF; fp-bgcolor: #0099CC" fp-title="Click
| Here To Order Now!">
|
| 5. Displays 6 credit cards.
| <b><a href="http://www.adwordsnavigator.com/order_form.htm">
| <img src="home_files/cards.gif" width="206" height?21 height="21"></a><br>
|
| Hope this will assist.
| regards,
| Paul
|
|
| "Corey Bryant" wrote:
|
| > URL would help us to help you out more.
| > --
| > Corey R. Bryant
| > http://www.milehighmerchantaccount.com/ | http://www.loudpci.com/ |
| > http://www.mymerchantaccountblog.com/ | http://www.loudexpressions.com/
| >
| > "Paul C" wrote:
| >
| > > Hi Paul here are some things to check
| > >
| > > Have you uploaded the images to the server (easy mistake to make)
| > > Are the image paths ok
| > > If you are on a unix server are the file names correct Image.jpg and
| > > image.jpg are different because unix is case sensitive.
| > > Is the colour space RGB this is done when optiizing the images in a image
| > > editor, CMYK images won't display in a web browser
| > >
| > > Paul M
| > >
| > >
| > > | > > > Hello,
| > > > I have encounted an unusal problem when uploading my new website files to
| > > > my
| > > > websever.
| > > > When I uploaded the home page everything displayed properly except 3 of
| > > > the
| > > > 5 .gif images.
| > > >
| > > > Why would some images load ok and some not? Can you please assist me?
| > > > There
| > > > are no spaces between words in the image name. The image sizes are 4kb,
| > > > 13kb,
| > > > and 121kb.
| > > >
| > > > The websever has told me it's a front page issue? Please help, I am
| > > > desperate and don't know what to do now.
| > > >
| > > > regards,
| > > > Paul
| > > >
| > >
| > >
| > >
 
G

Guest

Hopefully Stefan got you on the right track. Usually it is better to post
publicly to get the help of everyone and to help others
 
G

Guest

Hi Everyone,
Thank you very much (PaulC, Corey and Stefan) for your assistance and offers
of help.

You replies have put me on the right track. I looked through the html code
and noticed all sorts of anamolies as well as the ones mentioned.

I am most grateful for your kind assistance, wishing you all well.

regards,
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top