having problems displaying images when uploaded, destination is c.

K

Krisie-D

i have created a web page using frontpage 2002 on my xp home system i have
directed the image links to the folder images/image name.jpg it works fine
offline but once i uploaded it the pictures wont load i just get a small
white box with a red x in it. ive contacted the server but they dont know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
K

Kevin Spencer

Okay, first, you need to distinguish between a web page and a web site. A
web page is no more a web site than a page in a book is a book. It is
important to make this distinction in order to work effectively with web
pages and web sites.

Next, we need to know if indeed you created a web page or a web site. You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local file
system), or web sites (an integrated collection of files and folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site, or did you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An HTML
document is pure text. Images are not embedded in an HTML document. Instead,
a URL of the image's location is stored in the HTML document, and the
browser fetches it. Depending on what you were working on (web iste or web
page), how you inserted the images into the document (did you import them
into your web first?), and how you "uploaded," you may have done any of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
A

Aiki456

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to display a
different picture each time the page is loaded. It works perfectly in
FrontPage preview; however, when published, just as Krisie-D describes, I
simply get a transparent box with a small red "X" in it. If I right-click the
box and select properties, the URL displayed correctly points to the image
file. When I refresh the page, the address in properties does in fact change,
so the randomization part of the code is obviously working, but the actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be greatly
appreciated. Thank you!
 
M

Murray

First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)
 
A

Aiki456

Murray,
I converted the bmps to jpgs but it did not change the result. Also, when I
view the website in Frontpage, I do show those files resident on the server.
In fact, when I deleted the bmps and republished, I got a message telling me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

Murray said:
First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Aiki456 said:
Murray,
It's at www.aikidesigns.com
Thanks!
 
M

Murray

When I browse directly to the images using the links in the source for the
page, they are NOT there. If you can see them in the images folder, then
that images folder is not where the page is expecting it to be. Is it at
the root of the site?

--
Murray
============

Aiki456 said:
Murray,
I converted the bmps to jpgs but it did not change the result. Also, when
I
view the website in Frontpage, I do show those files resident on the
server.
In fact, when I deleted the bmps and republished, I got a message telling
me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would
seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

