Announcement

Collapse
No announcement yet.

Product List design question

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

    Product List design question

    I am using the "Smart Theme" and at the moment the Product List is showing the product image to the left with the product title to the right in 3 rows x 3 columns.

    Is there a way I can keep the 3 rows x 3 columns but have the product name below the product image?

    Graham

    #2
    Locate the template you are using (Advanced | Template Manager - if necessary switch to the grey tabbed view - Sections, click the top section button second from left in the top row - change the code to this
    Code:
    <!-- SectionLine HTML begin -->
    <!-- Insert HTML for the beginning of a section title -->
    
    <DIV ALIGN="LEFT">
    
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
    
    	<TR>
    
    		<TD ALIGN="LEFT" VALIGN="TOP">
    			<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
    		</TD></tr>
    
    		<tr><TD ALIGN="LEFT" VALIGN="MIDDLE">
    			<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONNAME</A>
    			<!-- span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span -->
    		</TD>
    
    	</TR>
    
    </TABLE>
    
    </DIV>
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the end of a section title -->
    <!-- SectionLine HTML end -->
    Save as, type = all files, save.
    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


      #3
      Hi Bill,

      I have just tried what you suggested above but it didnt seem to work. I am using Dreamweaver so I coppied your code into Dreamweaver and saved as "all files" as you suggested.

      What am I doing wrong?

      Graham

      Comment


        #4
        Graham - what I did wrong was assume that you would use Notepad as default editor. In Dreamweaver you would save back to the original name (OR make the name unique with a short prefix or suffix, then go through the exercise of selecting the unique name as your default layout).
        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