jeriko Posted April 7, 2004 Posted April 7, 2004 Hi. I've spent ages trying to look for a solution to a problem that is easy really, yet it has still given me grief. I want my infoboxes to be laid out with no vertical space between each one, as seen on http://www.smartprodukter.com/ Sorry if this is in the wrong forum, or has been asked a million times before. I still can't find the answer anywhere on this forum. Thank you very much.
sosidge Posted April 7, 2004 Posted April 7, 2004 One way of doing it... In index.php, around line 49, will be this code by default... <table border="0" width="100%" cellspacing="3" cellpadding="3"> Cellspacing and cell padding define the gap around the table, and the distance between items within the table. Reduce both to 0 and you will have infoboxes that align against the margin and with no gaps. You may need to create some gaps around the "body_text" table to stop the words going too close to the boxes. That site looks like it's had a few more complicated changes, it may be using a template system of some sort. Hope that helps. - osCommerce is fun! -
Recommended Posts
Archived
This topic is now archived and is closed to further replies.