Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

white space over main table?!


lastaid

Recommended Posts

hi,

 

my code looks like this:

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html dir="LTR" lang="de">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>osCommerce</title>

<base href="meinedomain/catalog/">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

</head>

<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">

 

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td rowspan="4"> </td>

<td height="65" colspan="3">

 

 

if i view live the default.php in ms ie 5 sometimes i get a free white line in the top of the page. if i copy the code to dreamweaver there is no space?!?!

 

did anybody know this problem?? I didn't understand it?!

 

yours la

Link to comment
Share on other sites

is there nobody who knows something...?!?!?! :-(

 

i'm completly dejected....

 

the white space apears only if the variable cPath looks like cPath=1.

if i click to a undercategory like cPath=1_20 the white space is gone.

 

and every time the sorce code looks same...?!?!?!

 

:? :? :? :? :?

 

yours la

Link to comment
Share on other sites

There are 3 sections to default.php

 

You may wish to number the HEADING_TITLE so you can see which section is causing the extra space, then look for why it is causing the white.

 

Just add to the word:

 

HEADING_TITLE . ' - 1'

HEADING_TITLE . ' - 2'

HEADING_TITLE . ' - 3'

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...