Blog Archive Component Generated HTML: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
When a user adds a [[BlogArchiveComponent | Blog Archive component]] to their | When a user adds a [[BlogArchiveComponent | Blog Archive component]] to their site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Latest revision as of 13:36, 8 October 2010
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 site, this is the html that is dynamically generated.