Image Gallery Component Generated HTML: Difference between revisions


(New page: ====Image Gallery component dynamically generated html:==== <pre> <div class="component image_component"> <h2> <span>Image Gallery Title Here</span> </h2> <div class="component_...)
 
mNo edit summary
Line 19: Line 19:


When a user adds an Image Gallery to their Viviti site, this is the html that is dynamically generated.
When a user adds an Image Gallery to their Viviti site, this is the html that is dynamically generated.
[[Category:Dynamically Generated HTML]]

Revision as of 18:17, 17 December 2008

Image Gallery component dynamically generated html:

<div class="component image_component">
  <h2>
    <span>Image Gallery Title Here</span>
  </h2>
  <div class="component_content">
    <div class="images">
      <div class="image">
        <a href="">
          <img src="" />
        </a>
      </div>
    </div>
  </div>
</div>

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