Jump to content

strifemit

Members
  • Posts

    2
  • Joined

  • Last visited

strifemit's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. strifemit

    PayPal Code

    Hi I have this code from PayPal which works. I want to centre the button and also make it open another browser with the link. How do I add this in because I cannot get it to work. I removed a lot of the code which was not necessary for security reasons. <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHFgYJKoZIhvcNAQcEoIIHBzCCBwMCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgtLaxDweOeOrd9s7gfqe5/CPZ-----END PKCS7-----"> <input type="image" src="https://www.bestepeople.com/wp-content/uploads/button_paypal.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>
  2. Hi I am working my way through my child theme (LifestylePro by Genesis) so I can make changes to my websites. This is my preferred learning style using actual data rather than learning all aspects of CSS in the first instance. The CSS style begins with comments such as Name, Author, description, etc. followed by contents and so on. No need to understand this as they are comments. The first code is HTML5 Reset (Baseline Normalise, Box Sizing, Float Clearing, Typographical Elements, Headings, Gallery, Forms, tables and so on. I am trying to work out what each step does, following the logical steps (flow) of my CSS. I can then learn how I can change the website using CSS to fit my needs. Basically I learn through experience (practical) rather than theory That is strip down instead of building. I can then add to my knowledge according to subsequent addition requirements. Can anybody point me to anything that will guide me such as tutorial(s) through an actual CSS? In my CSS the first code is: /* Baseline Normalize */ article,aside,details,figcaption,figure,footer,header, and so on. But what doe's all this mean? What is it normalizing? When I look it up on the internet I fail to find something that actually informs me. All help appreciated.
×
×
  • Create New...