Del.icio.us Component Generated HTML: Difference between revisions
(New page: ====Del.icio.us component dynamically generated html:==== <source lang="html4strict"> <div class="component delicious_component"> <h2><span>Del.icio.us component title</span></h2> <div...) |
No edit summary |
||
Line 1: | Line 1: | ||
====Del.icio.us component dynamically generated html:==== | ====Del.icio.us component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
Line 14: | Line 16: | ||
</source> | </source> | ||
When a user adds a Del.icio.us component to their Viviti site, this is the html that is dynamically generated. | When a user adds a Del.icio.us component to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 08:59, 2 April 2009
Del.icio.us component dynamically generated html:
<div class="component delicious_component">
<h2><span>Del.icio.us component title</span></h2>
<div class="component_content">
<ul class="bookmarks">
<li class="">
<a href="">Del.icio.us link goes here</a>
</li>
</ul>
</div>
</div>
When a user adds a Del.icio.us component to their Viviti site, this is the html that is dynamically generated.