Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can anyone tell me how to get my header to be...


studio28

Recommended Posts

Posted

You have an empty table above your header.

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Jonny\</title>
<base href="http://jonnysracingparts.com/store/">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
<td valign="middle"></td>
<td align="right" valign="bottom">  </td>
 </tr>
</table>
<center>

Posted
You have an empty table above your header.

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Jonny\</title>
<base href="http://jonnysracingparts.com/store/">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
<td valign="middle"></td>
<td align="right" valign="bottom">  </td>
 </tr>

Thanks... But, Hummm I don't see it aor where to fix it. Is it in the header.php?
</table>
<center>

Posted

It looks like you put an extra table in when working on your header graphic. Look in header.php

Posted

Thanks for the help... Now the white space is under the header ;-) I can live with that the client will not no any different...

Archived

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

×
×
  • Create New...