Paypal Component Generated HTML: Difference between revisions


(New page: ====Paypal component dynamically generated html:==== <source lang="html4strict"> <div class="component paypal_component"> <h2><span>paypal component title</span></h2> <div class="compo...)
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
====Paypal component dynamically generated html:====
====Paypal component dynamically generated html:====
<br>
<source lang="html4strict">
<source lang="html4strict">


Line 12: Line 14:


</source>
</source>
When a user adds a Paypal component to their Viviti site, this is the html that is dynamically generated.
 
 
When a user adds a [[PaypalComponent | Paypal component]] to their site, this is the html that is dynamically generated.


[[Category:Dynamically Generated HTML]]
[[Category:Dynamically Generated HTML]]

Latest revision as of 10:19, 12 October 2010

Paypal component dynamically generated html:


<div class="component paypal_component">
 <h2><span>paypal component title</span></h2>
  <div class="component_content">
    <div>
     <p>An item description can be posted here</p>
    </div>    
  </div>
</div>


When a user adds a Paypal component to their site, this is the html that is dynamically generated.