Announcement

Collapse
No announcement yet.

Can't seem to find the right template

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

    Can't seem to find the right template

    Hi,
    I'm using the best seller template. I want to put text under the menu on the left. I thought I had to find this "NETQUOTEVAR:TOPLEVELSECTIONSTOP", but I can't seem to find it. I did this in V6, it's probably in a different spot.

    Thanks
    Randy

    #2
    Look for this code in Act_Primary:
    Code:
    .....
                    <td valign="top" bgcolor="NETQUOTEVAR:PALBGCSS"> 
                      <table width="100%" border="0" cellpadding="1" cellspacing="5">
                        <tr> 
                          <td>
                            <script language=Javascript1.2>
                         	document.write(YahooSections(section_tree)) 
                            </script>
                            </td>
                        </tr>
                      </table>MY TEXT HERE</td>
                  </tr>
                  <tr> 
                    <td><img src="main_pages.gif" width="170" height="27"></td>
                  </tr>
                  <tr> 
                    <td>NETQUOTEVAR:NAVBHOMENETQUOTEVAR:NAVBCATALOGNETQUOTEVAR:NAVBUPNETQUOTEVAR:NAVBLOGIN 
                    </td>
    ......
    Place your text where it says MY TEXT HERE.

    Comment

    Working...
    X