Forum Moderators: martinibuster
When I put the code on a page, it looks fine except there's a big blank row beneath the search form that I really want to get rid of, that pushes down all the page elements beneath it.
I looked at the AdSense code HTML and I'm not quite sure what is causing this. There doesn't seem to be any extra table data cells with non-breaking spaces or other HTML like line break tags that would cause this.
Does anyone know how to get rid of it?
Thanks.
So when you finish the </form> maybe you'll need to put it below a </td> tag, where it's ok to have som white space?
But I don't know, as I said, if there's a chance for you to mess with the form tags inside the adsense code.
If you have a style sheet, put a line like this in it:
form { margin:0px; }
That should take care of it (and any other form on your page for that matter)