Image Gallery Component Generated HTML: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
When a user adds an Image Gallery to their Viviti site, this is the html that is dynamically generated. | When a user adds an [[ImageGalleryComponent | Image Gallery component]] to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 17:21, 18 May 2009
Image Gallery component dynamically generated html:
<div class="component image_gallery_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 component to their Viviti site, this is the html that is dynamically generated.