In theory, it could be done by setting the columns to 0 and using some template PHP along these lines to insert them: <?php if ({LINKNUMBER} % 3) { ?></tr><tr><?php } ?> for the three col one and <?php if ({LINKNUMBER} % 2) { ?></tr><tr><?php } ?> for the two col one.
Comments on 3 cols for one link type only
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Posted Dec 15, 2005 - 9:00 AM:
I have one link type that I would like displayed in 3 columns, whilst all the others are 2 columns. Is this possible?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In theory, it could be done by setting the columns to 0 and using some template PHP along these lines to insert them:
<?php if ({LINKNUMBER} % 3) { ?></tr><tr><?php } ?>
for the three col one and
<?php if ({LINKNUMBER} % 2) { ?></tr><tr><?php } ?>
for the two col one.
Don't think it's ever been tried in practice.
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Thanks Paul. Don't think I'm experienced enough to be a guinea pig so will give it a miss <G>