Quote:
Originally Posted by kevin316
Fixed the gap between the body and the footer with a <br>. That brings up another question, do I need to close all my <br> tags with a <br /> or does it matter?
|
If the DOCTYPE you're using is set to HTML 4.0 then you don't; only if it's one of the XHTML doctypes.
For more and detail info: http://www.w3schools.com/tags/tag_doctype.asp
To center a page:
set a width to your page container/wrapper(div/table) whatever you have there and then set the text-align: center to BODY in your stylesheet.
__________________
...to be continued
|