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]](https://camo.mybb.com/8f1dd779390c1be05ab1eafa6918aa4e00097d42/687474703a2f2f692e696d6775722e636f6d2f6276454f4a2e706e67)
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]](https://camo.mybb.com/f6bf72e9c3c238aed1dabc13768ad667459cd50e/687474703a2f2f6779617a6f2e636f6d2f65623463303864646133313234646362633936616430643233663732666166342e706e673f31333333383732313436)
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.
Do it like this:
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?
(2012-04-08, 08:44 AM)Mr.Kewl Wrote: [ -> ]Learn HTML.
... Look at the source, it doesn't center it >.<
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.