Page 1 of 1

Multi column search results and css

Posted: Tue Dec 09, 2008 1:06 am
by darrenspink
Hi Norman,

I want to reproduce my section lists layout in the multicolumn search results and was wondering if there is a way of replacing your layout thats generated on a search result i.e

<table width="600px" class="sresulttable">
<tr>
<td class="sresultentry" width="20%">
PRODUCT INFO
</td>
<td class="sresultentry" width="20%">....etc
</table>

with this:

<div class="section_block">
PRODUCT INFO
</div>

The css would have a width and height with the block floating to the left.

Re: Multi column search results and css

Posted: Tue Dec 09, 2008 1:27 pm
by norman
It's do-able but will require considerable modification.

You would have to change the patched code in SearchScript.pl. Look for norcat and you'll see the patched areas.