1) meta tag goes in <head> tag

<HEAD>
<TITLE>
this is the stinking title displayed on the page
</TITLE>
<meta name="keywords"
      content="Linda Chapman, Paul Putz">
</HEAD>

2) meta tags from telecommunications digest
   look he uses ' ' to enclose spaces like

      content="'Linda Chapman', 'Paul Putz'">

   i bet thats why my tags dont work.

   he also uses names like
            
          robots
          distribution
          rating
          revisit
          
   


<META NAME="description" 
      CONTENT="This page is about telecommunications, 
      telephone companies, related topics.">

<META NAME="keywords" 
      CONTENT="telco, telecom, telephone, 'phone company', 
              'long distance', Bell, Sprint, MCI, Ameritech, 
              Nynex, 'Bell Atlantic', 'area code', 
              'cell phone', 'pay phone'">
<META NAME="robots" CONTENT="all">
<META NAME="distribution" CONTENT="Global">
<META NAME="rating" CONTENT="General">
<META NAME="revisit after" CONTENT="30days">