how to align paypal buttons

8 replies
  • WEB DESIGN
  • |
Hey Guys

Im having a problem centralizing my paypal buttons in wordpress

Ive basically created a payment page with the text aligned as central but when i paste my paypal button code in to the html tab it is on the right hand side and i just cant get it to sit central

When i highlight and click central it doesnt move

it wont drag either?

Any help would be really appreciated


Thanks

Chunkynuts
#align #buttons #paypal
  • Profile picture of the author Simon Phillips
    Originally Posted by ChunkyNuts View Post

    Hey Guys

    Im having a problem centralizing my paypal buttons in wordpress

    Ive basically created a payment page with the text aligned as central but when i paste my paypal button code in to the html tab it is on the right hand side and i just cant get it to sit central

    When i highlight and click central it doesnt move

    it wont drag either?

    Any help would be really appreciated


    Thanks

    Chunkynuts
    Hi Chunkynuts,

    If you can give me the URL for your page I can have a look at it for you.

    Cheers,
    Si.
    {{ DiscussionBoard.errors[4255628].message }}
  • Profile picture of the author pjCheviot
    Banned
    Chunky

    Try surrounding the code like this

    <div align="center"> Code Here </div>
    {{ DiscussionBoard.errors[4255698].message }}
    • Profile picture of the author Punkin Head Gma
      pjCheviot, you rock! I have been working on that for two weeks and that took only 10 seconds! Now, can you help me with getting three in a row on a webpage? Anyone?
      {{ DiscussionBoard.errors[5078670].message }}
  • Profile picture of the author Punkin Head Gma
    Do I surround EACH code or all three together with that around them?
    {{ DiscussionBoard.errors[5078880].message }}
    • Profile picture of the author Punkin Head Gma
      You see, I did that to begin with, ChunkyNuts, then tried all together with it around it and it still requires deleting spaces in 'visual', which with each space deleted to line them up, deletes part of the codes in html. 'Tis a puzzlement! Anyone?
      {{ DiscussionBoard.errors[5079041].message }}
    • Profile picture of the author RobKonrad
      Originally Posted by Punkin Head Gma View Post

      Do I surround EACH code or all three together with that around them?
      Depends on the code. If the code has "conflicting" alignment settings, it might not be effective.

      Best method is to use a separate <div> for any element.

      Cheers,
      Rob Konrad
      Signature
      ================================================== ===
      This blog is awesome: http://www.robkonrad.com/blog. Read it.
      ================================================== ===
      {{ DiscussionBoard.errors[5079233].message }}
      • Profile picture of the author Punkin Head Gma
        Thanks, Rob, I tried that, too. Still working on it....taking all suggestions...
        {{ DiscussionBoard.errors[5079542].message }}
  • Profile picture of the author PatchesDM
    Try a DIV align
    <div align="center"> 'Paypal button' </div>
    or just
    <center>'Paypal button'</center>

    Could you post a URL so we can see what you're trying to do?
    Signature

    Affiliate links are not allowed.

    {{ DiscussionBoard.errors[5079551].message }}

Trending Topics