Xbox GamerCard Component Generated HTML: Difference between revisions
(New page: ====Gamertag component dynamically generated html:==== <pre> <div class="component gamercard_component"> <h2><span>gamertag</span></h2> <div class="component_content"> <div class=...) |
No edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==== | ====GamerCard component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | |||
<div class="component gamercard_component"> | <div class="component gamercard_component"> | ||
<h2><span>gamertag</span></h2> | <h2><span>gamertag</span></h2> | ||
Line 9: | Line 11: | ||
</div> | </div> | ||
</div> | </div> | ||
When a user adds an | </source> | ||
When a user adds an [[GamercardComponent | XboxGamercard]] to their site, this is the html that is dynamically generated. | |||
[[Category:Dynamically Generated HTML]] |
Latest revision as of 13:34, 8 October 2010
GamerCard component dynamically generated html:
<div class="component gamercard_component">
<h2><span>gamertag</span></h2>
<div class="component_content">
<div class="gamer_card">
</div>
</div>
</div>
When a user adds an XboxGamercard to their site, this is the html that is dynamically generated.