Blog Archive Component Generated HTML: Difference between revisions
(New page: ====Blog Archive component dynamically generated html:==== <source lang="html4strict"> <div class="component blog_archive_component"> <h2><span>blog archive component title</span></h2> ...) |
No edit summary |
||
Line 1: | Line 1: | ||
====Blog Archive component dynamically generated html:==== | ====Blog Archive component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
Line 14: | Line 16: | ||
</source> | </source> | ||
When a user adds a blog archive component to their Viviti site, this is the html that is dynamically generated. | When a user adds a blog archive component to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 08:57, 2 April 2009
Blog Archive component dynamically generated html:
<div class="component blog_archive_component">
<h2><span>blog archive component title</span></h2>
<div class="component_content">
<ul class="archive_links">
<li>
<a href="">Archive link goes here</a>
</li>
</ul>
</div>
</div>
When a user adds a blog archive component to their Viviti site, this is the html that is dynamically generated.