Text or Content Block Component Generated HTML: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
==== | ====Content Block component dynamically generated html:==== | ||
<br> | <br> | ||
Line 16: | Line 16: | ||
When a user adds a | When a user adds a [[ContentBlockComponent | Content Block component]] to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 16:58, 18 May 2009
Content Block 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 Content Block component to their Viviti site, this is the html that is dynamically generated.