View Single Post
Old 06-28-2009, 10:14 PM   #8 (permalink)
angelking
The Wanderer
 
Join Date: Jun 2009
Posts: 5
Thanks: 0
angelking is on a distinguished road
Default

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.
angelking is offline  
Reply With Quote