HTML Component Generated HTML: Difference between revisions
No edit summary  | 
				|||
| Line 1: | Line 1: | ||
====HTML component dynamically generated html:====  | ====HTML component dynamically generated html:====  | ||
<br>  | |||
<source lang="html4strict">  | <source lang="html4strict">  | ||
| Line 12: | Line 14: | ||
</source>  | </source>  | ||
When a user adds an html component to their Viviti site, this is the html that is dynamically generated.  | When a user adds an html component to their Viviti site, this is the html that is dynamically generated.  | ||
[[Category:Dynamically Generated HTML]]  | [[Category:Dynamically Generated HTML]]  | ||
Revision as of 09:02, 2 April 2009
HTML component dynamically generated html:
<div class="component html_component">
  <h2><span>html component title</span></h2>
  <div class="component_content">
    <div>
      html component content
    </div>
  </div>
</div>
When a user adds an html component to their Viviti site, this is the html that is dynamically generated.
