
Originally Posted by
talent
Honestly I dont know how to ask this is a php script that has some java in it. Right now the images roll left to right. I really dont want that I what to have 4 images in one roll foward buy another roll below it. Each new member I add will just go in order...
I doubt it has java in it... you may be talking about JavaScript which is an ENTIRELY different language, but that really is not your problem
Before I help you with this problem we need to define the problem... from what I gather you have a setup similar to
link-img link-img link-img link-img link-img
and you want there to be one row of 4 images? then every image after that you want to display below the first link vertically like
Code:
link-img link-img link-img link-img
link-img
link-img
link-img
link-img
or did you want there to be four columns with four data cells per row like below
Code:
link-img link-img link-img link-img
link-img link-img link-img link-img
link-img link-img link-img link-img
link-img link-img link-img link-img
if one of those is what you are looking for, please confirm, if not,,, can you please show us what you are looking for, using text to represent the rendered display like i do above
Bookmarks