front page

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

Guest

using microsoft front page, and using a picture on the website, when
inserting the picture how do i make it an embedded file?
 
HTML doesn't support embedded files, only linked.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
You don't - it is a LINKED file (using the <img src> tag) - that is the
nature of HTML, you can't change it.
 
Back
Top