photos on excel webpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I add photos to my excel spreadsheet but when converting them to a webpage
they only show up as an X in a box. Thus they do not show on my website.
 
Web pages themselves are always pure text, they can't contain pictures,
so when XL converts your sheet to a web page, it stores the picture in a
folder which also has to be uploaded to your site. The web page then
contains a relative link to that folder.

The folder name may depend on version, but it generally has the structure

<filename>_files

where filename is the name under which you saved the web page.

Make sure you either upload the folder at the same level as the web
page, so that the relative link works correctly, or that you instead
edit the link(s) in the web page to point to wherever you put the
picture.
 

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

Back
Top