Hello,
I was thinking what would be a best way to create another column if a list is too long?
Say I have a <ul> tag and doing a while loop output <li> tags. Would it be good to just use like a while loop and set the condition to a certain number, and when it hits a number, do another <ul> tag?
Or is there another way of doing something like this?
I'm not exactly sure how to set up the php for this. Cause what if I don't need three columns now, but would need it later? I would code now for only two columns, but later if I need to, I would have to add codes for third column. But I dont want to go that way. I want to be able to just have it so it will automatically set up for the next column without me going into the back end of it.
Thank you