Columns of Pictures - Skip 1st Picture
2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 30, 2011 (RSS)
By Kenny - August 30, 2011
How do I display the columns of pictures using
<?php $maxCols=7; if (@++$count % $maxCols == 0): ?>
but skipping the first one?
Thanks, Kenny
<?php $maxCols=7; if (@++$count % $maxCols == 0): ?>
but skipping the first one?
Thanks, Kenny
Re: [Kenny] Columns of Pictures - Skip 1st Picture
Hi Kenny,
Just grabbing at straws, but...
Could you use something like !$your_tableRecords[1]['logo'][0] in an if statement?
Jerry Kornbluth
Just grabbing at straws, but...
Could you use something like !$your_tableRecords[1]['logo'][0] in an if statement?
Jerry Kornbluth
The first CMS Builder reference book is now available on-line!
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php