PDA

View Full Version : multi column search layout


nm02
24-Jan-2005, 02:55 PM
Finally have finished and got my site to work with Norman's multi column patch :)

Does any one know or can they help me with the layout. I would like to have the following layout if possible

Thumbnail thunmbnail thumbnail
Poduct name product name product name



thanks
Naveed

TraceyG
26-Jan-2005, 08:53 AM
Hi,

Open Act_ResultsTemplate.html (Advanced | Template Manager | Searching tab (click 'Change View' if you do not see the tabs) | Results button) and find:

<IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>

add a <BR> tag to the end of this so it looks like:

<IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE><BR>

Save and close the file and update the site.

nm02
26-Jan-2005, 09:04 AM
thanks tracy :)