Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Web Authoring / April 2004

Tip: Looking for answers? Try searching our database.

Photos not displayed on website

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob - 02 Apr 2004 18:41 GMT
I created a website using Word 2003. I created a link to
a page of photos from the 'home' page. I uploaded the
photo page and the photos --Three times!-- The photos do
not display--I get the background and empty boxes..

Whaddup?

Thanks
lostinspace - 02 Apr 2004 19:03 GMT
----- Original Message -----
From: "Bob" <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Friday, April 02, 2004 12:41 PM
Subject: Photos not displayed on website

> I created a website using Word 2003. I created a link to
> a page of photos from the 'home' page. I uploaded the
[quoted text clipped - 4 lines]
>
> Thanks

Now all you need to do is set the proper path to the location of the images.
:-)) That is why the blank boxes and red X.
Perhaps somebody will come along and tell you how to do it in Word.
IMO why waste your time?
Open the html page with NotePad and set the correct path.
- 02 Apr 2004 20:07 GMT
They are linked. I have tried a number of ways to link
them. I have done this before without any problems. When
I try to edit now the html file opens in Word instead
of "notepad'. How do I change that? I have edited in
Notepad often. Do I right click a photo in Word 2003 and
link it using "edit hyperlink"? That is my most recent
attempt without positive results...

THanks

>-----Original Message-----
>----- Original Message -----
[quoted text clipped - 19 lines]
>
>.
lostinspace - 02 Apr 2004 20:47 GMT
----- Original Message -----
From: <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Friday, April 02, 2004 2:07 PM
Subject: Re: Photos not displayed on website

> They are linked. I have tried a number of ways to link
> them. I have done this before without any problems. When
[quoted text clipped - 33 lines]
> >
> >.

I cannot nor am I willing to advise you how to accomplish anything in Word
related to web pages.

To set NotePad as your default html editor:
Open Internet Explorer
Tools/Internet Options/Programs/ HTML Editor/Scroll to NotePad
OK yourself out.
Bob   Buckland ?:-\) - 03 Apr 2004 00:57 GMT
Hi Bob,

How did you upload to the website?

Do you have a URL for the webpage you're having a problem on?

What browser compatability and 'rely on VML' settings do you
have in Word 2003 in Tools=>Options=>General=>[Web Options]?
They are linked. I have tried a number of ways to link
them. I have done this before without any problems. When
I try to edit now the html file opens in Word instead
of "notepad'. How do I change that? I have edited in
Notepad often. Do I right click a photo in Word 2003 and
link it using "edit hyperlink"? That is my most recent
attempt without positive results...

THanks <<
Signature

Bob  Buckland  ?:-)
MS Office System Products MVP

 *Courtesy is not expensive and can pay big dividends*

- 03 Apr 2004 02:53 GMT
I upload using "WsFTP limited edition". the url
is "rockisland.com/~orcas"

I uncheck "allow PNG graphics"
I check "disable features not supported by these browsers"
I check "rely on css formatting"
"Rely on VML" is unchecked
and "Save new web pages..." is checked
>-----Original Message-----
>Hi Bob,
[quoted text clipped - 14 lines]
>
>THanks <<
lostinspace - 03 Apr 2004 16:47 GMT
----- Original Message -----
From: <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Friday, April 02, 2004 8:53 PM
Subject: Re: Photos not displayed on website

> I upload using "WsFTP limited edition". the url
> is "rockisland.com/~orcas"
[quoted text clipped - 29 lines]
> >
> >THanks <<

The MVP's (Bob included) take joy in proving me wrong and rude rather than
assisting users of this forum in a timely fashion. It has been nearly
fourteen hours since you supplied a URL and yet no reply :-((

Your main page has NO broken image links that I can see?

This page on the other hand has five broken image links all pointing to the
same address as the page itself, rather than the location of the images?
This needs fixing.
http ://www.rockisland.com/~orcas/photos.htm

This URL is likely not valid?
Two folders up would be the hosts folder. Is that were your images are
stored.
<a href="../../My%20Pictures/Peace%20&amp;%20Plenty/P1010033.JPG">

You should also make sure that you have a sub-folder below your orcas folder
with the following name:
photos_files

If you are capable of sorting out all that excess garbage and viewing the
page in manageable prespective with a "text editor?"
Than you are a better man than I and most any websmaster I know and could
command a highly paid postion at most any web design comapany.
That page when viewed with a text editor contains 95% of useless code which
adds unnecessary bulk to your html.
Bob   Buckland ?:-\) - 05 Apr 2004 00:51 GMT
Hi Bob,

As Don points out, there appears to be some missing content
and links back to your hard drive.  This can occur when you
use a client other than Word to do the uploading of the
web page if you start with hard drive references.  Some of
what is listed below is covered in Don's posting as well.

It appears that in one instance the page you're having the problem with is
on http://www.rockisland.com/~orcas/photos.htm ?

In looking for the source code for that page it appears that
the links on some  graphics are pointing not to your web server
but rather to your hard disk.  For example:
 <a href="../../My%20Pictures/Peace%20&amp;%20Plenty/P1010033.JPG">

In another, the graphic is pointing to a folder of supporting graphics
created by Word (2003) but that folder has no content on your web site
(returns 404 error codes).  Was the supporting folder to "/photos.htm"
("/photos_files") uploaded?

 src="photos_files/image004.jpg"
(i.e.http://www.rockisland.com/~orcas/photos_files/image004.jpg)

For use on a public web site, see if using File=>Save As Web Page, Filtered
(after first saving a 'working copy' in .DOC format on your hard drive
helps.  Also, you may want to consider either placing the graphics on
the site first by FTP and linking to them there through Word or
placing the web page and it's graphics in a folder to upload as a
set turning off the 'supporting folder' option in
 Tools=>Options=>General=>[Web Options]

Also, if your web host supports FrontPage server extensions then
you can use File=>Save As  and to the web page save directly from
Word.  When that occurs the links are updated on the fly by Word
to match the storing host location, so that references to local
drives are precluded.

Word is intended primarily for folks who want to save a web page
directly to a web host from Word, with no knowledge of HTML other
than File=>Save as Web Page or File=>Save as Web Page-Filtered.

There are a variety of tools for 'handtooling' web pages, some free,
some not, including MS Office Frontpage (http://office.microsoft.com/frontpage )
I upload using "WsFTP limited edition". the url
is "rockisland.com/~orcas"

I uncheck "allow PNG graphics"
I check "disable features not supported by these browsers"
I check "rely on css formatting"
"Rely on VML" is unchecked
and "Save new web pages..." is checked <<
Signature

I hope this helps you,

Bob  Buckland  ?:-)
MS Office System Products MVP

 *Courtesy is not expensive and can pay big dividends*

U.S.: MS Sweepstakes & Office 2003 Contest/Trial Software
  http://microsoftofficecontest.com

Office 2003 explained
 http://microsoft.com/uk/office/editions.asp

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.