%MEMBERSCATS%
 New Tag %MEMBERSCATS%
This plug-in will put a vertical listing of the available "PROTECTED" categories on the page at the location of the plug-in ONLY when the members are logged in. If you have buttons specified for the categories they will display instead of text links. This tag uses a table structure to house the category listing.

Example: 

<table border="0" cellpadding="0" cellspacing="0">
 <tr>
   <td NOWRAP>
     <a href="WsDefault.asp?Cat=CatName1" class="cats">CatName1</a>
   </td>
  </tr>
  <tr>
   <td NOWRAP>
     <a href="WsDefault.asp?Cat=CatName2" class="cats">CatName2</a>
   </td>
  </tr>
</table>

Note: This structure is created automatically by the tag

Top