Murray said:
First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been
uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Aiki456 said:
Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to
display
a
different picture each time the page is loaded. It works perfectly
in
FrontPage preview; however, when published, just as Krisie-D
describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in
fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It
is
important to make this distinction in order to work effectively
with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web
site.
You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local
file
system), or web sites (an integrated collection of files and
folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site,
or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An
HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and
the
browser fetches it. Depending on what you were working on (web iste
or
web
page), how you inserted the images into the document (did you
import
them
into your web first?), and how you "uploaded," you may have done
any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home
system i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get
a
small
white box with a red x in it. ive contacted the server but they
dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
R

Rob Giordano \(Crash Gordon®\)

Actually the image /images/frank1.jpg does not existing in your web.

How did you convert bmp to jpg...with an image editor right?

In addition you're using WordArt which uses VML and will only appear correctly in IE browsers, other browsers will convert them to low level gifs or worse.


Aiki456 said:
Murray,
I converted the bmps to jpgs but it did not change the result. Also, when I
view the website in Frontpage, I do show those files resident on the server.
In fact, when I deleted the bmps and republished, I got a message telling me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

Murray said:
First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Aiki456 said:
Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to display
a
different picture each time the page is loaded. It works perfectly in
FrontPage preview; however, when published, just as Krisie-D describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It is
important to make this distinction in order to work effectively with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web site.
You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local file
system), or web sites (an integrated collection of files and folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site, or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and the
browser fetches it. Depending on what you were working on (web iste or
web
page), how you inserted the images into the document (did you import
them
into your web first?), and how you "uploaded," you may have done any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home system i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get a
small
white box with a red x in it. ive contacted the server but they dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
A

Aiki456

Murray,
When I view the published site in FrontPage, I can see all of my html pages
as well as two directories: _private and images. If I double-click on the
images folder I can see the picture files. Am I not correctly specifying the
path in the code? I have it listed as images[1].src = "images/michelle.jpg";
Should I use the full path?...
images[1].src="http://www.aikidesigns.com/images/michelle.jpg"

Murray said:
When I browse directly to the images using the links in the source for the
page, they are NOT there. If you can see them in the images folder, then
that images folder is not where the page is expecting it to be. Is it at
the root of the site?

--
Murray
============

Aiki456 said:
Murray,
I converted the bmps to jpgs but it did not change the result. Also, when
I
view the website in Frontpage, I do show those files resident on the
server.
In fact, when I deleted the bmps and republished, I got a message telling
me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would
seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

Murray said:
First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been
uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to
display
a
different picture each time the page is loaded. It works perfectly
in
FrontPage preview; however, when published, just as Krisie-D
describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in
fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It
is
important to make this distinction in order to work effectively
with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web
site.
You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local
file
system), or web sites (an integrated collection of files and
folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site,
or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An
HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and
the
browser fetches it. Depending on what you were working on (web iste
or
web
page), how you inserted the images into the document (did you
import
them
into your web first?), and how you "uploaded," you may have done
any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home
system i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get
a
small
white box with a red x in it. ive contacted the server but they
dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
A

Aiki456

Rob,
Yes, I used Microsoft Image Composer to save the bmps as jpgs.
I guess I'm at a loss as to how the images cannot be on the web. When I use
FrontPage to view "remote web site" I can see the files. If I delete them
from my PC and republish, FrontPage asks me if I'm sure I want to delete them
from the destination server.
Thanks for the tip on the wordart - I didn't realize that would only work in
IE.

Rob Giordano (Crash Gordon®) said:
Actually the image /images/frank1.jpg does not existing in your web.

How did you convert bmp to jpg...with an image editor right?

In addition you're using WordArt which uses VML and will only appear correctly in IE browsers, other browsers will convert them to low level gifs or worse.


Aiki456 said:
Murray,
I converted the bmps to jpgs but it did not change the result. Also, when I
view the website in Frontpage, I do show those files resident on the server.
In fact, when I deleted the bmps and republished, I got a message telling me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

Murray said:
First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to display
a
different picture each time the page is loaded. It works perfectly in
FrontPage preview; however, when published, just as Krisie-D describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It is
important to make this distinction in order to work effectively with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web site.
You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local file
system), or web sites (an integrated collection of files and folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site, or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and the
browser fetches it. Depending on what you were working on (web iste or
web
page), how you inserted the images into the document (did you import
them
into your web first?), and how you "uploaded," you may have done any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home system i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get a
small
white box with a red x in it. ive contacted the server but they dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
M

Murray

I know that the path you list below will not work.

Not Found
The requested URL /images/michelle.jpg was not found on this server.

I think somehow your images folder has gotten moved out of your site. Do
you see other images in that folder that DO appear on your page?

Perhaps your images have been saved in CMYK color space rather than RGB?

--
Murray
============

Aiki456 said:
Murray,
When I view the published site in FrontPage, I can see all of my html
pages
as well as two directories: _private and images. If I double-click on the
images folder I can see the picture files. Am I not correctly specifying
the
path in the code? I have it listed as images[1].src =
"images/michelle.jpg";
Should I use the full path?...
images[1].src="http://www.aikidesigns.com/images/michelle.jpg"

Murray said:
When I browse directly to the images using the links in the source for
the
page, they are NOT there. If you can see them in the images folder, then
that images folder is not where the page is expecting it to be. Is it at
the root of the site?

--
Murray
============

Aiki456 said:
Murray,
I converted the bmps to jpgs but it did not change the result. Also,
when
I
view the website in Frontpage, I do show those files resident on the
server.
In fact, when I deleted the bmps and republished, I got a message
telling
me
that the bmp files existed on the destination server but not on the
source
(words to that effect anyway) and did I want to delete them. So it
would
seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

:

First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been
uploaded
to the images folder. I believe that those two observations
circumscribe
the root of your problem! 8)

