Send Me a Private Note Button
Design and Skin Customization
{if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"} {jrCore_module_url module="jrPrivateNote" assign="nurl"} {jrCore_icon icon="envelope2" size="35" border="0" class="email"} {/if}
Out of my own curiosity...
Can you try 2 things
1- from the code you provided there extra spaces right before class="email" ..
Your provided this below
{jrCore_icon icon="envelope2" size="35" border="0" class="email"}
Should be
{jrCore_icon icon="envelope2" size="35" border="0" class="email"}
2- can you change class="email" to class="×email"
When i try a quick change in the class i dont delete it..i just add a temporary letter x right before it..
If that works..so then you may not need the class="email"