There is your problem. If you want to continue working in DW, your include
files cannot contain <html>, <head>, or <body> tags.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"EmpireLandscaping" <webforumsuser@macromedia.com> wrote in message
news:g2v03f$dte$1@forums.macromedia.com...
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <!-- DW6 -->
> <head>
> <title><?php echo $title ?></title>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> <link rel="stylesheet" href="mm_health_nutr.css" type="text/css" />
>
> <script language="JavaScript" type="text/javascript">
> //--------------- LOCALIZEABLE GLOBALS ---------------
> var d=new Date();
> var monthname=new
> Array("January","February","March","April","May"," June","July","August","Septemb
> er","October","November","December");
> //Ensure correct for language. English is "January 1, 2004"
> var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " +
> d.getFullYear();
> //--------------- END LOCALIZEABLE ---------------
> </script>
> </head>
> <body>
> <table class="layout" cellspacing="0px" cellpadding="0px">
> <tr bgcolor="#D5EDB3">
> <td colspan="3" rowspan="2"><img src="WSDew_small.jpg" width="375"
> height="240" /></td>
> <td height="273" colspan="3" id="logo" valign="middle" align="center"
> nowrap="nowrap"><img src="../EmpireWebLogo2.png" width="619" height="221"
> />
> </td>
> <td width="5"> </td>
> </tr>
>
> <tr bgcolor="#D5EDB3">
> <td height="22" colspan="3" align="center" valign="top" class="style2"
> id="tagline"><div align="center">Mother Nature's ing Hands</div></td>
> <td width="5"> </td>
> </tr>
>
> <tr>
> <td colspan="7" bgcolor="#5C743D"><img src="mm_spacer.gif" alt=""
> width="1" height="2" border="0" /></td>
> </tr>
>
> <tr>
> <td colspan="7" bgcolor="#99CC66" background="mm_dashed_line.gif"><img
> src="mm_dashed_line.gif" alt="line decor" width="4" height="3" border="0"
> /></td>
> </tr>
>
> <tr bgcolor="#99CC66">
> <td colspan="7" id="dateformat" height="20"> </td>
> </tr>
> <tr>
> <td colspan="7" bgcolor="#99CC66" background="mm_dashed_line.gif"><img
> src="mm_dashed_line.gif" alt="line decor" width="4" height="3" border="0"
> /></td>
> </tr>
>
> <tr>
> <td colspan="7" bgcolor="#5C743D"><img src="mm_spacer.gif" alt=""
> width="1" height="2" border="0" /></td>
> </tr>
> <tr>
> <td width="167" valign="top" bgcolor="#5C743D">
> <table border="0" cellspacing="0" cellpadding="0" width="165"
> id="navigation">
> <tr>
> <td width="165"> <br />
> <br /></td>
> </tr>
> <tr>
> <td width="165"><a href="index.php"
> class="navText">Home</a></td>
> </tr>
> <tr>
> <td width="165"><a href="about.php"
> class="navText">About</a></td>
> </tr>
> <tr>
> <td width="165"><a href="services.php"
> class="navText">Services</a></td>
> </tr>
> <tr>
> <td width="165"><a href="faq.php" class="navText">FAQ</a></td>
> </tr>
> <tr>
> <td height="24"><span class="style1"><a
> href="gardening-tips.php">Gardening Tips</a></span></td>
> </tr>
> <tr>
> <td><a href="gallery.php">Gallery</a></td>
> </tr>
> <tr>
> <td width="165"><a href="contact-us.php" class="navText">Contact
> Us</a></td>
> </tr>
> </table>
> </td>
> <td colspan="6" valign="top" class="content-cell">
>