HTML Component Generated HTML: Difference between revisions


(New page: ====HTML component dynamically generated html:==== <pre> <div class="component html_component"> <h2><span>html component title</span></h2> <div class="component_content"> <div> ...)
 
mNo edit summary
Line 13: Line 13:


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]]

Revision as of 18:17, 17 December 2008

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.