Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Index Page woes


my scrap shop G

Recommended Posts

Posted

hi, can anyone please help me to remove the large gap that has appeared on my main page?

www.myscrapshop.com.au

It is increasing in size each week, I have no idea what's causing the gap or why it is growing!!

Posted

Look like you have some extra or minning tags relating to the tables.

The best way I have found to find these is to go thru the code and put borders in the code for the tables one at a time and you will find one that extends too far over. Once found then you will need to find where to add an ending tag.

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted

er, right, I have no idea what you mean, what is a "minning tag" and where would I even find such a thing? I haven't been messing around with anything, I'm just a normal person putting in some text and uploading items...

Posted

not that I know what I'm doing, but if someone would point in the direction of where to look, and what to do I'm happy to give it a go......:) what's the worst thing that could happen? ROFL

Posted

I'm sorry. That was a typo!

I meant "missing".

examples

<table> <tr><td>

Each has to have a closing tag.

</table></tr></td>

Add borders to the tables like this to an existing table tag

<table border="2" bordercolor="ffffff>

Sorry for the confusion. Need a spell checker!

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted

I actually forgot to look at your site before the reply. but hopefully this helps anyways (whoops).

 

What the previous reply was refering to is to add borders to your tables in the html files. To do this you will either need to know how to edit html manually or have html editing software on your computer.

 

In the html/php files you will see code that looks something like this:

<table width="" hieght="" border=0>

 

if you change the border values to "1" you will be able to see which part of the table is causeing the problem. From there you can play with the width and hieght values of the table.

 

Hope this helps (ive only been using oscommerce for like 20 minutes now so i could be brutally wrong ;))

Archived

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

×
×
  • Create New...