ok basicly I was wondering if it is possible to manually set up a column count,
I have set up a list of section names by using a block and at the moment each name is going underneath the other one
is there a way to make it go three in a line so far this is my code
it is duplicating the centre peice for each section using the variable Spalding Basketballs
however I want it to have 3 in one line maybe using a table but when it reaches 3 drop below itself and then do another row of 3
I have tryed to put a table around the entire block however this just made them all go on the same line
I have set up a list of section names by using a block and at the moment each name is going underneath the other one
is there a way to make it go three in a line so far this is my code
Code:
<actinic:block type="EntireSectionList" > <actinic:block if="%3cactinic%3avariable%20name%3d%22Spalding%20Basketballs%22%20%2f%3e%20%3d%3d%20true" > <a href="<actinic:variable name="SectionURL" />"> <Actinic:Variable Name="ProductName"/></a></div> </font> </actinic:block> </actinic:block>
however I want it to have 3 in one line maybe using a table but when it reaches 3 drop below itself and then do another row of 3
I have tryed to put a table around the entire block however this just made them all go on the same line
Comment