The No Spam snippet allows you to an email address of your choice while preventing spam-bots from harvesting the email addresses off your website. The address is displayed as an image with an envelope icon and the text of the address added to the image.
The main limitation to this method is that this snippet can only be used inside a code section or coded directly into the template. Text can be added using echo commands to place the image into the context of a paragraph, but basic PHP knowledge would be needed. The link is generated using javascript, so if a user has javascript disabled they will only see the image and not get the link.
The first example below displays a lone image, the second example shows the image inside a paragaph of text.
This example is here to show you how the image displays when placed in the middle of a paragraph. is my email address if you wish to contact me, or use the form in the Form example page under Core Modules. Text can be added to the code section using the php echo command. You can include html tags in here as well. This paragraph is enclosed in a P tag.
snippet created by Christian (doc on the Website Baker forums)