Alright so my css looks like so
#navBreadCrumb {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
color:#51391c ;
top: 5px;
padding: 0px 60px 0px 50px;
margin: 0em;
}
The output looks like so Home :: Etc etc etc.
I want to make the "Etc etc etc." bold and leave the rest normal font weight. Can anyone give me some direction as to how I can accomplish this..
Thanks a bunch
Brad



