|
Posted by Els on 02/01/06 00:50
Greg N. wrote:
> I added a google site search to the site in my sig. I tried to float
> part of the form left, and the search button right.
>
> It looks and works OK, but it does not validate. It is obviously no
> allowed to spread a form among multiple DIVs. How can I fix this
> (without forgoing the right/left float effect)?
Pretty difficult to tell what's wrong without seeing the code, but
just guessing: you can float the button right, set text-align on the
rest of the form left, no need to add divs. Again though: just
guessing, I haven't seen your code, nor the desired look in a browser.
As for not being allowed to have multiple divs inside a form: I don't
think that's a correct assumption. If you got validation errors,
they're probably indicating something else that's wrong, maybe nested
those divs wrongly?
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
[Back to original message]
|