Wow, that newsletter page can be cleaned up TREMENDOUSLY! Do you know the file size of the home page (just the HTML) is 210kb! That's HUGE for a HTML file! Dump the M$ tools you've been using immediately. You can use a simplified table layout or a relatively simple CSS layout for that page and reduce the HTML file size to something reasonable (UNDER 10kb if not less than that, at least) and it will function across browsers.
It looks like the North Georgia Arts Guild page was created using Mozilla Composer, I think from an old version of Netscape. The home page for that site is 23kb in size and has more "real" content than the newsletter home page.
On the newsletter page, the reason some of the links don't work is because of invalid HTML coding. Here is an example:
Code:
<a href="index_files/page0001.html"><![if pub]><![if pub]><xml>
<b:PageLinkInfo>
<b:PageLinkType>5</b:PageLinkType>
<b:PageLinkTarget>2</b:PageLinkTarget>
</b:PageLinkInfo>
</xml><![endif]><![endif]>EVENTS</a> A HTML comment is formatted like this:
<!-- comment -->
The "<![if pub]>" conditional stuff is incorrectly formatted which is probably interfering with Firefox's parsing of the anchor. The "Events" link near the top section of the page (on the left) doesn't work in Opera either.
Please don't take any of my comments personal. I've got nothing against you or the job you did on the site. M$ Publisher is to blame for generating crap HTML and so much of it! When I looked at the error console in Opera 9.51 on Linux, there were SO many CSS errors the bottom of the window actually said "
Too many CSS errors, bailing out".
I'll save a copy of the existing newsletter site home page on my machine and will post a cleaned up version that should work in the modern browsers (IE 6, IE 7, Firefox, Opera, and Safari). That will be a "proof of concept". Then, we can find you a better web development tool and get some more efficient pages created for the site.
As for the North Georgia Art Guild site's appearance, there are some GREAT free website templates you should check out and possibly use as your base. That way, you won't have to worry about the aesthetic look of the site much and can simply fill in your content.
Peace...