Blogroll Component Generated HTML: Difference between revisions
(New page: ====Blogroll component dynamically generated html:==== <source lang="html4strict"> <div class="component blogroll_component"> <h2><span>blogroll component title</span></h2> <div class=...) |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
====Blogroll component dynamically generated html:==== | ====Blogroll component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
Line 22: | Line 24: | ||
</source> | </source> | ||
When a user adds a Blogroll component to their | |||
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 09: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.