Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [SWDevil.Com] Alternate Colors for listing on category.html page

Quote Reply
Re: [SWDevil.Com] Alternate Colors for listing on category.html page In reply to
In link.html you have <%row_num%> available, which counts up by one for each link.

You also have <%even%> available, so if you put that inside an if statement that is probably all you need e.g.:

Code:
<%if even%>
formatting here
<%endif%>
Doesn't get much easier than that!
Subject Author Views Date
Thread Alternate Colors for listing on category.html page VishalT 3714 May 27, 2006, 7:11 AM
Thread Re: [SWDevil.Com] Alternate Colors for listing on category.html page
aus_dave 3614 May 29, 2006, 6:43 AM
Post Re: [aus_dave] Alternate Colors for listing on category.html page
VishalT 3604 May 29, 2006, 8:06 AM
Thread Re: [aus_dave] Alternate Colors for listing on category.html page
VishalT 3601 May 29, 2006, 10:31 AM
Thread Re: [SWDevil.Com] Alternate Colors for listing on category.html page
Andy 3590 May 29, 2006, 11:06 AM
Thread Re: [Andy] Alternate Colors for listing on category.html page
VishalT 3570 May 29, 2006, 12:46 PM
Thread Re: [SWDevil.Com] Alternate Colors for listing on category.html page
Andy 3573 May 29, 2006, 1:14 PM
Post Re: [Andy] Alternate Colors for listing on category.html page
VishalT 3564 May 29, 2006, 6:25 PM