Blogroll Component Generated HTML: Difference between revisions


No edit summary
No edit summary
 
Line 26: Line 26:




When a user adds a [[BlogrollComponent | Blogroll component]] to their builder site, this is the html that is dynamically generated.
When a user adds a [[BlogrollComponent | Blogroll component]] to their site, this is the html that is dynamically generated.


[[Category:Dynamically Generated HTML]]
[[Category:Dynamically Generated HTML]]

Latest revision as of 10:18, 12 October 2010

Blogroll component dynamically generated html:


<div class="component blogroll_component">
 <h2><span>blogroll component title</span></h2>
  <div class="component_content">
   <div class="blogroll_blog">
     <div class="blog_icon">
     </div>
     <div class="blog_content">
     </div>
     <div class="blog_title">
     </div>
     <div class="item_title">
     </div>
     <div class="item_lastupdated">
     </div>
   </div>
  </div>   
 </div>
</div>


When a user adds a Blogroll component to their site, this is the html that is dynamically generated.