--
Murray
============

Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to
display
a
different picture each time the page is loaded. It works
perfectly
in
FrontPage preview; however, when published, just as Krisie-D
describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to
the
image
file. When I refresh the page, the address in properties does in
fact
change,
so the randomization part of the code is obviously working, but
the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will
be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a
web
site. A
web page is no more a web site than a page in a book is a book.
It
is
important to make this distinction in order to work effectively
with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web
site.
You
can use FrontPage to create stand-alone web pages that are
either
server-based or file-based (just an HTML document on your local
file
system), or web sites (an integrated collection of files and
folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web
site,
or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong.
An
HTML
document is pure text. Images are not embedded in an HTML
document.
Instead,
a URL of the image's location is stored in the HTML document,
and
the
browser fetches it. Depending on what you were working on (web
iste
or
web
page), how you inserted the images into the document (did you
import
them
into your web first?), and how you "uploaded," you may have done
any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home
system i
have
directed the image links to the folder images/image name.jpg
it
works
fine
offline but once i uploaded it the pictures wont load i just
get
a
small
white box with a red x in it. ive contacted the server but
they
dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
A

Aiki456

Actually, I have no idea what CMYK vs. RGB is but I did open the image on my
PC using IE and it displayed (if that helps).
Also, yes, the spinning globe that is on every other page is located in that
same images folder and referenced as src="images/spinning%20earth.gif"

Murray said:
I know that the path you list below will not work.

Not Found
The requested URL /images/michelle.jpg was not found on this server.

I think somehow your images folder has gotten moved out of your site. Do
you see other images in that folder that DO appear on your page?

Perhaps your images have been saved in CMYK color space rather than RGB?

--
Murray
============

Aiki456 said:
Murray,
When I view the published site in FrontPage, I can see all of my html
pages
as well as two directories: _private and images. If I double-click on the
images folder I can see the picture files. Am I not correctly specifying
the
path in the code? I have it listed as images[1].src =
"images/michelle.jpg";
Should I use the full path?...
images[1].src="http://www.aikidesigns.com/images/michelle.jpg"

Murray said:
When I browse directly to the images using the links in the source for
the
page, they are NOT there. If you can see them in the images folder, then
that images folder is not where the page is expecting it to be. Is it at
the root of the site?

--
Murray
============

Murray,
I converted the bmps to jpgs but it did not change the result. Also,
when
I
view the website in Frontpage, I do show those files resident on the
server.
In fact, when I deleted the bmps and republished, I got a message
telling
me
that the bmp files existed on the destination server but not on the
source
(words to that effect anyway) and did I want to delete them. So it
would
seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

:

First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been
uploaded
to the images folder. I believe that those two observations
circumscribe
the root of your problem! 8)

--
Murray
============

Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to
display
a
different picture each time the page is loaded. It works
perfectly
in
FrontPage preview; however, when published, just as Krisie-D
describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to
the
image
file. When I refresh the page, the address in properties does in
fact
change,
so the randomization part of the code is obviously working, but
the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will
be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a
web
site. A
web page is no more a web site than a page in a book is a book.
It
is
important to make this distinction in order to work effectively
with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web
site.
You
can use FrontPage to create stand-alone web pages that are
either
server-based or file-based (just an HTML document on your local
file
system), or web sites (an integrated collection of files and
folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web
site,
or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong.
An
HTML
document is pure text. Images are not embedded in an HTML
document.
Instead,
a URL of the image's location is stored in the HTML document,
and
the
browser fetches it. Depending on what you were working on (web
iste
or
web
page), how you inserted the images into the document (did you
import
them
into your web first?), and how you "uploaded," you may have done
any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home
system i
have
directed the image links to the folder images/image name.jpg
it
works
fine
offline but once i uploaded it the pictures wont load i just
get
a
small
white box with a red x in it. ive contacted the server but
they
dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
K

Kyle Peterson

untrue..

the use of bmp images is supported in all modern browsers and there are
actually good reasons to use them sometimes depending on the website and
what is going on


Murray said:
First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been
uploaded to the images folder. I believe that those two observations
circumscribe the root of your problem! 8)

--
Murray
============

Aiki456 said:
Murray,
It's at www.aikidesigns.com
Thanks!
 
M

Murray

Gadzooks. Apologies.

They work fine in everything I tested (IE6/FF1/Safari) except IE5/Mac.

In this particular case, however, I am CONFIDENT that BMP is not the format
of choice.

Now I really don't know why the images are not displayed.

--
Murray
============

Kyle Peterson said:
untrue..

