Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TABLE PROBLEM


Logik

Recommended Posts

My guess is that you've got some kind of <TABLE> coding error. Check to make sure you've closed all your table tags.

 

In IE6, the small gap is showing as in the screen print you have above. In Mozilla, the Email sign-in box is at the bottom of the page, with a huge gap above it. (Mozilla is far less forgiving than IE with table problems.)

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Link to comment
Share on other sites

that can be your problem!
hmm... it isn't, you should correct it though.

 

Your table is very complicated, but I think you have a new row to much, or at the wrong place, at approx. line 206/207 (looking at the HTML output, but it is just before your loginbox) :

	</tr>
<tr>

 

I think (re)moving this will help,

 

Paul

Link to comment
Share on other sites

Glad you solved it. I was looking at the product table and not the space marked with the red mark. BTEI like the look of your site. Did you use one of the template systems STS or BTS that people seem to be gravitating to? If so, which one?

Link to comment
Share on other sites

Hi Logik,

 

your site really looks very beautifull. But I only would add a little extra margin to the top of the "menu blocks" at the left navigationm if I where you. To separate the different menu's a bit more.

 

I mean this part of the HTML:

<div class="text8">Products</div><a class="text3" href="http://parafinart.com/index.php?cPath=25"><b>Wax Candles</b></a><br><a class="text3" href="http://parafinart.com/index.php?cPath=24">Gel Candles</a><br>  
<div class="text8">Informations</div>..............

proposed style change:

div.text8 {
margin-top: a few extra pixels here?;
}

 

I see you removed and reworked all the infoboxes, but did you also you need to change a lot of the core code (files outside the template dir's) to create your current design?

 

Paul

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...