I've noticed more than once in these forums that If I copy an address with the proper format for a hyperlink, and then paste it into the editor that internal forum links are innapropriately stripped and the links do not work.
Example: Linking to the 12 Days of Logos Christmas Special <http://community.logos.com/forums/t/6669.aspx> thread results in code that actually looks like this:
<a href="http://community.logos.com/forums/t/6669.aspx">12 Days of Logos Christmas Special</a>
But notice if I paste it into the editor thus: 12 Days of Logos Christmas Special
That the link is inappropriately stripped to something like <a href="/forums/t/6669.aspx">12 Days of Logos Christmas Special</a>
Or even stripped to:
<a href="/t/6669.aspx">12 Days of Logos Christmas Special</a>
The result of all is this that the links often don't work, and I have to edit my posts to fix them.
I've seen this craziness for a long time - it's time to point it out.