Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modifying header area


xpress

Recommended Posts

Ok guys, I've successfully managed to install OsCommerce onto the site...

www.worldofappliances.net/onlinestore

 

I know it's pretty basic but so long as it can process orders and everything's laid out clearly I don't really care!

 

What I want to do next though, is modify the area to the right of the logo where the navbar is... I want to be able to add images and text (address of company) etc up there to fill that big blue space. What files do I need to edit to do this? I tried editing "header.php" with the additions in HTML but that buggered everything up the left...

Link to comment
Share on other sites

I've removed the image box on the right hand side and centred the logo, through editing the header.php.

Mine now has the following lines instead

 

<table border="0" width="60%" cellspacing="6" cellpadding="0" align="CENTER">

<tr>

<td class="topoutline"><img src="images/xp/jbsnew-logo.jpg" alt="logo"></td>

</tr>

</table>

 

You can then add any text to your logo gif, and it will be visible all the time. ie, when you open favourites on your browser.

 

Julian

A little knowledge is dangerous, I SHOULD KNOW.

If Life Begins At 40, What ends????

Link to comment
Share on other sites

To fill up that blank space you would need to amend /includes/header.php probably.

 

You must replace the copyright though, as that design is not Copyright ? 2004 World Of Appliances - else the design owner might ask you to stop using it!

Link to comment
Share on other sites

To fill up that blank space you would need to amend /includes/header.php probably.

Having said that, it would depend upon whether your logo is just "pushing" the html out of alignment, or whether you've properly coded it in place, leaving space for other information.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...