MyBB Community Forums

Full Version: How do i aligh text to center on news bar mod?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
cant figure it out? heres my forum: http://www.northwestoffroadrcclub.co.uk/forum

news bar is at the top but the text is aligned left & id like it center, also how do i insert links into it?

ta
edit the CSS file to include text-align: center;
<div align="center">YOUR TEXT GOES HERE</div>
(2010-11-20, 08:57 PM)Uncontrol Wrote: [ -> ]edit the CSS file to include text-align: center;

(2010-11-21, 06:12 AM)Yaldaram Wrote: [ -> ]
<div align="center">YOUR TEXT GOES HERE</div>

Uncontrol's suggestion would be better, I think the validator is against the "align" atribute, I may be wrong though.