Reverb - Customize Search Results Formatting

Version

Date

Changes

1.0

2013-03-25

Initial version.

Description

Where can I make changes to the formatting for the Search page or Search results in Reverb output?

Update 3/27/13

Take a look at Search.asp and connect.css, specifically these sections in connect.css

div#search {
}

iframe#search_iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}

2013-03-27

The search formatting is configured in the 'search.css' file in the 2012.4 and later releases of ePublisher. You can test your changes via the "Skin.html" file. You can learn more about Reverb skin customizations via the August 2012 Power Hour:

NOTE: The present search.css configuration assumes Google Search results. If you are using IIS or client-side search results, the example would need to be tweaked to provide a working result.

BenAllums

DevCenter/Projects/Reverb - Customize Search Results Formatting (last edited 2013-03-27 16:09:51 by BenAllums)