%+-]+@[A-Z0-9.-]+.(ru|ro|in|pk|ir) ([[:<:]]viagra|[[:<:]]replica watch|[[:<:]]lesbians?[[:>:]]|[[:<:]]gays?[[:>:]]|[[:<:]]pornogra) "; $settings['defaultprofile_website'] = "http://www.mybbcodes.com"; $settings['Regentronique_Selections_Manager_WriteEvent'] = "0"; ?> MyBB Codes - Positioning Your Logo

MyBB Codes

Full Version: Positioning Your Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was trying to do this, this morning and finally figured it out and thought I should share Tongue

TO CENTER LOGO:
Go to
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header

Find
<div class="logo">
and replace with
<div class="logo" style="margin:0 auto;text-align:center">

TO ALIGN LOGO LEFT

Go to
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header

Find
<div class="logo">
and replace with
<div class="logo" style="margin:0 auto;text-align:left">

TO ALIGN LOGO RIGHT
Go to
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header

Find
<div class="logo">
and replace with
<div class="logo" style="margin:0 auto;text-align:right">

Enjoy Smile

--Conor
Usefull with small logos.
Thank you for the Tut.
Reference URL's