Text or Content Block Component Generated HTML: Difference between revisions
(New page: ====Custom component dynamically generated html:==== <pre> <div class="component custom_component"> <h2><span>custom component title</span></h2> <div class="component_content"> <di...) |
mNo edit summary |
||
Line 13: | Line 13: | ||
When a user adds a custom component to their Viviti site, this is the html that is dynamically generated. | When a user adds a custom component to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] |
Revision as of 17:16, 17 December 2008
Custom component dynamically generated html:
<div class="component custom_component"> <h2><span>custom component title</span></h2> <div class="component_content"> <div> <p>custom component content</p> </div> </div> </div>
When a user adds a custom component to their Viviti site, this is the html that is dynamically generated.