MyBB Community Forums

Full Version: Add something to the header.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm new to the whole forum thing and was looking for some help.

I recently made a forum for my minecraft server (Midnight Crew Gaming) and wanted to add an image linking to a paypal donation page. I'm currently using the Block and Blue template and I wanted to stick it here:


[Image: 2UTk0]

Any ways I can do this? I'm not very good at code (okay I know nothing) so I was hoping you smart guys could help me!

Thanks!

EDIT:
I want to be able to have the button to link to another page because I want to use a specific paypal method that's not donate. So plugins won't work for me. However if it's easier to add it to the bar at the top I'd love to do that Smile
in your CSS put
.headerright {
float:right;
margin-top:80px;
margin-right: 30px;
} 


in your template find header and fine the search form in the header template.

Put
<div class="headerright"> PAYPAL CODE HERE</div>

You can play with the margins to make is where you want it.
(2013-05-17, 12:46 AM)Detrition Wrote: [ -> ]in your CSS put
.headerright {
float:right;
margin-top:80px;
margin-right: 30px;
} 


in your template find header and fine the search form in the header template.

Put
<div class="headerright"> PAYPAL CODE HERE</div>

You can play with the margins to make is where you want it.

Alright, I know where to put this:
.headerright {
float:right;
margin-top:80px;
margin-right: 30px;
} 

But I'm confused as to where to put this:

<div class="headerright"> PAYPAL CODE HERE</div>

I'm sorry if I'm difficult, I have NO web experience.
Go to your templates click on your theme templates it will expand to show all the templates in your theme. Find theheader template click on header it will expand again then click header it will show a editor box like the one in your CSS. If you can scroll down and fing the search box and button. Put the code right under that and click save
Thanks a ton!! That really helped me! Smile

[Image: 2V2tn.png]