Multi column search results and css

Miscellaneous Actinic / SellerDeck patches and anything not covered above.
Post Reply
darrenspink
Posts: 1
Joined: Tue Dec 09, 2008 12:59 am

Multi column search results and css

Post 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.
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Multi column search results and css

Post 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.
Norman
Post Reply