On 11/6/07, Uwe Brauer oub@mat.ucm.es wrote:
Thanks, I just realized that for a title which is centered is would be good to allow it to spread over more lines. Can that also be achieved in the same lines of code?
You want to give it some width as well. In that case you need to change the method of centering, I suppose:
.firstHeading { margin-left: auto; margin-right: auto; width: 60%; }
You probably want to fiddle with the width until you like how it looks. Note that that might not work on some older browsers (I can't recall how well margin: auto centering is supported), and that due to improper line-height declarations, wrapped lines in headers don't look good in Monobook by default.