Article coding

13 posts by 3 authors in: Forums > CMS Builder
Last Post: July 20, 2010   (RSS)

By Jason - July 16, 2010

Hi April,


The outputted html will actually output 3 different div tags : facolumn1, facolumn2, and facolumn3.

What the code does is keep track of which record is being outputted (1,2,or3) and appends this to the end of the tag class. The only thing I think you need to change is take the "4" out of the facolumn class name so it looks like this:

<div id="facolumn<?php echo $count++;?>">

Give this a try and see if it works for you. Let me know if you run into any issues.

Thanks.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Article coding

By design9 - July 16, 2010

Thanks Jason!
Have I told you lately how wonderful you are!!!

That was the problem. Works great!

April