I noticed something in firebug, when trying to figure out what the error was. If you notice I placed a blank line right before the URL string. Notice the string does not give a direct location! Well, it does, but does so twice, and I'm trying to find out in the template editor where that line of code is so I can correct it. Do you know where this line is located?
Code:
<a id="cke_61" class="cke_off cke_button_Hide" onclick="CKEDITOR.tools.callFunction(134, this); return false;" onfocus="return CKEDITOR.tools.callFunction(133, event);" onkeydown="return CKEDITOR.tools.callFunction(132, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_61_label" role="button" hidefocus="true" tabindex="-1" title="Wrap [HIDE] tags around selected text">
<span class="cke_icon" style="background-image:url(http://Place4Musicians.com/music/http://Place4Musicians.com/music/images/buttons/hide.gif?t=B8DJ5M3);background-position:0 0px;"> </span>
<span id="cke_61_label" class="cke_label">Wrap [HIDE] tags around selected text</span>
</a>
</span>