[ic] Where can I add graphic arrows?

Chris Bartholomew interchange-users@icdevgroup.org
Sat Oct 5 02:43:04 2002


Where can I add a small arrow to the category list on my left hand
navigation (per main category)?

Also, If I wanted to have another arrow point to the link they are hovering
over, would I want to do that here or in the style?

TIA
Chris Bartholomew

  <table width="90%" align="center">

<!-- BEGIN COMPONENT [control component category_vertical] -->
[timed-build auto=1 if="[control timed 0]" minutes="[control timed 0]"]
[set found_cat][/set]
[loop
    prefix=box
    search="
        fi=area
        st=db
        tf=sort
        ac=0
        ac=0
        co=yes
        
        sf=sel
        op=eq
        se=[control set_selector left]

        sf=which_page
        op=rm
        se=[control page_class all|@@MV_PAGE@@]
"]

  <tr> 
    <td valign="top" class="categorybar">
      <b>[box-exec bar_link]area[/box-exec]</b>
    </td>
  </tr>
  <tr> 
    <td valign="top" class="categorybar">

[set found_cat]1[/set]
[loop prefix=cat
    search="
        fi=cat
        st=db
        tf=sort
        tf=name
        rf=code,name
        sf=sel
        se=[box-code]
    "
    ]
      &nbsp;&nbsp;[cat-exec bar_link]cat[/cat-exec]<BR>
[/loop]

    </td>
  </tr>
[/loop]
[if !scratch found_cat]
    <tr>
        <td class="categorybar">
[loop 
    search="
        ra=yes
        tf=description
    "
    ]
      &nbsp;&nbsp;[page [loop-code]][loop-field description][/page]<BR>
[/loop]
      </td>
    </tr>
[/if]
[/timed-build]

  </table>