Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to Create a Navigation Bar ?!


wise_kathy

Recommended Posts

Posted

looking at the page source, it looks like they just used a table and some images with links. You just make the table the siz eand length you want it, add the images (which are the red with text in it) and link them to the correct filename.

 

this is what their source looks like

<tr><td height=3></td></tr>
 <tr><td colspan=2><a href=http://excelldirect.com/index.php><img src=images/b01.gif height=33 border=0></a><a href=http://excelldirect.com/products_new.php><img src=images/b02.gif height=33 border=0></a><a href=http://excelldirect.com/account.php><img src=images/b03.gif height=33 border=0></a><a href=http://excelldirect.com/shopping_cart.php><img src=images/b04.gif height=33 border=0></a><a href=http://excelldirect.com/checkout_shipping.php><img src=images/b05.gif height=33 border=0></a></td></tr>
 <tr><td height=3></td></tr>
</table>

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
looking at the page source, it looks like they just used a table and some images with links. You just make the table the siz eand length you want it, add the images (which are the red with text in it) and link them to the correct filename.

 

this is what their source looks like

<tr><td height=3></td></tr>
 <tr><td colspan=2><a href=http://excelldirect.com/index.php><img src=images/b01.gif height=33 border=0></a><a href=http://excelldirect.com/products_new.php><img src=images/b02.gif height=33 border=0></a><a href=http://excelldirect.com/account.php><img src=images/b03.gif height=33 border=0></a><a href=http://excelldirect.com/shopping_cart.php><img src=images/b04.gif height=33 border=0></a><a href=http://excelldirect.com/checkout_shipping.php><img src=images/b05.gif height=33 border=0></a></td></tr>
 <tr><td height=3></td></tr>
</table>

 

======================================================================

Hey,

Thanks for your help. But the problem is that how can i create a table, put an image on it, and then link the images to the filenames? Beg your pardon, i am not very good at codes thing.

 

Thanks. If you can give me the details codes and the filenames that need to be edited, that would be wonderful.

 

Appreciate your help.

 

Rachal

Posted

<table align="center">

<tr>

<td><a href> </a>

<td><a href> </a>

</tr>

 

</table>

 

that would yield 2 cells in the navigation bar....all you have to do is add images in the <td> tags.....sorry I'm a bit lazy right now so I don't wanna go through it all.

Archived

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

×
×
  • Create New...