Audio Player Component Generated HTML: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
====Audio Player component dynamically generated html:==== | ====Audio Player component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
Line 12: | Line 14: | ||
</source> | </source> | ||
When a user adds an Audio Player component to their Viviti site, this is the html that is dynamically generated. | When a user adds an Audio Player 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:57, 2 April 2009
Audio Player component dynamically generated html:
<div class="component audio_player_component">
<h2><span>audio player component title</span></h2>
<div class="component_content">
<div>
<p>audio player component content</p>
</div>
</div>
</div>
When a user adds an Audio Player component to their Viviti site, this is the html that is dynamically generated.