I know my shortfalls and code isn't a strength!. I know the code needs re-doing totally, but I can't do that just now. I'd be most grateful if somebody could cast their eye on the code at the site below and advise what changes i need to make to be able to scrape through on getting the site displayed properly in firefox. Displays fine in I.E but tables all over the place in firefox. The problem seems to be consistent across all pages so I'm hoping I can change a couple of tags and "fudge" it until I can sort it out properly. www [dot] nymt [dot] org [dot] uk Thanks for your help William Martin
The code is a mess! 2 body tags! Outer table not closed Couple td and tr not closed Close the tags properly and everything will be fine. I hope you are not hand-coding.
Run it through this tool: http://www.htmlhelp.com/tools/validator/ It should help you catch all the errors. Once you have fixed them, you can tweak the code to display better in Firefox - if needed. You might also consider a different charset than windows-1252 as well, such as utf-8.