PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Line space needed between results

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

  • Line space needed between results

    Zoom has been operating with boring (and so much appreciated) reliability. It still does. However, recently I have done something that causes the results to come without a line spacing between results. I guess that should be sortable in the configuration panel - but I can't spot where.

    How can I get my line spaces?

  • #2
    You need to fix this in the CSS in the search_template.html file.

    Comment


    • #3
      In particular, look at the CSS for the .result_block and .result_altblock classes. You can consult the default search_template.html generated by Zoom as reference. This is how they are defined by default:

      Code:
        .result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
        .result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
      Hope that helps.
      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment


      • #4
        Sorted. Style sheet fault - a } had got deleted, somehow. Thanks for getting back to me.
        Last edited by kiwibrit; Dec-04-2007, 09:21 AM.

        Comment

        Working...
        X