I am currently using the following code for FF Matrix:
{right_column}
<h2>{heading}</h2>
<p> {if "{description}" !=""} <br />
{description}<br />
{/if}<br />
<ul class="supportLinks"><br />
{links}<br />
<li><a href="http://{{site_short_name}_link_target}">{{site_short_name}_link_text}</a></li><br />
{/links}<br />
</ul><br />
{if row_count != total_rows}<br />
<div class="columnRuleT"></div><br />
{/if}<br />
{/right_column}My problem is the last if statement with row_count and total_rows. This statement is not working as intended. Do I have the syntax wrong?
[Mod Edit: Moved to the Community Help forum]