View Full Version : Text Alignment anomaly


Mona
11-29-2003, 12:06 AM
Hi,

At the moment my css uses text: justify; but it doesn't look the way I'd like on the page so I want to change it so that all my text is centered. Trouble is, nothing seems to work.
I've put text: center; and text: centered; in my stylesheet (at different times, not together) but it had no effect, and neither did using the <p align="center"> tag right in front of the paragraph :(

Is there another way to make my text centered? Or are those codes above wrong?

EDIT: oops sorry about that, it's suddenly started working. Ignore me :(

Rosey
11-29-2003, 03:06 PM
Just so you know for later, for the css it should be text-align:center