lastaid Posted May 7, 2003 Posted May 7, 2003 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
lastaid Posted May 10, 2003 Author Posted May 10, 2003 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
Ajeh Posted May 10, 2003 Posted May 10, 2003 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'
lastaid Posted May 10, 2003 Author Posted May 10, 2003 hm... now it works.... but i didn't change something?!?!? i thought... thx! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.