• I need the paypal buttons I’m trying to include in posts to stay in place.. as opposed to starting its own line. What do I need to do to have it sit where I want instead of moving to the next line when I update.

    see here for example (it should just sit on the line before in the center)
    http://documentaries.org/?p=784

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Change:
    <h5 style="text-align: left;">
    to:
    <h5 style="text-align: center;">

    Thread Starter David Hartman

    (@documentaries)

    Esmi, Thanks for the code. It still doesn’t do what I want. I need it to be on the same line as the “Visit Film Site:..” with some text before how can i code it be where I want..?
    http://documentaries.org/?p=784

    Heres what the code looks like for those lines:
    <h5 style=”text-align: left;”>Visit Film Site: http://www.peacedocumentary.org <span style=”font-weight: normal; font-size: 13px;”>
    <h5 style=”text-align: center;”>Contribute To This Film:
    <input alt=”PayPal – The safer, easier way to pay online!” name=”submit” src=”https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif&#8221; type=”image” /> <img src=”https://www.paypal.com/en_US/i/scr/pixel.gif&#8221; border=”0″ alt=”” width=”1″ height=”1″ /></h5>

    Thanks! David

    Try:

    <strong>Visit Film Site: http://www.peacedocumentary.org <span style="font-weight: normal; font-size: 13px;">
    Contribute To This Film: <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" /></strong>

    Thread Starter David Hartman

    (@documentaries)

    Thanks, but i want to have all of those on the same line. The “Please Visit..” and “Contribute..” and Paypal button. So its neat and just straight across the line between the video and the content below. There’s room for them to fit, how would this be coded..?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Paypal Button In Post’ is closed to new replies.