im trying to make the search box bigger but nothing seems to be happening
this is the code im using and the size is what im trying to change but nothing happens
Code:
<table border="0" width = "500" cellspacing="0" cellpadding="0"> <tr> <td class="form_main_search_box_td" width = "500"> <input type="hidden" name="page" value="search" /> <input type="hidden" name="PR" value="-1" /> <input type="hidden" name="TB" value="A" /> <input type="text" name="SS" value="search words..." onfocus="this.value='';" class="form_main_search_box" size="50" /> </td>
this is the code im using and the size is what im trying to change but nothing happens
Comment