Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My last question for today and this year!


Baardaap

Recommended Posts

To explain what I mean, look at my site:

www.baardaaponline.nl

 

You'll notice the white gap between my logo and the top blue frame.

I've looked everywhere but I can't find a solution to how I'm supposed to get it up.

 

I've noticed the pixel_trans.gif above my logo, which is most likely the reason why my logo is pushed down like it is, however, I have no idea as to where I can remove this pixel_trans.gif and wether it's wise to do that.

 

Any help would be greatly appreciated!

 

Jurg

Link to comment
Share on other sites

Baardaap Posted on Dec 31 2003, 06:05 AM

white gap

 

cdi-buy.com Posted on Dec 31 2003, 11:21 AM

<suggestion>

try deleting or renaming your table_background_default.gif image located in images/

</>

You did not try yr own suggestion did you?

 

 

To remove the space above baardaap goto catalog/index.php about line 400 and remove or comment the complete table as shown underneath

 

In the code the table is HTML-commented by <!-- // -->

 

<?php

  } else { // default page

?>

    <td width="100%" valign="top">

      <table border="0" width="100%" cellspacing="0" 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 . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

              </tr>

            </table>    // -->

 

 

          </td>

        </tr>

        <tr>

 

There may be other ways todo it but this is effective.

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

You did not try yr own suggestion did you?

 

I don't HAVE that file so no I didnt, and I couldn't try my own suggestion.

 

I did a "select all" and saw that image was taking up space on his page and if he deletes it or renames it, it won't be there anymore. He could simply set "require images" to false in admin and it would no longer be a problem.

Link to comment
Share on other sites

Berkedam,

 

That's exactly where I found it!

I set all the pixel_trans.gif's to be size '1' and then deleted the link to the Table_Background_Default.gif image.

 

Now my logo's up ahead!

 

Thanks and have a Happy New Year! ;)

Link to comment
Share on other sites

cdi-buy.com Posted on Dec 31 2003, 12:48 PM

I did a "select all" and saw that image was taking up space on his page and if he deletes it or renames it, it won't be there anymore

 

The image will not be there anymore being replaced by the usual not-found-image with a red-x, the space (57x40) it is supposed to be in however, will be there, because it's hard-coded in admin.

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...