View Full Version : center aligning


SkittleBean
07-29-2004, 07:14 PM
Is there a code I can use to make my WHOLE page align center?
I mean, if I have text aligned left I want it to stay that way, I just want everything to shove over to the middle.

CottageGate
07-29-2004, 07:34 PM
Just <p align="center"> and </p> should work for the entire page. Put your text and code in between the two.

Combat Babe
07-29-2004, 07:40 PM
<div align="center"> and </div> will work as well.