MyBB Community Forums

Full Version: Center logo and reported post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do i center my logo? I thought putting center tags around this code would do it but i guess not. :p
<a href="{$mybb->settings['bburl']}/index.php" id="logo"></a>
It will work , but place the <center> tags around the logo div aswell

Quote:<center><div class="logo"><a href="http://yoursite.com/index.php"><img src="http://yoursite.com/images/logo.png" /></a></div></center>
Header template correct?
Go to global.ccs
add this " text-align: center;"

this is how:
add this in the CSS file
AP==>your theme==> globale.css
add this
.logo{
         text-align: center;
}
good luck
Well i would post in this thread but its locked. Well it says to look for
<div class="logo> well i cant find that, i dont know why so i need some help.

I was also wondering if it was possible to make a reported post into a thread in the moderator section?
For the reported post you click the report button underneath a post.

For the logo if the div tags aren't there then just put them there Smile
Threads Merged.
(2010-07-19, 09:03 AM)Polarbear541 Wrote: [ -> ]For the reported post you click the report button underneath a post.

For the logo if the div tags aren't there then just put them there Smile
No for reported post in the acp it says you can store reported post in the database send them via PM or i believe e-mail well is there a way to make it so a reported post will become a thread in the staff section of the forums? Also where do i put the DIV tags?
Not without some sort of plugin no but it's a good idea.

List your header template here and I'll have a look Smile
Pages: 1 2