Well, it would be nice to update this example ;) Like:<title>Meta Tags Example</title> <programlisting role="html"> <![CDATA[ <meta name="author" content="name"> <meta name="tags" content="php3 documentation"> </head> <!-- parsing stops here --> ]]>
<meta name="author" content="name">
<meta name="keywords" content="PHP documentation">
</head> <!-- parsing stops here -->
Well, I changed the second line completely. Is "tags" a valid meta al all? Keywords is more widely used...
Goba
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php