Can you give alittle more details such as, what error(s) are you receiving if any?
Is the image your embedding a local image? or are you trying to link to an image from another website?
Is the image, if local, used previously in the same structure? and already emebdded in another html page? and therefore already saved to the web folder, and you might be trying to overwrite the image when saving the new page?
Are you just using the HTML editor or the whole Frontpage packge (with Reports, Navigation, Hyperlinks, Tasks options on the left handside of the screen?
Are you building the site 1 page at a time, and saving them, via the editor, or through the navigational panels?
are you looking at the html code to make sure when you place an image on the page, it is being added to the code?
Does the HTML code looks like this?
[img]file:///C:/picture.jpg[/img]</p>
or more like this?
[img]picture.jpg[/img]</p>
As the first one will display locally when you go to view it, but once uplaoded to the server, it will not load the images. you will need to correct the path to the file
When you go to save the file, and the Save Embedded Files dialog box pops up, asking what do you want to do are you changing anything? or just hitting enter?
How are you serving the pages? from your own web server on a local computer? or from a hosting service?
Does the hosting service if your using have FP extensions enabled?
Did you install any other software from the last time it worked to this time when it no longer works?