Announcement

Collapse
No announcement yet.

sectionname

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

    sectionname

    my section name from each product group doesn;t seem to be displaying. am i missing something

    this is how my act_sectionline.html stands at the moment. any help will be great. am sure am missing something cause i have looked everywhere

    PHP Code:
    <!-- SectionLine HTML begin -->
    <!-- 
    Insert HTML for the beginning of a section title -->
    <
    DIV ALIGN="LEFT">

    <
    TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">

        <
    TR>

            <
    TD ALIGN="LEFT" VALIGN="TOP">
                <
    A HREF="NETQUOTEVAR:SECTIONLINK">
    <
    img src="CUSTOMVAR:SECTIONIMAGE"alt="NETQUOTEVAR:SECTIONNAME"
    onMouseOver="src='CUSTOMVAR:SECTIONIMAGE2' "
    onMouseOut="src='CUSTOMVAR:SECTIONIMAGE' "
    border="0"></A>
            </
    TD>

            <
    TD ALIGN="LEFT" VALIGN="MIDDLE">
                <
    A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
                <
    br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
            </
    TD>    </TR>
    </
    TABLE>

    </
    DIV>
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the end of a section title -->
    <!-- 
    SectionLine HTML end --> 

    #2
    SectionLine

    Hi There,

    Your Act_SectionLine.html looks fine. You will need to look into the properties table of the section, double click on the section and check and see if you have the properties 'SECTIONIMAGE' and 'SECTIONIMAGE2' assigned, The 'Value' for each should be their respective images, the check boxes for 'Serchable', 'Use as CUSTOMVAR' and 'File Name' need to be ticked.

    If these are ok then it should work, works fine for me. Do post back and let us know if you have any joy..

    Cheers,
    Bruce King
    SellerDeck

    Comment

    Working...
    X