21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 797 Views |
-
Conditional operator using $Pos

13 August 2010 at 4:20am Last edited: 13 August 2010 4:21am
Hi,
Shoukld be so simple but can anyone spot what i'm doing wrong here using $Pos. On the 3rd element i want to apply the class of "last" (which basically gives the Li a right margin of 0).
<ul class="gallery">
<% control LatestGalleryItems %>
<% if $Pos==3 %>
<li class="last">
<% else %>
<li>
<% end_if %>
<a href="$Large.Link">$Thumbnail</a><p>$Caption</p>
</li>
<% end_control %>
</ul>Many thanks
-
Re: Conditional operator using $Pos

13 August 2010 at 4:23am
just realised. It should be <% if Pos==3 %> not <% if $Pos==3 %>
| 797 Views | ||
|
Page:
1
|
Go to Top |

