PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

My search page layout has a large gap in it

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • My search page layout has a large gap in it

    I'm a new user of wrensoft but an experienced web programmer. I've customized my search_template.html file to conform to my site standards and selected "Do not generate" my Search form.

    The search does what I want functionally but the layout has a large gap in it between "pages of results" and the first find.

    Visit my site to see what I mean: www.pmpa.net

    Any help is appreciated. I could edit the search.php file but I prefer to fix this in the search_template.html file or in the Zoom Indexer Configuration if possible.
    Daniel Payne

  • #2
    The gap seems to be the "Portland Metropolitan Photographers" logo image that you have inserted. (the image, pmpa_125.gif). I think the search result text is being placed above and below this image (and not wrapping around it).

    If you look at your search result page in Firefox it is rendered different from IE, and makes the issue more obvious.

    I didn't test this, but changing your logo HTML might fix the problem.

    Change this
    <img src="images/pmpa_125.gif" width="125" height="125">
    to this
    <img src="images/pmpa_125.gif" width="125" height="125" align="left">

    Comment

    Working...
    X