I figured it out. I didn't provide an absolute width to my DIV. Here's the basis of my code:
<div style="width: 580px; margin: 0 auto;"> YOUR CONTENT </div>
It centered my footer!
Mike
I figured it out. I didn't provide an absolute width to my DIV. Here's the basis of my code:
<div style="width: 580px; margin: 0 auto;"> YOUR CONTENT </div>
It centered my footer!
Mike