MyBB Community Forums

Full Version: Donate Image not aligned with Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
What am I doing wrong? I don't have a <br> so don't see why it's doing this.. and even if I align one left and the other right.. still doesn't work.

www.ncisclan.com

Thanks!
why don't you use a <center> tag for the donate button? Works out for me.
(2012-04-08, 07:57 AM)king_og Wrote: [ -> ]why don't you use a <center> tag for the donate button? Works out for me.

No I want it side by side..

[Image: bvEOJ.png]
Oh I see!
Then you simply have to put the paypal button after:
<div class="logo" align="center">
in the header template.


[Image: eb4c08dda3124dcbc96ad0d23f72faf4.png?1333872146]
Confused

it's centered but top of each other. I already tried that.
I checked your site and you now have two logo div classes. Use one instead.

[Image: 316d4569255ac6b103ea0bcd510d1f9a.png?1333872864]

Do it like this:
[Image: 499315bdc05cfc37ad622d09a993e467.png?1333872937]


It works for me.




And it you want to have the donate button on the left side instead, use:
<div class="logo" align="left">

instead of
<div class="logo" align="center">
Ok, but how do I get the actual logo centered?
Learn HTML.
(2012-04-08, 08:44 AM)Mr.Kewl Wrote: [ -> ]Learn HTML.

... Look at the source, it doesn't center it >.<
[Image: 346q8uo.jpg]

For me it's good. It depends on your resolution. And images are bigger then it should be, because of that you are having this problem.
Pages: 1 2