Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header and headernavigation gap


Guest

Recommended Posts

Ive been trying to modify an install.

 

Where i'm stuck is on the header/navigation bar.

 

There is a small gap between the header and the navigation bar. Its colored white.

 

I wanted to have the header and navigation bar seamless and the same color but whatever I try the white gap is still there.

 

I dont whether its a table row or soemthing. I can change the background on the navigation bar okay but there is still this gap!

 

Anyone know what it is and how to change the color?

 

 

Thanks for any help

Link to comment
Share on other sites

Ive been trying to modify an install.

 

Where i'm stuck is on the header/navigation bar.

 

There is a small gap between the header and the navigation bar. Its colored white.

 

I wanted to have the header and navigation bar seamless and the same color but whatever I try the white gap is still there.

 

I dont whether its a table row or soemthing. I can change the background on the navigation bar okay but there is still this gap!

 

Anyone know what it is and how to change the color?

Thanks for any help

 

 

Hi! Take a look at this line in your includes/header.php

 

WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT, 'warning');
   }
 }

 if ($messageStack->size('header') > 0) {
   echo $messageStack->output('header');
 }
?>
<table border="0" width="100%" cellspacing="0" cellpadding="10">
 <tr class="header">

 

Change your cellpadding="0" Hope this helps you! :rolleyes:

We help each other, to help ourselves!

Aloha Allison!

 

Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance.

 

Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...