This is just a idea but if you are just using the link "javascript
:;", not making it link to anything. Why not just use
Code:
<a class="down" href="#" onclick="return false;">
if the link is going no where.
If you need the link doing something by javascript use code like this.
Code:
<a class="down" href="#" onclick="function(); return false;">
The return will make the javascript code run but the user will not be taken to another page.
Here is a little info about onclick if you need it.
Sorry I am just against seeing a link being javascript when there is much better ways of doing it.
Also a bold bbcode could be causing the <b></b>.