Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Code placement in header...need some help


crawlspeed

Recommended Posts

Posted

Hi all,

Hopefully I can get some help with this. I am working on getting an oscommerce site to match a wordpress blog, both are part of the same persons store I am working on.

 

What I would like to do is have the matching wordpress links at the top of the oscommerce site, so it looks more fluid. Cant figure out what code goes were in the header to add links next to the store logo.

 

Here is the blog: http://oldanew.net/home/

 

Here is teh store: http://oldanew.net/store/catalog/

 

I'd like the links to show up above the grey bar next to the logo.

 

Any help would be appreciated.

 

Thanks,

Dave

Posted

Hi

Instead of changing all of the code, why dont you just change the colour of the nav bar?

Nic

 

Hi Nic,

I could try that but I'd like to keep the nav bar and have separate links above it to take people back to the wordpress blog.

 

I can tell were the header code is that should affect that area, I was able to change the default link on the logo to go back to the wordpress home page. But every time I try to mess with the code after that I just keep breaking it.

 

Thanks,

Dave

Posted

Are you working in the tr with class="header"?

 

Try this maybe:

 

<tr class="header">

   <td valign="middle"><a href="http://www.oldanew.net"><img height="112" border="0" width="600" title=" OldAnew " alt="OldAnew" src="images/store_logo.jpg"/></a></td>

   <td align="right" valign="bottom">
<!-- Try adding your links here -->
</td>

 </tr>

Archived

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

×
×
  • Create New...