crawlspeed Posted November 12, 2009 Posted November 12, 2009 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
FIMBLE Posted November 12, 2009 Posted November 12, 2009 Hi Instead of changing all of the code, why dont you just change the colour of the nav bar? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
crawlspeed Posted November 13, 2009 Author Posted November 13, 2009 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
Terminum Posted November 13, 2009 Posted November 13, 2009 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.