Hi, I'm new to the Zoom search program. I'm getting most of it so far but I've run into a weird problem.
I want my search results to appear in a page with a format in line with the rest of the web site. Part of that format is a left panel created using a container containing the CSS line "float: left;".
This is apparently creating problems with the search results display: Everything is fine until we get to the line that says "sorted by [relevance or date]". Then there's only white space till the container at the left side of the page ends; then the search results are listed normally.
Deleting that single line of CSS (float: left gets rid of the huge chunk of white space, but naturally messes up the rest of the page.
I could of course try re-writing my search results page using tables rather than CSS, but I'm wondering if anyone knows a way around this oddity without resorting to that.
Thanks,
Alden
I want my search results to appear in a page with a format in line with the rest of the web site. Part of that format is a left panel created using a container containing the CSS line "float: left;".
This is apparently creating problems with the search results display: Everything is fine until we get to the line that says "sorted by [relevance or date]". Then there's only white space till the container at the left side of the page ends; then the search results are listed normally.
Deleting that single line of CSS (float: left gets rid of the huge chunk of white space, but naturally messes up the rest of the page.
I could of course try re-writing my search results page using tables rather than CSS, but I'm wondering if anyone knows a way around this oddity without resorting to that.
Thanks,
Alden
Comment