Quote:
Originally Posted by OldSchoolDSL
Anyone know how to center this?
|
Open up your "Forum Home" template. Look for:
Some where below that you will see something like:
Code:
{vb:rawphrase bb.forumtitle}
{vb:rawphrase bb.forumdescription}
Then wrap <center></center> tags around that coding. It's not the exact coding that I quoted, I removed that part from my forum home so I couldn't tell you exactly, but it looks awfully similar to that.
So your end result would be...
Code:
<center>{vb:rawphrase bb.forumtitle}
{vb:rawphrase bb.forumdescription}</center>