Re: How to get table to line up

Ajeh <[email protected]> 12 Sep 2003 04:02:21 -0000
Newsgroups gmane.comp.web.oscommerce.general
Message-ID <1202d0bb07771252b151d045b24dc2c8@osCommerce-Forums>
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228243#228243
----------------------------------------------------------------

[quote="Chae"]Hi Yah,

URL:- onlinesports.co.nz/catalog/

The customer wanted the default text and login blurb removed - which we have done for them but now you see the main "product" table is low on the page. Where/How can I get that to line up with the rest of the info boxes i.e. move the table up?

Or where can I remove the actual table code for the default text that usually goes there?

Many thanks in advance

Chae[/quote]

If you peek at your source code, above that table you have this table:
[code]          <tr>
            <td class="pageHeading"></td>
            <td class="pageHeading" align="right"><img src="images/table_background_default.gif" border="0" alt="" width="57" height="40"></td>
          </tr>
[/code]

Did you remove the file table_background_default.gif or make it an transparent gif?

You might need to alter that code so that when there isn't a category or manufacture that that peice of the code doesn't draw.

There are 3 parts to the page.

If you look for HEADING_TITLE and just add a:

. "1"
. "2"
. "3"

next to it, you can see which of the 3 sections draw when to determin which you will need to edit.