Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rogue FONT tag in Breadcrumbs ... HELP!


XylemTek

Recommended Posts

I am working on the shopping cart at : http://www.ballisticsystems.ca/

 

When you get deeper into it there is part of the breadcrumbs that appear black. I've found the bit of HTML that's doing it and there is a <FONT> tag in there making it black. Where did this come from? I can't find it in the code anywhere.

(http://www.ballistic-systems.com/default.php?cPath=1_47_51)

 

Here's the HTML for the breadcrumbs cell:

<td class="headerNavigation">  

<a href="http://www.ballisticsystems.ca" class="headerNavigation">Homepage</a> »

<a href="http://www.ballisticsystems.ca/default.php" class="headerNavigation">Catalog</a> »

<a href="http://www.ballisticsystems.ca/default.php?cPath=1" class="headerNavigation"><font color=black><b>Hardware</b</a> »

<a href="http://www.ballisticsystems.ca/default.php?cPath=1_46" class="headerNavigation">Laptop Accessories</a> »

<a href="http://www.ballisticsystems.ca/product_info.php?cPath=1_46&products_id=216" class="headerNavigation">NB-IB-AC-263120U</a>

</td>

 

Anyone have any ideas?

 

Thanks in advance.

Link to comment
Share on other sites

  • 2 weeks later...

You need to go into the header file and look around for the font tag. You control all style and colors through the CSS.

Thanks in advance for your help!

Stephen

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...