Dean,
I make my living as a web geek for a local newspaper. One possible cause for those broken images might be how your naming your files and referencing them in your code. Windows operating systems are not case sensitive when it comes to file names. However, many web servers run on Unix and Linux which are case sensitive. So for example, if you name an image "pamplin.jpg", and you reference it as "Pamplin.jpg" in your code, it will look fine when you view it locally. However, it will result in a broken image on the live site. Now, I make it a practice to use all-lower case on my file names and in my code. I do it all the time now and don't have to think about it.
<<<<< WARNING! WARNING! RANT AHEAD >>>>>>>>
I started out using FrontPage several years ago. Once I learned what I was doing, I stopped using it. Now, I just HATE the F&^%n' thing. It's more trouble than it's worth, even for beginners. It generates dirty, bloated and non-compliant code that doesn't play well on non-Microsoft broswers (I know this come as a shock. - NOT). On top of all that, they require hosting provides install Microsoft's propritary "extensions" on thier servers. Talk about arrogance!
Do yourself a favor. Dump FrontPage.
<<<<<< OK FOLKS THE SHOW IS OVER. NOTHING MORE TO SEE HERE MOVE ALONG. MOVE ALONG. >>>>>>>>>>>>>
Get a decent book on HTML. The bookstores are full of them. If you're smart enough to build a tear drop, then you're more then smart enough to learn HTML in a weekend. Sit down and start playing with the code. In a couple of days you'll be amazed at what you'll be able to do.
Also, tables are not that difficult. As long as you remember to close and nest your tags properly. I always indent my code to help me visualize my table structure like this:
If you feel that you MUST use visual web design software, Dream Weaver is very highly regarded. I have a colleague who swears by it. I've never used it as I am a control freak who prefer to work in code.
Anyway, I hope this long-winded reply helps.
Dean in Eureka, CA wrote:
This is what I see when I'm logged on to your site while on the file manager page, so I know they uploaded.

When I log on to your site and go to file manager, I can view the content of the jpgs and they show up, but when I view the PamplinGrovePeview.html page, the images are red x'ed like this.
I'm still getting the blank page when I go to the website domain, but there is now a url of the domain in the upper left corner... I think that was from your test.