Quote:
<input type="button" title="<b></b>" value="B" class="btnb"> works
<b><input type="button" title="<b></b>" value="B"></b> was not working
<span style="font-weight:bold;"><input type="button" title="<b></b>" value="B"></span> was not working
<input type="button" title="<b></b>" value="B" style="font-weight:bold;"> was not working (I probably had a typo or something with this one though)
either way it all works now. I can think of no more questions for this script and thanks for all of your help :)