Single Image Component Generated HTML: Difference between revisions
(New page: ====Single Image component dynamically generated html:==== <source lang="html4strict"> <div class="component custom_component"> <h2><span>single image component title</span></h2> <div ...) |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
====Single Image component dynamically generated html:==== | ====Single Image component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
Line 12: | Line 14: | ||
</source> | </source> | ||
When a user adds a Single Image component to their | |||
When a user adds a [[ImageComponent | Single Image 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:20, 12 October 2010
Single Image component dynamically generated html:
<div class="component custom_component">
<h2><span>single image component title</span></h2>
<div class="component_content">
<div>
<img src="">
</div>
</div>
</div>
When a user adds a Single Image component to their site, this is the html that is dynamically generated.