sphinx Posted October 5, 2011 Share Posted October 5, 2011 hello, Why is the id field "sixletterscode" displaying in red when i view the source? <label for='message' class="title"><strong>Enter the characters below in the specified box:</strong> <small>(four characters).</small></label> <br><input type="text" style="Arial, Helvetica, sans-serif;font-size : 12px;color: #781351;background: #fee3ad;border: 1px solid #781351; text-align: center; id="sixletterscode" autocomplete="off" maxlength="4" size="10" name="sixletterscode" onkeypress="return isNumberKey(event)"><br> <br><img border="1" src="security.php?rand=1676626762" id='captchaimg' > Many thanks Link to comment https://forums.phpfreaks.com/topic/248461-id-going-in-red/ Share on other sites More sharing options...
haku Posted October 5, 2011 Share Posted October 5, 2011 You left the closing double-quote off of your style attribute. Link to comment https://forums.phpfreaks.com/topic/248461-id-going-in-red/#findComment-1275920 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.