Juicy
10-11-2007, 08:08 PM
Hi, I am having a problem getting some text links aligned the way I need them. Essentially I want the link "More Options" to go directly underneath the "Options" link. Both of these links are after the submit button with the value search and should be on the same line as that button. The code "form {display:inline;}" does absolutely nothing for me.
<form id="form" action="search.php" method="get"><div><a href="/site"><img style="vertical-align: middle;" src="logo.jpg"></a>
<input type="text" name="q" size="30" maxlength="150" value="'.($q).'" title="Search">
<select name="options">
<option value ="File_Type">File Type</option>
</select>
<input type="submit" name="Submit" value="Search">
<a href=/>Options</a><br> <a href=/>More Options</a></div>
</form>
<form id="form" action="search.php" method="get"><div><a href="/site"><img style="vertical-align: middle;" src="logo.jpg"></a>
<input type="text" name="q" size="30" maxlength="150" value="'.($q).'" title="Search">
<select name="options">
<option value ="File_Type">File Type</option>
</select>
<input type="submit" name="Submit" value="Search">
<a href=/>Options</a><br> <a href=/>More Options</a></div>
</form>