David Pratt wrote:

I am trying to get rid of a table at the top of a site layout that it 100% width. It is a quick search form and a table has been the only way I have found to contain everything horizontally so it does not appear severely skewed. I have tried in CSS but cannot seem to keep everything in a neat line across. I have put the table html below since it is currently giving me what I want visually but this does not help my tableless design :( It is supposed to read across and center the following:


David,

Try adding the following line to the inputs that are not displaying in the right place:

 vertical-align: bottom;

Hope this helps,
Matthew

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to