bswb97
07-27-2012, 03:40 PM
This should be pretty simple but I'm more of a CSS guy rather than a PHP guy. What is the callout to add a sequential number for every instance. I want all of my widget divs to be numbered.
For instance, I want the first displayed widget to be contained in <div id="widget1"> and the second to be contained in <div id="widget2">, etc. So the source code for widget content should be <div id="widget???"> but I don't know what to stick in the ??? to make it number things sequentially.
For instance, I want the first displayed widget to be contained in <div id="widget1"> and the second to be contained in <div id="widget2">, etc. So the source code for widget content should be <div id="widget???"> but I don't know what to stick in the ??? to make it number things sequentially.