Center PayPal Button

peterbruce

Supreme Member
Joined
Sep 1, 2010
Messages
1,478
Reaction score
386
As you can see on http://www.peterbrucemarketing.com/twitter.htm I can't seem to get the paypal checkout button straight.

How can I center it exactly, having all the text box and Buy now button in line?
 
As you can see on http://www.peterbrucemarketing.com/twitter.htm I can't seem to get the paypal checkout button straight.

How can I center it exactly, having all the text box and Buy now button in line?

Nobody gives a sh$t about your buttons...took a look and they are fine to me just start marketing and don't worry about that small stuff.

(it aggravates me too on my sites ha ha)

JQ
 
try to do this:
{div style="margin-left:200px; text-align:left;width:300px;"}
Place everything in here that should be aligned. I believe its both
{/div}

replace { by < and } by >

Haven't tested it but I think it should work.
 
Last edited:
Actually, the left allinged is OK IMHO,
maybe in comparison to the overall layout atm.

Perhaps consider more colours, bold text etc...
to improve layout, but IMHO, the location of pp box is the least of
your layour worries....

BESIDES, get vistors i.e. market your site, instead of getting hung up on layout,
when in reality it is ok ish.

Good Luck
 
you could add a div to your css with margin-left: auto ;
margin-right: auto ; and then place the paypal stuff in that div.
 
Busrunner's suggestion worked. Sort of.

After playing around with the payment box layout I decided to keep it the way I had.
 
Someone building a website using dreamweaver with strict boundaries and they dunno how to open them up so you can actually align your content with as previously said.

Try rewriting the site (using the source you already have), but make sure the container isn't being modified by css, because if it is and you try to redo it with html, it'll ignore the alignment
 
Just use the CENTER html format.

I've had problems like that but using a different theme. Edit it in HTML and it should work fine.
 
Back
Top