MyBB Community Forums

Full Version: Banner problem!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Well I upload my banner and it looks fine on my screen however on my friend he said it goes across the screen how can I stop this and keep it the perfect size?
Put width="70%" into the code for the image in the header template.
(2010-02-10, 10:49 PM)MattRogowski Wrote: [ -> ]Put width="70%" into the code for the image in the header template.

So I have went to the admin CP and then went to templates I then went to my theme, then I went to header and edit. So I see some code but where do I place width="70%"?
In the image tag code.
(2010-02-10, 11:13 PM)MattRogowski Wrote: [ -> ]In the image tag code.

Your gonna have to be a bit more detailed this is confusing me.
Do you know HTML?? It's just adding to the image tag code. Paste the contents of your header template here.
(2010-02-10, 11:24 PM)Nick 2nd Wrote: [ -> ]Your gonna have to be a bit more detailed this is confusing me.

It is easier if you put your url here.

EDIT: Never mind.

http://www.thegamesdistrict.com/
(2010-02-10, 11:27 PM)MattRogowski Wrote: [ -> ]Do you know HTML?? It's just adding to the image tag code. Paste the contents of your header template here.

I don't know much HTML.
Find this code in your header template:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
(2010-02-10, 11:38 PM)RateU Wrote: [ -> ]Find this code in your header template:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Yes I have found it now what?
Pages: 1 2