The last comments on this issue seem to be in 2004 - Firefox rendering text wrong. See http://sechelt.net in IE and look to the right list "Classified Ads" and the text under that is 8 pt. NOW look in Firefox where the text is large and overlapping. I have tried restructing the text box and redoing and ... but nothing seems to work. Is there a fix or ???
The problem is in your code object (geometry name code235, object name obj229); this displays the last page update. In that code there is a statement:
<font face="arial" color="#F6F2B4" size="3">
For some reason, the size="3" part is throwing off the font size in some of the text objects that follow it on the page: obj376, obj392, and obj387. If you remove the size="3" part of that statement or move the script to the bottom of the page (use the SS "To Front" positioning button), the text objects will return to normal.
Also, you have several code objects on your page in the body section that refer to a shortcut icon (favicon). You only need one, and the <link> statement should be placed in a custom header. The code objects are: obj378, obj380, and obj382.
Thanks so much for finding that silly size thing. A shame as it let me size the date but I have taken it out and Firefox is fine.
As for the icon things I have had such mixed luck with IE recognizing and showing the favicon I am trying everything. In my header I have </script><link rel="icon" href="http://sechelt.net/favicon.ico" type="image/x-icon" /> and I also have the 3 entries you noted. I wish I could settle on one thing that would work and all the online help seems to be all over the place. Thanks again.