Flickr Gallery Component Generated HTML: Difference between revisions
(New page: ====Flickr Gallery component dynamically generated html:==== <br> <source lang="html4strict"> <div class="component flickr_gallery_component"> <h2><span>Flickr gallery component title</...) |
mNo edit summary |
||
Line 15: | Line 15: | ||
When a user adds a Flickr Gallery component to their Viviti site, this is the html that is dynamically generated. | When a user adds a [[FlickrGalleryComponent | Flickr 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:03, 18 May 2009
Flickr Gallery component dynamically generated html:
<div class="component flickr_gallery_component">
<h2><span>Flickr gallery component title</span></h2>
<div class="component_content">
<div class="images">
</div>
</div>
</div>
When a user adds a Flickr Gallery component to their Viviti site, this is the html that is dynamically generated.