deadpool42
Programmer
- May 24, 2004
- 40
What I want is to have a search box on the right side of the page. It should consist of a text box and a submit button on the same line, with a link on the next line lined up with the left of the text box. Here's what it would look like with tables:
Code:
<table border="0" align="right">
<tr><td><input type="text" /> <input type="submit" /></td></tr>
<tr><td><a href="#">Advanced Search</a></td></tr>
</table>