keesee Posted June 30, 2004 Posted June 30, 2004 I am tring to get the "New Products for (month)" or the "Specials" boxes on the front page of my site to display the content (products) vertically. Is there any simply way of doing this? I am using BTS and layed out A basic table with 2 col. the right column is about 180 and I want to fit 4 New products down the right hand side of the page. I have already adjusted the number to be display in the admin section to 4. Is this possible and if so any assistance would be greatly appreciated :) I would be willing to elaborate or send screen shots if if this helps explain. Thank you J. keesee
gazzzzzza Posted June 30, 2004 Posted June 30, 2004 try this in mine, i think this sets the amount of columns (in red) in (includes/modules/new_products.php) $col ++; if ($col > 2) { $col = 0; $row ++; } change yours to > 0 try that i reckon it moves them onto a new row if this criteria is met always here to offer some useless advice....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.