When I opened the page in Firefox I saw this message at the top of the page:
Code:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
There is something wrong with the way Dreamweaver coded your page. Review the source and make sure all your tags are closed and you have the correct symbols in place.
Internet Explorer gave me gaps between your elements. I'd blame dreamweaver, but I really don't know what the problem is yet.
Upon further review I AM going to blame Dreamweaver. It put absolute values for the width on every single one of your table cells. I don't condone putting all of your content in tables, but if you want to debug this, remove as many of those widths as you can leaving maybe one at the top of each column, and an absolute table width, the rest of the content should take care of itself.
Sorry if this is no help.
P.S.
Don't forget your page title!
Last edited by collyer_1; 03-21-2006 at 01:54 PM..
|