Hello,From having a quick look at your code on: http://www.premierwebplatform.com/s...ngardenersThere are early view elements that I would change, have a look at the code where you have entered:width="189"; height="25";This will probably mess Firefox up as you should not use quotation marks and you should also specify the unit of measurement you are using, for instance:width=189px;height=25px;I would go through all of your code and change anywhere where you have used quotation marks. As a rule of thumb I always check my designs in Firefox first because Firefox tends to pick up on code mistakes whereas Internet Explorer is more forgiving and will try to display the page even though it has code mistakes.
Thanks,