How do I embed photos into an HTM document??

J

JStar

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
 
T

Thomas A. Rowe

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.
==============================================
 
A

Andrew Murray

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.
 
Top