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

Mainpage Top Margin. Help!

This is a discussion on Mainpage Top Margin. Help! within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hello. I have this site: Mercado Magic: Tu tienda de Magic Low-cost. : Cartas Magic al mejor precio de la ...

      
  1. #1
    New Member
    Join Date
    May 2009
    Posts
    6
    Rep Power
    0


    Default Mainpage Top Margin. Help!

    Hello.
    I have this site:

    Mercado Magic: Tu tienda de Magic Low-cost. : Cartas Magic al mejor precio de la red.

    As you can see, before the first image in the mainpage there is a big space, too big margin.
    How can i reduce that margin?
    What archive is that line in? I have searched index.php , aplication_top.php and nothing.

    Do you know?
    Thanks,
    Sergio.

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Lightbulb Re: Mainpage Top Margin. Help!

    Search your code for this:
    HTML Code:
     <td id="contentLT"> <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
              <tr>
                            <td class="pageHeading">
                 
                </td>
                <td class="pageHeading" align="right"></td>
              </tr>
    
    	          </table></td>
          </tr>
          <tr>
            <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
          </tr>
          <tr>
            <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
              <tr>
                <td class="main"></td>
              </tr>
              <tr>
                <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
              </tr>
              <tr>
    Possibly in templates/yourtemplate/content/
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Arrow Re: Mainpage Top Margin. Help!

    Try:
    catalog/templates/fallback/content/static.tpl.php
    or
    catalog/templates/yourtemplate/content/static.tpl.php

    The standard text looks like this:
    PHP Code:
            <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 class="main"><?php echo TEXT_INFORMATION?></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><?php echo tep_draw_separator('pixel_trans.gif''100%''10'); ?></td>
          </tr>
    Just remove (or reduce the size to 1):
    PHP Code:
    <?php echo tep_draw_separator('pixel_trans.gif''100%''10'); ?>
    Hosting plans with installation, configuration, contributions, support and maintenance.

Similar Threads

  1. Margin Report v1.00
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-16-2008, 03:20 AM
  2. Margin Report v1.00
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-14-2008, 12:24 PM
  3. Margin Report v1.00
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-09-2008, 10:03 PM
  4. Margin Report v1.00
    By michael_s in forum New osCommerce Contributions
    Replies: 2
    Last Post: 07-28-2007, 04:24 PM
  5. javascript scroller on mainpage.php (Define mainpage)
    By zuqaili in forum osCmax v2 Customization/Mods
    Replies: 7
    Last Post: 04-30-2007, 09:51 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
  •