Thrifty Sites
Affordable Internet & Website Solutions

...Are you ready to tell the world?

 
Home Portfolio Services, Pricing & FAQ About Us Resources Contact Us
Beginners Assistance Site Design/Layout Tips & Tricks Links

1. Stop "spam bots" from harvesting email addresses from your site.
2. Snazz up your cell walls with a bevel.
3. Form
4.
5.

1. Stop "spam bots" from pulling your email address(es) from your site.

If you have your email link in text, sooner or later it will be picked up by the spam bots and you'll be flooded with spam, period. This is the sort of email link that I mean: somebody@thriftysites.com or Email Me. Spam bots run through run through millions of sites per day combing them for these addresses for spam.  Since the full email address is shown in the code then it's sitting there begging for spam.

The very best way to handle email from a website nowadays is to use a form with a Submit button.  That, though, takes a bit of practice, so we'll cover a tutorial for a simple form in another article.

Our choice for 2nd best, which can be done with a simple copy/past of code, is "hiding" the email address with Javascript.  Simply paste the following code onto your webpage where ever you want the link:

<script language="JavaScript" type="text/javascript">

<!--
document.write("<A HREF='mailto:"+"somebody"+"@"+"thriftysites.com"+"'>"+"Contact"+" Us"+"</A>");
//-->

</script>

Here is what the above looks like on the page: . Change the parts in red to show your email address and whatever text you want for the link.

Designate font types by entering code above the script languate line such as

</font><font face="Tempus Sans ITC">
<strong>
<em>
<script language="JavaScript" type="text/javascript">

<!--
document.write("<A HREF='mailto:"+"somebody"+"@"+"thriftysites.com"+"'>"+"Contact"+" Us"+"</A>");
//-->

</script>

Gone is the day that we needed to worry about users who do not have Javascript enabled.  As of January 2007, the estimate, according to w3schools, is 94%.

- Back to the top -

 

2. Snazz up your cell walls with a bevel.

The effect:

 

The code:

<table width="90%" align="center" style="border: 10px solid; border-color: #FF0000 #B22222 #FF0000 #B22222">
<tr>
<td style="border: 1px solid" bordercolor="000">&nbsp;</td>
</tr>
</table>

Change the color codes to whatever you want

- Back to the top -

 

3.

 

 
   
 
Home Portfolio Services, Pricing & FAQ About Us Resources Contact Us
© 2002-2007 Thrifty Sites.  We use and recommend Lunarpages hosting.