the use of bmp images is supported in all modern browsers and there are
actually good reasons to use them sometimes depending on the website and
what is going on


Murray said:
First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been
uploaded to the images folder. I believe that those two observations
circumscribe the root of your problem! 8)

--
Murray
============

Aiki456 said:
Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to
display a
different picture each time the page is loaded. It works perfectly in
FrontPage preview; however, when published, just as Krisie-D
describes, I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It
is
important to make this distinction in order to work effectively with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web
site. You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local file
system), or web sites (an integrated collection of files and
folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site, or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An
HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and
the
browser fetches it. Depending on what you were working on (web iste
or
web
page), how you inserted the images into the document (did you import
them
into your web first?), and how you "uploaded," you may have done any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home system
i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get
a
small
white box with a red x in it. ive contacted the server but they
dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
R

Rob Giordano \(Crash Gordon®\)

Open FP
Open Web/Site on the server by entering http://www.yourweb.com
Browse to your images folder
Delete frank1.jpg
Close this Web.

Open Web/Site on your local machine
Re-Publish.

See if that makes frank1.jpg appear on your web.


Aiki456 said:
Rob,
Yes, I used Microsoft Image Composer to save the bmps as jpgs.
I guess I'm at a loss as to how the images cannot be on the web. When I use
FrontPage to view "remote web site" I can see the files. If I delete them
from my PC and republish, FrontPage asks me if I'm sure I want to delete them
from the destination server.
Thanks for the tip on the wordart - I didn't realize that would only work in
IE.

Rob Giordano (Crash Gordon®) said:
Actually the image /images/frank1.jpg does not existing in your web.

How did you convert bmp to jpg...with an image editor right?

In addition you're using WordArt which uses VML and will only appear correctly in IE browsers, other browsers will convert them to low level gifs or worse.


Aiki456 said:
Murray,
I converted the bmps to jpgs but it did not change the result. Also, when I
view the website in Frontpage, I do show those files resident on the server.
In fact, when I deleted the bmps and republished, I got a message telling me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

:

First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to display
a
different picture each time the page is loaded. It works perfectly in
FrontPage preview; however, when published, just as Krisie-D describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It is
important to make this distinction in order to work effectively with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web site.
You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local file
system), or web sites (an integrated collection of files and folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site, or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and the
browser fetches it. Depending on what you were working on (web iste or
web
page), how you inserted the images into the document (did you import
them
into your web first?), and how you "uploaded," you may have done any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home system i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get a
small
white box with a red x in it. ive contacted the server but they dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
A

Aiki456

Well, that didn't do it. :(

Aiki456 said:
Rob,
I deleted all four images that are used in the rotation from the web and
republished. FrontPage shows them sitting there, they work in preview mode,
but not on the site.
I'm going to try moving them from the images directory into the root
directory to see if that makes a difference. Stay tuned.

Rob Giordano (Crash Gordon®) said:
Open FP
Open Web/Site on the server by entering http://www.yourweb.com
Browse to your images folder
Delete frank1.jpg
Close this Web.

Open Web/Site on your local machine
Re-Publish.

See if that makes frank1.jpg appear on your web.


Aiki456 said:
Rob,
Yes, I used Microsoft Image Composer to save the bmps as jpgs.
I guess I'm at a loss as to how the images cannot be on the web. When I use
FrontPage to view "remote web site" I can see the files. If I delete them
from my PC and republish, FrontPage asks me if I'm sure I want to delete them
from the destination server.
Thanks for the tip on the wordart - I didn't realize that would only work in
IE.

:

Actually the image /images/frank1.jpg does not existing in your web.

How did you convert bmp to jpg...with an image editor right?

In addition you're using WordArt which uses VML and will only appear correctly in IE browsers, other browsers will convert them to low level gifs or worse.


Murray,
I converted the bmps to jpgs but it did not change the result. Also, when I
view the website in Frontpage, I do show those files resident on the server.
In fact, when I deleted the bmps and republished, I got a message telling me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

:

First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to display
a
different picture each time the page is loaded. It works perfectly in
FrontPage preview; however, when published, just as Krisie-D describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It is
important to make this distinction in order to work effectively with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web site.
You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local file
system), or web sites (an integrated collection of files and folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site, or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and the
browser fetches it. Depending on what you were working on (web iste or
web
page), how you inserted the images into the document (did you import
them
into your web first?), and how you "uploaded," you may have done any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home system i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get a
small
white box with a red x in it. ive contacted the server but they dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 
A

Aiki456

Rob,
I deleted all four images that are used in the rotation from the web and
republished. FrontPage shows them sitting there, they work in preview mode,
but not on the site.
I'm going to try moving them from the images directory into the root
directory to see if that makes a difference. Stay tuned.

Rob Giordano (Crash Gordon®) said:
Open FP
Open Web/Site on the server by entering http://www.yourweb.com
Browse to your images folder
Delete frank1.jpg
Close this Web.

Open Web/Site on your local machine
Re-Publish.

See if that makes frank1.jpg appear on your web.


Aiki456 said:
Rob,
Yes, I used Microsoft Image Composer to save the bmps as jpgs.
I guess I'm at a loss as to how the images cannot be on the web. When I use
FrontPage to view "remote web site" I can see the files. If I delete them
from my PC and republish, FrontPage asks me if I'm sure I want to delete them
from the destination server.
Thanks for the tip on the wordart - I didn't realize that would only work in
IE.

Rob Giordano (Crash Gordon®) said:
Actually the image /images/frank1.jpg does not existing in your web.

How did you convert bmp to jpg...with an image editor right?

In addition you're using WordArt which uses VML and will only appear correctly in IE browsers, other browsers will convert them to low level gifs or worse.


Murray,
I converted the bmps to jpgs but it did not change the result. Also, when I
view the website in Frontpage, I do show those files resident on the server.
In fact, when I deleted the bmps and republished, I got a message telling me
that the bmp files existed on the destination server but not on the source
(words to that effect anyway) and did I want to delete them. So it would seem
that my image files are on the server.
Puzzling, isn't it? :)
Thanks for taking the time to look into this!

:

First of all, you must never use BMP images on the web -

images[1].src = "images/michelle.bmp";

They are monstrously huge in file weight, and are not supported by any
browser.

Second, I can find no indication that any of your images have been uploaded
to the images folder. I believe that those two observations circumscribe
the root of your problem! 8)

