![]() |
Multiple Columns Leave space at top (Div)
I'm using version 3.3.5, and I recently used the div 2 function to split my products into two columns http://www.powerbookmedic.com/xcart1 The problem I have is that now there is a gap between the top of the table and when the products actually start. I know it is the products.tpl file as when I revert back to the old file, the gap is gone. Would someone please be able to tell me what is wrong in my code. I've tried every combination I can think of editing the first couple of lines, but nothing seems to work. The code is below:
Code:
<table border=0 width=100% cellspacing=0 cellpadding=0<tr> <td> |
The space is caused by the </tr> at the top - i presume you are using Netsacpe or other standards compliant browser.
Change the file to: Code:
<table border=0 width=100% cellspacing=0 cellpadding=0<tr> <td> |
Thanks for the help. Unfortunately the code you provided does the same thing. In every browser, explorer,safari, mozilla the gap is still there. I have a feeling it is a table row too, but I can't figure this thing out.
-Bradley |
All times are GMT -8. The time now is 03:22 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.