osCmax v2.5 User Manual
Results 1 to 2 of 2

Removing gaps between boxes

This is a discussion on Removing gaps between boxes within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I am sure the answer to this is easy, but I have looked in a number of places to see ...

      
  1. #1
    Lurker
    Join Date
    Mar 2005
    Posts
    2
    Rep Power
    0


    Default Removing gaps between boxes

    I am sure the answer to this is easy, but I have looked in a number of places to see how I can remove the small gaps between boxes as well as between the header navigation bar and categories for example.

    I have tried:
    main_page.tpl
    box.tpl
    index_default.tpl

    (I have attempted to alter the cellspacing etc.)

    and a number of other's, but cannot find it. Can anyone point me in the right direction please?

    Cheers, Mish

  2. #2
    New Member
    Join Date
    Mar 2005
    Posts
    10
    Rep Power
    0


    Default

    I had the smae problem, I am still making the corrections through out the whole site but the main one is in the Index.php file.

    Line 62:



    Code:
    <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" [b]cellpadding="0">
          <tr>
            <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
              <tr>
                <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
                <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
          </tr>
          <tr>
            <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
              <tr>
                <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
                  <tr>
    You need to change the Cell spacing and padding to 0. On the first two table entrys..

    That should do the trick for most of the site. Some other files will need to be changed as well..

    Let me know if you don't get it...

    Thanks
    --Craig

Similar Threads

  1. Removing Subcatagories
    By siufun in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-14-2006, 12:34 PM
  2. change boxes background color now have double boxes
    By ANNIE11 in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 08-22-2005, 07:16 PM
  3. Removing Boxes
    By rbudj in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 07-26-2005, 09:03 PM
  4. removing the 'underline' in the boxes (e.g categories)
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 01-16-2004, 05:26 AM
  5. Gaps between info boxes (how do I change ?)
    By dsmcphee in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 09-25-2003, 07:52 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
  •