Try the following...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
    <title>Title</title>
        <link rel="shortcut icon" href="" echo $html->url('/favicon.ico');?>" type="image/x-icon" />
    <?php echo $html->charset('ISO-8859-1'); ?>

    <meta name="description" content="This is my Description" />
    <meta name="keywords" content="keyword1, keyword2" />
    <?php echo $html->css('default'); ?>
</head>
<body>
    <?php echo $content_for_layout; ?>
</body>
</html>

On 7/21/06, John Zimmerman [gmail] <[EMAIL PROTECTED]> wrote:
Didn't try your code out yet, but right off your closing head tag is invalid

needs to be </head>

On 7/21/06, saavedrajj < [EMAIL PROTECTED]> wrote:

mmm... doesn't work, this is my code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<head>
  <title>Title</title>
  <link rel="shortcut icon" href="" type="image/x-icon" />

  <?php echo $html->charset('ISO-8859-1'); ?>
  <meta name="description" content="This is my Description" />
  <meta name="keywords" content="keyword1, keyword2" />
  <?php echo $html->css('default'); ?>
<head>

<body>
  <?php echo $content_for_layout; ?>
</body>
</html>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to