Blog Comments Component Generated HTML: Difference between revisions
(New page: ====Blog Comments component dynamically generated html:==== <source lang="html4strict"> <div class="component blog_comment_component"> <h2><span>blog comments component title</span></h2>...) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
====Blog Comments component dynamically generated html:==== | ====Blog Comments component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
Line 14: | Line 16: | ||
</source> | </source> | ||
When a user adds a Blog Comments component to their | |||
When a user adds a [[BlogCommentComponent | Blog Comments component]] to their site, this is the html that is dynamically generated. | |||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Latest revision as of 09:38, 12 October 2010
Blog Comments component dynamically generated html:
<div class="component blog_comment_component">
<h2><span>blog comments component title</span></h2>
<div class="component_content">
<ul>
<li>
<a href="">Blog comments link goes here</a>
</li>
</ul>
</div>
</div>
When a user adds a Blog Comments component to their site, this is the html that is dynamically generated.