Justin Giboney wrote: > Here is my code. > ... Which gives me this in straight html:
<a href="">Español</a> <form action="search.php"><input type="text" name="search" size="15" /> <input type="submit" value="Search"></form> <div> <li><a href="products.php">Products</a> </div> And that does what you're looking to do without a problem. Can we see it in the page context? It could be that the space you're putting it in is too tiny (so forcing it to wrap) or it could be that you've got some attributes (display: block; maybe?) that are causing the line break. _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
