I got the problem, that one of my links in a menu should be bold in one part of the word and the other should be "normal" as the other links. so the menu should look like that:
<b>abc</b>def | xyz | qwe | rtz
I couldn’t find any smooth solution for this issue. Anyone of you maybe could help me? The hard coded way isn’t really the thing I want to use here and the way to split the “half bold, half not” link into 2 links and than merge it together via css isn’t really my best friend as well … I guess this will end up in problems with different browsers etc.