PDA

View Full Version : Gap or CSS mistake in the seach.html



clausrei
02-01-2011, 04:54 PM
Hi,

I installed the Zoom Search Engine for the first time, works absolutely fine. The only problem occurring is now: I get a big gap between the wording "5 results found" and the first result displayed.

I had a look in the CSS but I could not found any Style how could have caused the gap - or any Html code.

Where else can I look ?


Thank you for your help.

Claus


PS: I have copied and pasted the <form action="search.php" ... > ...
and put it on the left hand side of my banner. Now, when somebody press the submit button, the result displays in the content area of the seach.php. Which I styled withing seach.html, in a way, that it looks like my web page.

Ray
02-01-2011, 10:46 PM
Can't say without seeing the pages in question. Chances are there's other CSS you have on the page which is affecting the layout, or perhaps you've stuck it all in a table (or have other floating DIV elements) which is forcing things down.

clausrei
02-05-2011, 01:44 PM
Hi,

Thank you for your replay. I found the answer. It was a float left class, after deleting the class from the CSS it was sorted. I have a DIV floating on the left myself and that pushed it down.

Thank you for you help !


Claus