Code:
<div style="text-align:left"><a href="index.php">home</a> | photos | <a href="archive.php">archives</a> | links </div> <div style="text-align:right;display:inline"><form name="searchform" method="get" action="/index.php"> <input type="text" name="s" size="15" /> <input type="submit" name="submit" value="search" /></form></div>
The second div goes under the first div.
Try this:
Code:
<div style="text-align:right;"><div style="text-align:left; float: left; width: 13em"><a href="index.php">home</a> | photos | <a href="archive.php">archives</a> | links </div> <form name="searchform" method="get" action="/index.php"> <input type="text" name="s" size="15" /> <input type="submit" name="submit" value="search" /></form></div>
That width may be buggy, may need to be bigger or smaller.
hth,
Douglas
Bookmarks