I've been trying to figure out how to center the pages on my second site.
I searched the archives and found this advice:
Quote:
Put your entire site's contents within an outer table that is center
aligned. Put your entire site's contents within an outer division that is
center
aligned. Either will work. |
So I put a div in front of the <head> tag:
<div align="center">
and a closing div at the end of the document. But the page doesn't center.
Do I have a syntax problem (I'm still researching that), or have I made some
other mistake?
thanks in advance for any help --
-steve