| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: Leeds, UK
Posts: 263
![]() | This is simple yet annoying.... Hi. I have a table and a search box within it. Everything is fine in Dreamweaver but when I put the site on the server, for some reason the height of the table is twice as high as the search box. All I want is for the table to fit nicely around the search box. This is the code.... <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr bgcolor="2c5b8c"> <td width="99%" bgcolor="2c5b8c"><form name="form1" method="get" action="http://www.domain.com"> <div align="right"> <input name="textfield" type="text" value="e.g. Amazon"> <input type="submit" name="Submit" value="Search"> </div> </form></td> <td width="1%" bgcolor="2c5b8c"> </td> </tr> </table> Why oh why is it doing it? ????: NamePros.com http://www.namepros.com/programming/198078-this-is-simple-yet-annoying.html Thanks for viewing
__________________ Michael McIntyre - Fan site for the super funny UK comedian Michael McIntyre |
| |
| | THREAD STARTER #5 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: Leeds, UK
Posts: 263
![]() | Jim you are correct. Thanks you and to everyone else also
__________________ Michael McIntyre - Fan site for the super funny UK comedian Michael McIntyre
Last edited by noswad; 05-17-2006 at 04:57 AM.
|
| |