Image Gallery Component Generated HTML: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
====Image Gallery component dynamically generated html:==== | ====Image Gallery component dynamically generated html:==== | ||
<source lang="html4strict"> | <source lang="html4strict"> | ||
<div class="component image_component"> | <div class="component image_component"> | ||
<h2> | <h2> | ||
Line 16: | Line 16: | ||
</div> | </div> | ||
</div> | </div> | ||
</source> | </source> | ||
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]] | [[Category:Dynamically Generated HTML]] |
Revision as of 21:20, 13 January 2009
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.