Blog Comments Component Generated HTML: Difference between revisions


No edit summary
mNo edit summary
Line 18: Line 18:




When a user adds a Blog Comments component to their Viviti site, this is the html that is dynamically generated.
When a user adds a [[BlogCommentComponent | Blog Comments 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:55, 18 May 2009

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 Viviti site, this is the html that is dynamically generated.