Quote:
Originally Posted by kube
If you're referring to your breadcrumb's location line...
Just comment out the lines...
<font class="NavigationPath">
and also it's closing tag too...
</font>
the CSS is referring to your NavigationPath class twice, both from within the <FONT> and inside the <A> tags... causing a conflict (it's actually working as requested).
Best to rid FONT tags as they're deprecated.
Hope this helps.
Doms
|
THANK YOU! That did the trick! I'm going to work on the FONT tags now because I think you're right about them.
I REALLY appreciate your time!!!