--
Murray
============

Murray,
It's at www.aikidesigns.com
Thanks!

:

Can you post a link to your page, please?

--
Murray
============

Kevin,
I am having the same problem...
I have a page on a website on which I've put scripting code to display
a
different picture each time the page is loaded. It works perfectly in
FrontPage preview; however, when published, just as Krisie-D describes,
I
simply get a transparent box with a small red "X" in it. If I
right-click
the
box and select properties, the URL displayed correctly points to the
image
file. When I refresh the page, the address in properties does in fact
change,
so the randomization part of the code is obviously working, but the
actual
picture will not display.
Any suggestions you, or anyone reading this post, can offer will be
greatly
appreciated. Thank you!

:

Okay, first, you need to distinguish between a web page and a web
site. A
web page is no more a web site than a page in a book is a book. It is
important to make this distinction in order to work effectively with
web
pages and web sites.

Next, we need to know if indeed you created a web page or a web site.
You
can use FrontPage to create stand-alone web pages that are either
server-based or file-based (just an HTML document on your local file
system), or web sites (an integrated collection of files and folders,
emphasize INTEGRATED).

Also, what do you mean by "uploaded?" Did you publish a web site, or
did
you
"upload" a page to the web server individually somehow?

All of this is germaine to the question of what you did wrong. An HTML
document is pure text. Images are not embedded in an HTML document.
Instead,
a URL of the image's location is stored in the HTML document, and the
browser fetches it. Depending on what you were working on (web iste or
web
page), how you inserted the images into the document (did you import
them
into your web first?), and how you "uploaded," you may have done any
of
several things wrong.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

i have created a web page using frontpage 2002 on my xp home system i
have
directed the image links to the folder images/image name.jpg it
works
fine
offline but once i uploaded it the pictures wont load i just get a
small
white box with a red x in it. ive contacted the server but they dont
know
whats wrong. can anyone here please help me ?????

regards
kris
(e-mail address removed)
 

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