Custom CSS Integration Manual
Introduction
This manual will describe how to use our Custom CSS system to customize your payment and subscription forms that are hosted on LitePay.com Both payments and subscriptions send the user to litepay.com from your site. Sometimes
this can be distracting for a user to come to a new site. Using CSS is a great way to make our siste, look like your site. This will help eliminate confusion for your customers.
CSS, and Beginers Guide
CSS, or cascading style sheets, is a method of scripting advanced display techniques for use in an html parsing environment. CSS is widely used on almost all sites on the internet and allows a wide range of customization.
We will begin with basic CSS syntax. CSS can be added in many places on web pages, but we will be using what is called “Internal Style Sheets”. This is a method of adding CSS to the <head> section of an HTML document. In your merchant account settings, you can add CSS code into the form box. This code is then outputed after LitePay’s CSS on all payment forms. This makes the browser interpret the CSS you have privided and overwrite anything that LitePay has already defined.
CSS is composed of 3 componets, the selector, the property, and the value.
selector {property: value}
The selector is the object that you will be modifying. The property can range from color to position, to background image. And the final piece is the value. The valuse will define the property. An example would be:
body {background-color: black}
This example will set the background color for the web page to black. For the rest of this document, we will use what is called Hexicimal color notation. This notation is the Hex format of the Red, Green, Blue color outpued by your monitor. Black would be #000000 and white would be #FFFFFF.
For more information on CSS and how to use it, please visit http://www.w3schools.com/
Download Custom CSS Integration Manual
Related PDF Manuals Guide:
CSS Guide for Macromedia Dreamweaver
PHP Manual
Photobucket Developer API Guide
Instore Demonstrations & Liquor Tasting Guide
MyStoreSpace Quick Start Guide
PR Guide to Starting a Blog
The Citizen Soldier’s Guide to Mobilization Finance
Python Guide for the Systems Biology Workbench
You can leave a response, or trackback from your own site.