MyBB Community Forums

Full Version: How do i put a picture in the portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i put a big banner like this http://nf-gaming.tk?
If you want it on ALL pages, you just need to goto AdminCP -> templates and styles -> templates -> (style name) -> navigation templates -> nav

and under what is currently in it, add your image code.
Example:
<center><img src="http://i37.servimg.com/u/f37/15/27/61/73/2eanww10.jpg"></center>

If you want it on the portal only, goto AdminCP -> templates and styles -> templates -> (style name) -> Portal Templates -> portal and add your code under where it says
{$header}
So it should be like this:
{$header}
<center><img src="http://i37.servimg.com/u/f37/15/27/61/73/2eanww10.jpg"></center>
(2010-10-17, 09:45 PM)Booher Wrote: [ -> ]If you want it on ALL pages, you just need to goto AdminCP -> templates and styles -> templates -> (style name) -> navigation templates -> nav

and under what is currently in it, add your image code.
Example:
<center><img src="http://i37.servimg.com/u/f37/15/27/61/73/2eanww10.jpg"></center>

If you want it on the portal only, goto AdminCP -> templates and styles -> templates -> (style name) -> Portal Templates -> portal and add your code under where it says
{$header}
So it should be like this:
{$header}
<center><img src="http://i37.servimg.com/u/f37/15/27/61/73/2eanww10.jpg"></center>
Thanks!