Announcement

Collapse
No announcement yet.

help! links under image in search results which template

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

    help! links under image in search results which template

    Hi, i want to display the text links under the thumbnail image in my search results. The standard in Actinic makes the links apear to the right of the image. Which template do i need to edit to move the link?
    I have looked in search results template but it is not there.
    Kind Regards
    Wesley
    Treasure Island Sweets

    #2
    It is
    Code:
    <!-- Results HTML begin -->
    <!-- Add Results Page header HTML here -->
    
    
    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
    	<TR>
    		<TD ALIGN=LEFT>
    		  <B><Actinic:S_SUMMARY/></B><BR><Actinic:S_CONTINUE/>
    		</TD>
    	</TR>
    	<TR>
    		<TD ALIGN=LEFT>
    		  <Actinic:SEARCH_RESULTS>
    		  <Actinic:S_ITEM/>.
    		  <Actinic:XMLTEMPLATE NAME="ImageLine">
    		  	<IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>
    		  </Actinic:XMLTEMPLATE>
    		  <Actinic:S_LINK/><B><Actinic:S_PNAME/></B></A> <Actinic:S_SNAME/> <Actinic:S_PRICE/> <BR>
    		  <Actinic:S_DESCR/><BR>
    		  <Actinic:S_PROP/><P>
    		  </Actinic:SEARCH_RESULTS>
    		</TD>
    add in a <br /> tag here
    Code:
    </Actinic:XMLTEMPLATE><br />
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment

    Working...
    X