I would like a 3 column product page however at the top of the page I want this to be different as this will include some general text about the products on the page. Can this be done?
Announcement
Collapse
No announcement yet.
3 columns but one single at top of page
Collapse
X
-
Assuming you are using tables to layout the product see http://community.actinic.com/showthread.php?t=27880 or you can create a new fragment layout and set the "colspan" to use the same variable as the ProductList (or hardcode colspan=3 if all pages are to be the same number of columns) ... you may need to edit the table layout list to ensure the opening and closing <tr> tags are working OK with the new fragment layout.
I am sure this has been raised before - worth searching the v8 forum to see if it has been covered. It could also be in the Advanced User Guide now .... I don't have a current copy to hand to check though.
Comment
Comment