Can someone help me? I am encoding an email address with Em@ilEncoder2.0 and when putting in the code into the html body with a placeholder and viewing it, it drops the word "email" which is my placeholder onto the next line. I've tried a few things but can't figure out why it's dropping it to the next line when there is plenty of room on the page for the text. I can't show you the page because it's redoing my website and it's not live.

Here's the coding..
<script language="JavaScript" type="text/javascript"> <!--document.write('<a href=" &#109;&#97;&#105;&#108;&#116;&#111;&#58;&#115;&#11 7;&#115;&#97;&#110;&#110;&#64;&#98;&#111;&#100;&#9 7;&#99;&#105;&#111;&#117;&#115;&#98;&#101;&#97;&#1 14;&#100;&#105;&#101;&#115;&#46;&#99;&#111;&#109"> email</a>');
// --> </script>