06-28-2009, 10:14 PM
|
#8 (permalink)
|
|
The Wanderer
Join Date: Jun 2009
Posts: 5
Thanks: 0
|
ok kool..
well heres what ive come over so far...
HTML Code:
<table border="0" cellpadding="5" cellspacing="0" class="left">
<tr>
<td align="right" valign="middle" class="90">GamerTag:</td>
<td><input type="text" id="GTag" class="textbox" onfocus="this.value=''" onblur="if (this.value == '') this.value = 'Enter GamerTag...';" onkeypress="catchEnter(event.which)" value="Enter GamerTag..." /></td>
</tr>
ok now the id value im kinda familiar with but only if its used with a style sheet for identifying colors and etc...
HTML Code:
type="text" id="GTag" class
now i dont see anything above or below the code that its depending on for any function.
|
|
|
|