Xbox GamerCard Component Generated HTML: Difference between revisions


mNo edit summary
mNo edit summary
Line 1: Line 1:
====Gamertag component dynamically generated html:====
====Gamertag component dynamically generated html:====
<source lang="html4strict">
<source lang="html4strict">
<pre>
 
<div class="component gamercard_component">
<div class="component gamercard_component">
   <h2><span>gamertag</span></h2>
   <h2><span>gamertag</span></h2>
Line 9: Line 9:
   </div>
   </div>
</div>
</div>
</pre>
 
</source>
</source>
When a user adds an XboxGamertag to their Viviti site, this is the html that is dynamically generated.
When a user adds an XboxGamertag to their Viviti site, this is the html that is dynamically generated.


[[Category:Dynamically Generated HTML]]
[[Category:Dynamically Generated HTML]]

Revision as of 22:20, 13 January 2009

Gamertag 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 XboxGamertag to their Viviti site, this is the html that is dynamically generated.