Results 1 to 2 of 2

Space between infoboxes?

This is a discussion on Space between infoboxes? within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; I have no space between my info boxes, possibly something I did, but I have no idea where or how ...

      
  1. #1
    Active Member
    Join Date
    Feb 2004
    Posts
    174
    Rep Power
    9


    Default Space between infoboxes?

    I have no space between my info boxes, possibly something I did, but I have no idea where or how that happened? Is it something to do with cell spacing somewhere?

  2. #2
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default

    Hi,
    Open templates/box.tpl.php
    Line 13 to 23:
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
    <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
    </tr>
    <tr>
    <td class="boxText"<?php echo $boxContent_attributes; ?>><?php echo $boxContent; ?></td>
    </tr>
    <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
    </tr>
    </table>


    cellpadding="3" is what give the spaces which are then filled by pixel_trans.gif
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

Similar Threads

  1. Column_left white space call me stupid!
    By AnnieChrist in forum osCMax v1.7 Installation
    Replies: 0
    Last Post: 04-22-2005, 04:46 PM
  2. remove mainpage.php or at least the extra white space at top
    By dschroedl in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 08-18-2004, 05:57 AM
  3. space of side boxes removal
    By roman in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 03-23-2004, 01:15 AM
  4. Size thumbnail image space dynamically if not found
    By NickW in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-16-2004, 03:04 AM
  5. No space between currency and price
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 11-29-2002, 05:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •