Posted by Numberwhun on 02/01/06 01:09
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)?
>
In looking at the source for your page take a look at the following:
### Begin Source ###
<div class=counter style="text-align:center;">
<img src="http://coolhaus.de/count?id=greg-tour&type=q" width=0
height=0 alt=" ">
</div>
</div>
### End Source ###
If you remove the second </div> from this and then re-validate, you will
see that there are 8 other errors that need to be corrected.
Regards,
Jeff Kirkland
[Back to original message]
|