Forum Moderators: not2easy
I'm coding in XHTML transitional with CSS and can't seem to get a table, used to contain a form, to sit within containing <div> tags.
I have a heading within heading tags, followed by a short paragraph of text within <p> tags. Below this is the form with it's various parts contained within a table for display purposes. All of this I put in a div container.
Following all that I have a footer at the bottom of the page contained within another div. Well, at least that's where I thought it should fall.
When I test it in a browser the footer is sitting to the right of the table! I put a border on the div to see what was happening and it just contains the heading and paragraph, with the table sitting below outside the border, its top edge just crossing the line.
Any suggestions what might be going on and how to fix this?