EBay Listings Component Generated HTML: Difference between revisions
(New page: ====eBay Listings component dynamically generated html:==== <source lang="html4strict"> <div class="component ebay_items_component"> <h2><span>eBay listings component title</span></h2> ...) |
No edit summary |
||
Line 1: | Line 1: | ||
====eBay Listings component dynamically generated html:==== | ====eBay Listings component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
Line 19: | Line 21: | ||
</source> | </source> | ||
When a user adds an eBay Listings component to their Viviti site, this is the html that is dynamically generated. | When a user adds an eBay Listings component to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 08:59, 2 April 2009
eBay Listings component dynamically generated html:
<div class="component ebay_items_component">
<h2><span>eBay listings component title</span></h2>
<div class="component_content">
<div class="ebay_item">
</div>
<div class="paging">
<div class="paging_info">
</div>
<div class="paging_links">
</div>
<div class="next_prev_links">
</div>
</div>
</div>
</div>
When a user adds an eBay Listings component to their Viviti site, this is the html that is dynamically generated.