Posted by Beauregard T. Shagnasty on 12/28/05 03:44
Dirk Jagdmann wrote:
> thank you for the exhaustive explanation of the solution. I choose the
> "display: inline" way, as my goal was to have a single input search
> form. I usually format multiple entry forms with tables, so the css
> setting doesn't do any harm.
Rather than trying to display a form inline, which is contrary to its
nature, try this (using your little sample):
<html><body><form>Input:<input/> <span style="padding-left: 5em;">test
text</span></form></body></html>
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|