A form I was using was altered by dreamweaver and for some reason has no id. Now i'm getting the error
"Associate form controls with <label> tags using the 'id' attribute."
How do I put the label and id back into this code?
<form action="/google-search-results/" id="cse-search-box" class="searchbox">
129 Search The Internet
131 <input type="hidden" name="cx" value="partner-pub-..............." />
133 <input type="hidden" name="cof" value="FORID:11" />
134 <input type="hidden" name="ie" value="UTF-8" />
135 <input class="searchboxtext" type="text" name="q" />
136 <img id="googleimg" src="http://www.actualcures.com/loggo.gif" alt="Google" />
137 <div class="submitbutton">
137 <input name="sa" value="X" type="submit" />
137 </div>
138 <div class="clearfix">
138 </div>
139 </form>
Thanks,
Roscoe