Single Image Component Generated HTML


Revision as of 18:05, 18 May 2009 by Shanker (talk | contribs)

Single Image component dynamically generated html:


<div class="component custom_component">
 <h2><span>single image component title</span></h2>
  <div class="component_content">
    <div>
      <img src="">
    </div>    
  </div>
</div>


When a user adds a Single Image component to their Viviti site, this is the html that is dynamically generated.