Announcement

Collapse
No announcement yet.

search results layout help please

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

    search results layout help please

    Hi, i am having problems trying to get the search results to display as i would like.
    Idealy i want the search results to show the smae as my section pages, ie four product thumbnail images accross by whatever down. At the moment the results are displayed in one long line line which pushes everything off teh page.
    An example of teh problem is on the link below, please select 'chocolate; in the bottom left drop down menu.

    http://www.treasureislandsweets.co.u...est/index.html

    Thanks
    wesley
    Treasure Island Sweets

    #2
    Sorry forgot to include the code, it is

    <!-- V7 Results HTML begin -->
    <!-- Add Results Page header HTML here -->
    <link href="actinic.css" rel="stylesheet" type="text/css">



    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
    <TR>
    <TD colspan=CUSTOMVAR:SEARCHCOLS ALIGN=LEFT>
    <B><Actinic:S_SUMMARY/></B><BR><Actinic:S_CONTINUE/>
    </TD>
    </TR>
    <TR>
    <Actinic:SEARCH_RESULTS>
    <TD valign=top width=CUSTOMVAR:SEARCHCOLWIDTH ALIGN=center class="searchimage">
    <!--<Actinic:S_ITEM/>.-->
    <Actinic:S_LINK/><Actinic:XMLTEMPLATE NAME="ImageLine">
    <IMG SRC="NETQUOTEVAR:THUMBNAIL" border="0" NETQUOTEVAR:THUMBNAILSIZE><br>
    </Actinic:XMLTEMPLATE>
    <B><Actinic:S_PNAME/></B></A> <Actinic:S_SNAME/> <Actinic:S_PRICE/> <BR>
    <Actinic:S_DESCR/><BR>
    <Actinic:S_PROP/><P>
    </TD>
    <Actinic:S_TABLEEND/>
    </Actinic:SEARCH_RESULTS>
    </TR>
    <TR>
    <TD colspan=CUSTOMVAR:SEARCHCOLS ALIGN=LEFT>
    <B><Actinic:S_SUMMARY/></B><BR><Actinic:S_CONTINUE/>
    </TD>
    </TR>
    </TABLE>
    <HR SIZE="1" ALIGN="CENTER" WIDTH="CUSTOMVAR:ACTSTDWIDTH">
    NETQUOTEVAR:SEARCHBLOCK

    <!-- Add Results Page footer HTML here -->
    <!-- V7 Results HTML end -->


    Thanks
    weslry
    Treasure Island Sweets

    Comment


      #3
      Hi
      I was just wondering if you could help?
      I,ve looked at your post and was looking to do the same thing. When I looking at your site i noticed that you had achived it. Well done.
      Is there any chance you could let me know how you did it?

      Many Thanks

      Jay Cee

      Comment


        #4
        hi, i found Normans search coloumn code works a treat!

        The link to his site is
        http://www.drillpine.biz

        The link to the code if you carnt find it is

        http://www.drillpine.biz/actinicstuf...rchResults.txt

        Remember back up the original template first!

        Wesley
        Treasure Island Sweets

        Comment

        Working...
        X