Your markup could use a little help. You have many places where you don't close your tags. Browsers typically don't complain about this but it makes diagnosing problems a little more difficult when the code isn't easy to read. You also have many <body> tags. You should only have one in your page. IMO I'd say this site is ripe for redesign from the bottom up.
But otherwise it looks like you've probablly left a table row/col open somewhere so the content is flowing over the whole page.
I'd say get ride of the tables, start fresh with CSS and HTML :D
If you don't want to get rid of the tables, then got to the w3c.org and validate your code. You'll get a list of errors and warnings, which after you fix should fix whatever problems you are having!
Thanks Brandon & Lindsey, I've been telling the webmaster of this site the very same thing for months but he wouldn't listen and I just needed some backup, hopefully this will do the job !
http://rochfordrugbyfanzone.4t.com/cgi/index.php
Thanks guys n girls just trying to help a mate out !
But otherwise it looks like you've probablly left a table row/col open somewhere so the content is flowing over the whole page.
I'd say get ride of the tables, start fresh with CSS and HTML :D
If you don't want to get rid of the tables, then got to the w3c.org and validate your code. You'll get a list of errors and warnings, which after you fix should fix whatever problems you are having!