How do I embed photos into an HTM document??

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

Guest

Hi,


I have a website that has many jpeg photos per page. What we are doing at
the office now is creating the page, putting down the photos then FTP'ing the
photos to our server. Is there a way to basically "Embed" the photos, likie
burn them into the htm document? So we dont have to FTP and keep track of the
pics??


Thank you!

J
 
HTML doesn't support the actual embedding of external content, only links. You best option would to
convert the file to PDF format.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
No - you don't embed them you link them with the img src tag. - that is the
nature of web pages.

If you want to embed them, the insert them in a docunent like MS Word. Then
publish the word document.

What ever you do, you'll have to publish the page(s) and/or photos.
 

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