front page

A

amy

using microsoft front page, and using a picture on the website, when
inserting the picture how do i make it an embedded file?
 
T

Thomas A. Rowe

HTML doesn't support embedded files, only linked.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
A

Andrew Murray

You don't - it is a LINKED file (using the <img src> tag) - that is the
nature of HTML, you can't change it.
 
Top