
July 21st, 2004, 12:47 PM
|
|
Contributing User
|
|
Join Date: Jun 2004
Posts: 46
Time spent in forums: 3 h 45 m 44 sec
Reputation Power: 5
|
|
|
alignment
hi all,
i have this vertical alignment problem...
when i am creating a FORM where there is going to be the word search, textbox and the button 'go'
however the word the entire line will be off in the alignment.. especially the 'go' button which is higher than the text... i tried valign to bottom for the image but it will still hover a bit over the baseline.. how do i solve this problem?
<td align="right" valign="bottom">
<div class="text_on_light">
<form action="searchAction.asp" method="post" id="form1" name="form1">
<b>QUICK SEARCH</b>
<input type="text" class="search_box" name="strText" height="20">
<input type="image" src="../images/go.gif" height="30">
</form>
</div>
</td>
thanks
|