Glenn thanks for this I have been trying to work this out for ages
chrisx
Glenn thanks for this I have been trying to work this out for ages
chrisx
Thanks, from a CSS and Zen Cart newbie.
Worked a treat for my site!![]()
I was pointed to this thread just moments after figuring out another way to approach this problem...
This is what I did:
http://www.zen-cart.com/forum/showthread.php?t=71275
Is there a "which is better" issue here?
StoryBook
To some extent, each method is equally easy and certainly effective.
Editing tpl_tabular_display.php does mean that there is another file to manage during upgrades, and as Kim pointed out, it affects everything that uses it. That might indeed be fine, but I know that tpl_columnar_display is used for additional images in the product info page as well as elsewhere, so a tweak I needed for that had to be wrapped in a conditional statement to only execute there; I don't know for sure whether tpl_tabular_display is used anywhere beside the listings.
You noted using <td colspan="3"><hr /></td>, which I presume fits with three items you have displayed in product listings; but if you decide to have four items in listings, you would need to re-edit the file.
The stylesheet method covers any variation without special adjustment. Also, if you want anything beside the standard hr color/style/thickness, you would need to make a special declaration in the stylesheet anyway.
Hi, I would like to know how to make 3 items picture across the page please? My specials and new listings etc are showing this way but my products are down the page and all squashed. Can I make them display accross the page as the special are?
Thanks Kylie