MyBB Community Forums

Full Version: How can i add this image please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have just made an image that looks like a sticker to add to the left hand corner of my forum header.

The problem is i dont know what code i need to add can anyone tell me please? I presume it will be to the header template.
header template has div header & div logo like below
<div id="header">
<div class="logo">


add another div for your image & its link in between above ; like :
<div id="header">
<div class="fbjoin"><a href="your facebook link"><img src="your image path" alt="join fb" /></a></div>			
<div class="logo">
Thanks, but that is just putting another image above the current header.
I have my current header in the centre of the page and need this image (shown above) to the left hand side of it in the corner.
^ css class .fbjoin can be used to adjust that image ! (add required code at bottom of the global.css)
Thank you.
What would the required code be or look like.
You may adjust its margins to fit it to your page, like this;
.fbjoin{
margin-top: -3px;
margin-left: -3px;
}
Thanks for your help.
I have done exactly this and it does go in the corner were it is suppose to but it is still above the forum logo instead of inline with it.
Use the following attribute;
display: inline;
I'm not sure that it would work but worth to try.
No that didn't work sorry Sad
Any other help out there please i would appreciate it.
If you wish you can PM me your ACP login so I could it for you.
Pages: 1 2