Help! Template problem?

Dear Adobe Friends!
Help! I'm having major difficulty updating a client site with Dreamweaver 8. I created the site OK initially some months ago - and any updates to editable regions worked just fine - but then I passed it all onto a PHP developer who added some shopping cart functionality for me. Now, when I re-download the DW template he has worked on along with the associated .php and .html files, my updates/edits cause all manner of ugly problems, including what looks like duplication of the HEAD content and spurious unclosed <a> tags. Both he and I are mystified by this.
The source code of the template and one of the associated files is below, along with a screenshot of the problem. Any brilliant insights you all might into why this is happening most gratefully received!
Kind regards
Mark Birkett - Director, Dalemedia Ltd - Manchester UK - www.dalemedia.com
DW8 template (sitetemplatenew.dwt):
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Natural Deodorants | Natural Deodorant Spray | Crystal Deodorant</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<META NAME="keywords" CONTENT="Natural Deodorant, Natural Deodorant Spray, Crystal Deodorant, Herbal Natural Deodorant, Best Natural Deodorant, Natural Deodorant Crystal, Natural Deodorant Spray, Aluminium Free, Anti-perspirant, No Animal testing">
<META NAME="description" CONTENT="Looking for a natural deodorant? Try Dr Frielgood's natural deodorant spray today! Aluminium-free! Tested on humans only! Work with nature, not against it...">
<!-- TemplateEndEditable -->
<!-- MB - The next script makes the clock work -->
<script type="text/javascript">
currenttime = '<? print date("F d, Y H:i:s", time())?>'
var montharray=new Array("January","February","March","April","May","June","July","August","September","Octo ber","November","December")
var serverdate=new Date(currenttime)
function padlength(what){
var output=(what.toString().length==1)? "0"+what : what
return output
function displaytime(){
serverdate.setSeconds(serverdate.getSeconds()+1)
var datestring=montharray[serverdate.getMonth()]+" "+padlength(serverdate.getDate())+", "+serverdate.getFullYear()
var timestring=padlength(serverdate.getHours())+":"+padlength(serverdate.getMinutes())+":"+pa dlength(serverdate.getSeconds())
document.getElementById("servertime").innerHTML=datestring+" "+timestring
window.onload=function(){
setInterval("displaytime()", 1000)
</script>
<!-- MB - The next scripts contain any (template) in-line styles -->
<link href="../style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(../images/diagonal-stripe-background.jpg);
background-repeat: repeat-x;
-->
</style>
</head>
<body>
<table width="100%" border="0">
<tr>
  <td> </td>
</tr>
<tr>
  <td>
   <table width="985" border="0" align="center" bgcolor="#FFFFFF" class="borderall">
    <tr>
     <td colspan="3">
      <table width="100%" border="0" class="borderbottom">
       <tr>
        <td width="77%" height="21"><p align="left" class="clocktime"><b>Dr Frielgood says it's: </b><span id="servertime" class="clocktime"></span></p></td>
        <td width="23%" align="right" valign="middle"><a href="../careers.php">CAREERS</a> | <a href="../terms-and-conditions.php">OUR TERMS </a></td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td colspan="3"><img src="../images/toplogo.jpg" alt="Welcome to Dr Frielgood - Working with nature, not against it" title="Welcome to Dr Frielgood - Working with nature, not against it" width="985" height="150" /></td>
    </tr>
    <tr>
     <td colspan="3"></td>
    </tr>
    <tr>
     <td colspan="3" align="left" valign="top">
      <table width="100%" border="0" cellpadding="3" class="bordertopbottom">
       <tr>
        <td align="left" valign="middle">
         <a href="../index.php">HOME</a> |
         <a href="../our-products.php">WHY USE  NATURAL DEODORANTS?</a> |
         <a href="http://www.facebook.com" target="_blank">FACEBOOK</a> |
         <a href="../useful-links.php">LINKS</a> |
         <a href="../faqs.php">FAQs</a> |
         <a href="../basket.php">EDIT ORDER</a> |
         <a href="../checkout.php">GO TO CHECKOUT</a> |
         <a href="../contact-us.php">CONTACT US</a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td width="180" align="left" valign="top">
      <table width="100%" border="0" class="borderall">
       <tr>
        <td bgcolor="#660099"><span class="featuretitles">VIEW OUR CATALOGUE</span></td>
       </tr>
       <tr height="10">
        <td></td>
       </tr>
<?php
for( $i = 0; $i < $NumMenuCats; $i++ ) {
if( !isset($LeftMenuCats[$i]["LevelOffset"]) ) $LeftMenuCats[$i]["LevelOffset"] = "";
?>
       <tr>
        <td colspan="2" class="producttext">
         <?=$LeftMenuCats[$i]["LevelOffset"];?><img src="../images/square.jpg" alt="Button Icon" width="10" height="10" /> 
         <a href="<?php echo $_SERVER["PHP_SELF"];?>?CurrentCat=<?php echo $LeftMenuCats[$i]["mcmsCategoryID"];?>&amp;ProductID=<?=$ProductID;?>"><?=$LeftMenuCats[$ i]["mcmsTitle"];?></a>
        </td>
       </tr>
<?php
if( $LeftMenuCats[$i]["mcmsCategoryID"] == $CurrentCat ) {
  for( $j = 0; $j < $NumProducts; $j++ ) {
?>
       <tr>
        <td class="producttext">
                   <a href="../catalogue-details.php?CurrentCat=<?=$LeftMenuCats[$i]["mcmsCategoryID"];?>&amp;P roductID=<?=$LeftMenuProducts[$j]["mcmsProductID"];?>"><?=$LeftMenuProducts[$j]["mcmsTitle "];?></a>
        </td>
       </tr>
<?php
if( $NumMenuCats < 1 ) {
?>
       <tr>
        <td>Products have not yet been added to this category.</td>
       </tr>
<?php
?>
       <tr>
        <td> </td>
       </tr>
       <tr>
        <td> </td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td bgcolor="#660099"><span class="featuretitles">OUR CUSTOMERS SAY... </span></td>
       </tr>
       <tr>
        <td>
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="180" height="180" title="xfv">
         <param name="movie" value="../vertical-scroll.swf" />
         <param name="quality" value="high" />
         <embed src="../vertical-scroll.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="180" height="180"></embed>
         </object>
        </td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td align="left" valign="top" bgcolor="#660099"><span class="featuretitles">LATEST NEWS </span></td>
       </tr>
       <tr>
        <td align="left" valign="top" class="latestnewstext">
         <br />
         June 2011: <br />
         Dr Frielgood website launches! <br /><br />
         June 2011: <br />
         Dr Frielgood developing new soap product! <br /><br />
         </p>
        </td>
       </tr>
      </table>
      <br />
     </td>
     <td width="530" align="left" valign="top">
     <!-- TemplateBeginEditable name="CentreContent" -->
     <!-- TemplateEndEditable -->
     </td>
     <td width="275" align="right" valign="top">
      <table width="100%" border="0" class="borderall">
       <tr>
        <td colspan="3" align="left" valign="top" bgcolor="#660099" class="featuretitles">YOUR SHOPPING BASKET </td>
       </tr>
<?php
if( $NumBasketItems < 1 ) {
?>
       <tr>
        <td colspan="3" align="left" valign="top" class="pricingboxtext"><div align="left" class="requiredfieldtext">You have nothing in your shopping basket...</div></td>
       </tr>
<?php
?>
       <tr>
        <td width="54%" align="left" valign="top" bgcolor="#eeeeee" class="pricingboxtext">Item</td>
        <td width="29%" align="left" valign="top" bgcolor="#eeeeee" class="pricingboxtext">Qty</td>
        <td width="17%" align="left" valign="top" bgcolor="#eeeeee" class="pricingboxtext">Price</td>
       </tr>
       <tr>
        <td align="left" valign="top" class="pricingboxtext"> </td>
        <td align="left" valign="top" class="pricingboxtext"> </td>
        <td align="left" valign="top" class="pricingboxtext"> </td>
       </tr>
<?php
for( $i = 0; $i < $NumBasketItems; $i++ ) {
?>
       <tr>
        <td align="left" valign="top" class="pricingboxtext"><?=$BasketItemDetails[$i]["mcmsTitle"];?></td>
        <td align="left" valign="top" class="pricingboxtext"><?=$BasketItemDetails[$i]["mcmsQuantity"];?></td>
        <td align="left" valign="top" class="pricingboxtext">&pound;<?=$BasketItemDetails[$i]["LineTotal"];?></td>
       </tr>
<?php
} //for( $i = 0; $i < $NumBasketItems; $i++ ) {
?>
       <tr>
        <td colspan="3" align="left" valign="top" class="pricingboxtext"> </td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top" bgcolor="#EEEEEE" class="pricingboxtext">POSTAGE </td>
        <td align="left" valign="top" class="pricingboxtext"><?=$TotalPostage;?></td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top" bgcolor="#EEEEEE" class="pricingboxtext">TOTAL </td>
        <td align="left" valign="top" class="pricingboxtext"><?=$FinalTotal;?></td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top"> </td>
        <td align="left" valign="top"> </td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top"><a href="#"><img src="../images/credit-card-logos-small.jpg" alt="We accept all major credit cards! All transactions secured by Barclays ePDQ Payment System" width="180" height="32" border="0" title="We accept all major credit cards! All transactions secured by Barclays ePDQ Payment System" /></a></td>
        <td align="left" valign="top"><a href="../basket.php"><img src="../images/shopping-cart-icon-medium.png" alt="Your shopping purchases so far..." title="Your shopping purchases so far..." width="40" height="34" border="0" /></a></td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td colspan="2" align="left" valign="top" bgcolor="#660099" class="featuretitles">JOIN OUR FREE NEWSLETTER! </td>
       </tr>
<?php
if( $ShowNewsThankyou != "yes" ) {
if( strlen($NewsError) > 0 ) {
?>
       <tr>
        <td colspan="2" align="left" valign="top" class="maintext">
         <span class="requiredfieldtext"><?=$NewsError;?></span>
        </td>
       </tr>
<?php
?>
       <form action="<?=$_SERVER["PHP_SELF"];?>" method="post">
       <tr>
        <td colspan="2" align="left" valign="top" class="maintext">If you would like to receive our quarterly newsletter full of health tips, special offers and industry news, please complete the form below. We'll even enter you into our quarterly prize draw to win a FREE gift! </td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top" class="requiredfieldtext"> </td>
       </tr>
       <tr>
        <td align="left" valign="top" bgcolor="#eeeeee" class="formitemstext">Your Name </td>
        <td align="left" valign="top"><input name="mcmsNewsName" type="text" class="formtextboxes" value="<?php if( isset($_POST["mcmsNewsName"]) ) echo htmlspecialchars(stripslashes($_POST["mcmsNewsName"]));?>" /></td>
       </tr>
       <tr>
        <td width="45%" align="left" valign="top" bgcolor="#eeeeee" class="formitemstext">Your Email </td>
        <td width="55%" align="left" valign="top"><input name="mcmsNewsEmail" type="text" class="formtextboxes" value="<?php if( isset($_POST["mcmsNewsEmail"]) ) echo htmlspecialchars(stripslashes($_POST["mcmsNewsEmail"]));?>" /></td>
       </tr>
       <tr>
        <td align="center" valign="middle">
         <img src="../images/newsletter-icon-2.png" alt="Join our FREE quarterly newsletter! Lots of information about Dr Frielgood including special offers and discounts for members!" width="50" height="48" border="0" title="Join our FREE quarterly newsletter! Lots of information about Dr Frielgood including special offers and discounts for members!" />
        </td>
        <td align="left" valign="top">
         <input type="hidden" name="mcmsAction" value="newsletter" />
         <label><input name="Submit" type="submit" class="formbuttons" value="Submit" /></label>
        </td>
       </tr>
       </form>
<?php
else {
?>
       <tr>
        <td colspan="2" align="left" valign="top" class="maintext">
         <span class="requiredfieldtext">Thankyou, your entry has been received!</span>
        </td>
       </tr>
<?php
?>
       <tr>
        <td align="center" valign="middle"> </td>
        <td align="left" valign="top"> </td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td align="left" valign="top" bgcolor="#660099"><span class="featuretitles">SEE OUR SOCIAL MEDIA PAGES </span></td>
       </tr>
       <tr>
        <td align="center" valign="top">
         <table width="100%" border="0" align="center">
          <tr>
           <td height="21" align="center" valign="middle">
            <!-- AddThis Button BEGIN -->
            <div class="addthis_toolbox addthis_default_style ">
            <div align="center"><a href="http://www.addthis.com/bookmark.php?v=250&amp;pubid=xa-4d73a367659a9f30" class="addthis_button_compact">Share</a> <span class="addthis_separator">|</span> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a></div>
            </div>
            <div align="center">
            <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4d73a367659a9f30"></script>
            <!-- AddThis Button END -->
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td colspan="3" align="center" valign="middle"> </td>
    </tr>
    <tr>
     <td colspan="3" align="center" valign="middle">
      <table width="100%" border="0" cellpadding="3" class="bordertopbottom">
       <tr>
        <td align="center" valign="middle">
         <a href="../index.php">HOME</a> |
         <a href="../our-products.php">WHY USE  NATURAL DEODORANTS?</a> |
         <a href="http://www.facebook.com" target="_blank">FACEBOOK</a> |
         <a href="../useful-links.php">LINKS</a> |
         <a href="../faqs.php">FAQs</a> |
         <a href="../basket.php">EDIT ORDER</a> |
         <a href="../checkout.php">GO TO CHECKOUT</a> |
         <a href="../contact-us.php">CONTACT US</a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td colspan="3" align="center" valign="middle"> </td>
    </tr>
   </table>
  </td>
</tr>
<tr>
  <td height="300" align="center" valign="top" background="../images/deep-gradient.jpg" bgcolor="#FFFFFF">
   <div align="center">
   <p><span class="copyrighttext"><br />
   &copy; Dr Frielgood 2011, 5 Piccadilly Place, Manchester, M1 3BP, UK - <a href="mailto:[email protected]">[email protected]</a></span><br /><br />
   <a href="http://www.dalemedia.com" target="_blank"><img src="../images/dalemedia-logo-white-small.jpg" alt="Dalemedia - Web Design Manchester" width="80" height="100" border="0" title="Dalemedia - Web Design Manchester" /></a></a></p>
   <p><a href="http://www.dalemedia.com" target="_blank"><span style="color:#666666; font-size:10px; font-weight: bold">Dalemedia - Web Design Manchester</span></a></p>
   </div>
  </td>
</tr>
</table>
</body>
</html>
Associated file (index.php):
<?php
$CMSSection = "frontcatalogue";
require_once("mcms/mcmsmain.php");
require_once("mcms/frontend/cataloguecode.php");
require_once("mcms/frontend/basketcode.php");
require_once("mcms/frontend/newslettercode.php");
?>
<!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"><!-- InstanceBegin template="Templates/sitetemplatenew.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Natural Deodorants | Natural Deodorant Spray | Crystal Deodorant</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<META NAME="keywords" CONTENT="Natural Deodorant, Natural Deodorant Spray, Crystal Deodorant, Herbal Natural Deodorant, Best Natural Deodorant, Natural Deodorant Crystal, Natural Deodorant Spray, Aluminium Free, Anti-perspirant, No Animal testing">
<META NAME="description" CONTENT="Looking for a natural deodorant? Try Dr Frielgood's natural deodorant spray today! Aluminium-free! Tested on humans only! Work with nature, not against it...">
<style type="text/css">
<!--
#Textbox {position:absolute;
width:500px;
height:650px;
z-index:1;
overflow: auto;
visibility: visible;
-->
</style>
<!-- InstanceEndEditable -->
<!-- MB - The next script makes the clock work -->
<script type="text/javascript">
currenttime = '<? print date("F d, Y H:i:s", time())?>'
var montharray=new Array("January","February","March","April","May","June","July","August","September","Octo ber","November","December")
var serverdate=new Date(currenttime)
function padlength(what){
var output=(what.toString().length==1)? "0"+what : what
return output
function displaytime(){
serverdate.setSeconds(serverdate.getSeconds()+1)
var datestring=montharray[serverdate.getMonth()]+" "+padlength(serverdate.getDate())+", "+serverdate.getFullYear()
var timestring=padlength(serverdate.getHours())+":"+padlength(serverdate.getMinutes())+":"+pa dlength(serverdate.getSeconds())
document.getElementById("servertime").innerHTML=datestring+" "+timestring
window.onload=function(){
setInterval("displaytime()", 1000)
</script>
<!-- MB - The next scripts contain any (template) in-line styles -->
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/diagonal-stripe-background.jpg);
background-repeat: repeat-x;
-->
</style>
</head>
<body>
<table width="100%" border="0">
<tr>
  <td> </td>
</tr>
<tr>
  <td>
   <table width="985" border="0" align="center" bgcolor="#FFFFFF" class="borderall">
    <tr>
     <td colspan="3">
      <table width="100%" border="0" class="borderbottom">
       <tr>
        <td width="77%" height="21"><p align="left" class="clocktime"><b>Dr Frielgood says it's: </b><span id="servertime" class="clocktime"></span></p></td>
        <td width="23%" align="right" valign="middle"><a href="careers.php">CAREERS</a> | <a href="terms-and-conditions.php">OUR TERMS </a></td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td colspan="3"><img src="images/toplogo.jpg" alt="Welcome to Dr Frielgood - Working with nature, not against it" title="Welcome to Dr Frielgood - Working with nature, not against it" width="985" height="150" /></td>
    </tr>
    <tr>
     <td colspan="3"></td>
    </tr>
    <tr>
     <td colspan="3" align="left" valign="top">
      <table width="100%" border="0" cellpadding="3" class="bordertopbottom">
       <tr>
        <td align="left" valign="middle">
         <a href="index.php">HOME</a> |
         <a href="our-products.php">WHY USE  NATURAL DEODORANTS?</a> |
         <a href="http://www.facebook.com" target="_blank">FACEBOOK</a> |
         <a href="useful-links.php">LINKS</a> |
         <a href="faqs.php">FAQs</a> |
         <a href="basket.php">EDIT ORDER</a> |
         <a href="checkout.php">GO TO CHECKOUT</a> |
         <a href="contact-us.php">CONTACT US</a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td width="180" align="left" valign="top">
      <table width="100%" border="0" class="borderall">
       <tr>
        <td bgcolor="#660099"><span class="featuretitles">VIEW OUR CATALOGUE</span></td>
       </tr>
       <tr height="10">
        <td></td>
       </tr>
<?php
for( $i = 0; $i < $NumMenuCats; $i++ ) {
if( !isset($LeftMenuCats[$i]["LevelOffset"]) ) $LeftMenuCats[$i]["LevelOffset"] = "";
?>
       <tr>
        <td colspan="2" class="producttext">
         <?=$LeftMenuCats[$i]["LevelOffset"];?><img src="images/square.jpg" alt="Button Icon" width="10" height="10" /> 
         <a href="<?php echo $_SERVER["PHP_SELF"];?>?CurrentCat=Templates/%3CTemplates/%3C!DOCTYPE%20html%20PUBLIC%20% 22--//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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Natural Deodorants | Natural Deodorant Spray | Crystal Deodorant</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<META NAME="keywords" CONTENT="Natural Deodorant, Natural Deodorant Spray, Crystal Deodorant, Herbal Natural Deodorant, Best Natural Deodorant, Natural Deodorant Crystal, Natural Deodorant Spray, Aluminium Free, Anti-perspirant, No Animal testing">
<META NAME="description" CONTENT="Looking for a natural deodorant? Try Dr Frielgood's natural deodorant spray today! Aluminium-free! Tested on humans only! Work with nature, not against it...">
<!-- TemplateEndEditable -->
<!-- MB - The next script makes the clock work -->
<script type="text/javascript">
currenttime = '<? print date("F d, Y H:i:s", time())?>'
var montharray=new Array("January","February","March","April","May","June","July","August","September","Octo ber","November","December")
var serverdate=new Date(currenttime)
function padlength(what){
var output=(what.toString().length==1)? "0"+what : what
return output
function displaytime(){
serverdate.setSeconds(serverdate.getSeconds()+1)
var datestring=montharray[serverdate.getMonth()]+" "+padlength(serverdate.getDate())+", "+serverdate.getFullYear()
var timestring=padlength(serverdate.getHours())+":"+padlength(serverdate.getMinutes())+":"+pa dlength(serverdate.getSeconds())
document.getElementById("servertime").innerHTML=datestring+" "+timestring
window.onload=function(){
setInterval("displaytime()", 1000)
</script>
<!-- MB - The next scripts contain any (template) in-line styles -->
<link href="../style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(../images/diagonal-stripe-background.jpg);
background-repeat: repeat-x;
-->
</style>
</head>
<body>
<table width="100%" border="0">
<tr>
  <td> </td>
</tr>
<tr>
  <td>
   <table width="985" border="0" align="center" bgcolor="#FFFFFF" class="borderall">
    <tr>
     <td colspan="3">
      <table width="100%" border="0" class="borderbottom">
       <tr>
        <td width="77%" height="21"><p align="left" class="clocktime"><b>Dr Frielgood says it's: </b><span id="servertime" class="clocktime"></span></p></td>
        <td width="23%" align="right" valign="middle"><a href="../careers.php">CAREERS</a> | <a href="../terms-and-conditions.php">OUR TERMS </a></td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td colspan="3"><img src="../images/toplogo.jpg" alt="Welcome to Dr Frielgood - Working with nature, not against it" title="Welcome to Dr Frielgood - Working with nature, not against it" width="985" height="150" /></td>
    </tr>
    <tr>
     <td colspan="3"></td>
    </tr>
    <tr>
     <td colspan="3" align="left" valign="top">
      <table width="100%" border="0" cellpadding="3" class="bordertopbottom">
       <tr>
        <td align="left" valign="middle">
         <a href="../index.php">HOME</a> |
         <a href="../our-products.php">WHY USE  NATURAL DEODORANTS?</a> |
         <a href="http://www.facebook.com" target="_blank">FACEBOOK</a> |
         <a href="../useful-links.php">LINKS</a> |
         <a href="../faqs.php">FAQs</a> |
         <a href="../basket.php">EDIT ORDER</a> |
         <a href="../checkout.php">GO TO CHECKOUT</a> |
         <a href="../contact-us.php">CONTACT US</a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td width="180" align="left" valign="top">
      <table width="100%" border="0" class="borderall">
       <tr>
        <td bgcolor="#660099"><span class="featuretitles">VIEW OUR CATALOGUE</span></td>
       </tr>
       <tr height="10">
        <td></td>
       </tr>
<?php
for( $i = 0; $i < $NumMenuCats; $i++ ) {
if( !isset($LeftMenuCats[$i]["LevelOffset"]) ) $LeftMenuCats[$i]["LevelOffset"] = "";
?>
       <tr>
        <td colspan="2" class="producttext">
         <?=$LeftMenuCats[$i]["LevelOffset"];?><img src="../images/square.jpg" alt="Button Icon" width="10" height="10" /> 
         <a href="<?php echo $_SERVER["PHP_SELF"];?>?CurrentCat=<?php echo $LeftMenuCats[$i]["mcmsCategoryID"];?>&amp;ProductID=<?=$ProductID;?>"><?=$LeftMenuCats[$ i]["mcmsTitle"];?></a>
        </td>
       </tr>
<?php
if( $LeftMenuCats[$i]["mcmsCategoryID"] == $CurrentCat ) {
  for( $j = 0; $j < $NumProducts; $j++ ) {
?>
       <tr>
        <td class="producttext">
                   <a href="../catalogue-details.php?CurrentCat=<?=$LeftMenuCats[$i]["mcmsCategoryID"];?>&amp;P roductID=<?=$LeftMenuProducts[$j]["mcmsProductID"];?>"><?=$LeftMenuProducts[$j]["mcmsTitle "];?></a>
        </td>
       </tr>
<?php
if( $NumMenuCats < 1 ) {
?>
       <tr>
        <td>Products have not yet been added to this cateory.</td>
       </tr>
<?php
?>
       <tr>
        <td> </td>
       </tr>
       <tr>
        <td> </td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td bgcolor="#660099"><span class="featuretitles">OUR CUSTOMERS SAY... </span></td>
       </tr>
       <tr>
        <td>
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="180" height="180" title="xfv">
         <param name="movie" value="vertical-scroll.swf" />
         <param name="quality" value="high" />
         <embed src="vertical-scroll.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="180" height="180"></embed>
         </object>
        </td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td align="left" valign="top" bgcolor="#660099"><span class="featuretitles">LATEST NEWS </span></td>
       </tr>
       <tr>
        <td align="left" valign="top" class="latestnewstext">
         <br />
         June 2011: <br />
         Dr Frielgood website launches! <br /><br />
         June 2011: <br />
         Dr Frielgood developing new soap product! <br /><br />
         </p>
        </td>
       </tr>
      </table>
      <br />
     </td>
     <td width="530" align="left" valign="top">
     <!-- InstanceBeginEditable name="CentreContent" -->
<table width="100%" border="0">
<tr>
  <td colspan="2" align="left" valign="top" bgcolor="#eeeeee" class="pagetitles">About Us <a href="index.php" class="breadcrumbtext">HOME</a><span class="breadcrumbtext"> &gt; ABOUT US </span></td>
</tr>
<tr>
  <td width="50%" align="left" valign="top">
   <p class="maintext"><strong><span class="pagetitles"><span class="h1">Natural Deodorants</span></span> - An overview:</strong></p>
   <p class="maintext">Welcome! Here at Dr Frielgood we are totally committed to creating the very best  natural deodorant products possible. Each one is made with 100% natural ingredients and, unlike many other competitor products, is truly aluminium-free. </p>
   <p class="maintext"><strong>Our environmental policy:</strong></p>
   <p class="maintext">Our natural deodorant products come in an easy-to-use spray bottle and are packaged in the lightest-weight materials possible - in order minimise our impact on the environment. </p>
   <p class="maintext"><strong>Buy online with peace of mind: </strong></p>
   <p class="maintext">You can buy all Dr Frielgood products directly from this site, secure in the knowledge that all payments are made using Barclays proven<em> ePDQ</em> system - ensuring your credit card details are never divulged to anyone (<em>not even to us</em>).</p>
   <p class="maintext"><strong>Find out more: </strong></p>
   <p class="maintext">Now, if you only wish to <em>use</em> our great natural deodorant products, well that's just great. You are very welcome to  look around the site and make your purchase with confidence. <br />
   <br />
   On the other hand, if you're curious about why we're so so proud of our products - or perhaps wondering what ingredients it contains - then we're more than happy to tell you all about it!</p>
   <p class="maintext">Click to find out all about our <a href="our-products.php"><span style="color:#660099; font-size:12px; font-weight: bold">natural deodorants</span></a>. </p>
   <p class="maintext">--------------------------------</p>
  </td>
  <td width="50%" align="center" valign="top"><a href="http://www.dr-frielgood.co.uk/catalogue-details.php?CurrentCat=116&ProductID=0"><img src="images/final-bottle.jpg" alt="Dr Frielgood Natural Deodorant" title="Dr Frielgood Natural Deodorant" width="300" border="0" /></a></td>
</tr>
<tr>
  <td colspan="2" align="left" valign="top"></td>
</tr>
</table>
        <!-- InstanceEndEditable -->
     </td>
     <td width="275" align="right" valign="top">
      <table width="100%" border="0" class="borderall">
       <tr>
        <td colspan="3" align="left" valign="top" bgcolor="#660099" class="featuretitles">YOUR SHOPPING BASKET </td>
       </tr>
<?php
if( $NumBasketItems < 1 ) {
?>
       <tr>
        <td colspan="3" align="left" valign="top" class="pricingboxtext"><div align="left" class="requiredfieldtext">You have nothing in your shopping basket...</div></td>
       </tr>
<?php
?>
       <tr>
        <td width="54%" align="left" valign="top" bgcolor="#eeeeee" class="pricingboxtext">Item</td>
        <td width="29%" align="left" valign="top" bgcolor="#eeeeee" class="pricingboxtext">Qty</td>
        <td width="17%" align="left" valign="top" bgcolor="#eeeeee" class="pricingboxtext">Price</td>
       </tr>
       <tr>
        <td align="left" valign="top" class="pricingboxtext"> </td>
        <td align="left" valign="top" class="pricingboxtext"> </td>
        <td align="left" valign="top" class="pricingboxtext"> </td>
       </tr>
<?php
for( $i = 0; $i < $NumBasketItems; $i++ ) {
?>
       <tr>
        <td align="left" valign="top" class="pricingboxtext"><?=$BasketItemDetails[$i]["mcmsTitle"];?></td>
        <td align="left" valign="top" class="pricingboxtext"><?=$BasketItemDetails[$i]["mcmsQuantity"];?></td>
        <td align="left" valign="top" class="pricingboxtext">&pound;<?=$BasketItemDetails[$i]["LineTotal"];?></td>
       </tr>
<?php
} //for( $i = 0; $i < $NumBasketItems; $i++ ) {
?>
       <tr>
        <td colspan="3" align="left" valign="top" class="pricingboxtext"> </td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top" bgcolor="#EEEEEE" class="pricingboxtext">POSTAGE </td>
        <td align="left" valign="top" class="pricingboxtext"><?=$TotalPostage;?></td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top" bgcolor="#EEEEEE" class="pricingboxtext">TOTAL </td>
        <td align="left" valign="top" class="pricingboxtext"><?=$FinalTotal;?></td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top"> </td>
        <td align="left" valign="top"> </td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top"><a href="#"><img src="images/credit-card-logos-small.jpg" alt="We accept all major credit cards! All transactions secured by Barclays ePDQ Payment System" width="180" height="32" border="0" title="We accept all major credit cards! All transactions secured by Barclays ePDQ Payment System" /></a></td>
        <td align="left" valign="top"><a href="basket.php"><img src="images/shopping-cart-icon-medium.png" alt="Your shopping purchases so far..." title="Your shopping purchases so far..." width="40" height="34" border="0" /></a></td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td colspan="2" align="left" valign="top" bgcolor="#660099" class="featuretitles">JOIN OUR FREE NEWSLETTER! </td>
       </tr>
<?php
if( $ShowNewsThankyou != "yes" ) {
if( strlen($NewsError) > 0 ) {
?>
       <tr>
        <td colspan="2" align="left" valign="top" class="maintext">
         <span class="requiredfieldtext"><?=$NewsError;?></span>
        </td>
       </tr>
<?php
?>
       <form action="<?=$_SERVER["PHP_SELF"];?>" method="post">
       <tr>
        <td colspan="2" align="left" valign="top" class="maintext">If you would like to receive our quarterly newsletter full of health tips, special offers and industry news, please complete the form below. We'll even enter you into our quarterly prize draw to win a FREE gift! </td>
       </tr>
       <tr>
        <td colspan="2" align="left" valign="top" class="requiredfieldtext"> </td>
       </tr>
       <tr>
        <td align="left" valign="top" bgcolor="#eeeeee" class="formitemstext">Your Name </td>
        <td align="left" valign="top"><input name="mcmsNewsName" type="text" class="formtextboxes" value="<?php if( isset($_POST["mcmsNewsName"]) ) echo htmlspecialchars(stripslashes($_POST["mcmsNewsName"]));?>" /></td>
       </tr>
       <tr>
        <td width="45%" align="left" valign="top" bgcolor="#eeeeee" class="formitemstext">Your Email </td>
        <td width="55%" align="left" valign="top"><input name="mcmsNewsEmail" type="text" class="formtextboxes" value="<?php if( isset($_POST["mcmsNewsEmail"]) ) echo htmlspecialchars(stripslashes($_POST["mcmsNewsEmail"]));?>" /></td>
       </tr>
       <tr>
        <td align="center" valign="middle">
         <img src="images/newsletter-icon-2.png" alt="Join our FREE quarterly newsletter! Lots of information about Dr Frielgood including special offers and discounts for members!" width="50" height="48" border="0" title="Join our FREE quarterly newsletter! Lots of information about Dr Frielgood including special offers and discounts for members!" />
        </td>
        <td align="left" valign="top">
         <input type="hidden" name="mcmsAction" value="newsletter" />
         <label><input name="Submit" type="submit" class="formbuttons" value="Submit" /></label>
        </td>
       </tr>
       </form>
<?php
else {
?>
       <tr>
        <td colspan="2" align="left" valign="top" class="maintext">
         <span class="requiredfieldtext">Thankyou, your entry has been received!</span>
        </td>
       </tr>
<?php
?>
       <tr>
        <td align="center" valign="middle"> </td>
        <td align="left" valign="top"> </td>
       </tr>
      </table>
      <br />
      <table width="100%" border="0" class="borderall">
       <tr>
        <td align="left" valign="top" bgcolor="#660099"><span class="featuretitles">SEE OUR SOCIAL MEDIA PAGES </span></td>
       </tr>
       <tr>
        <td al

So you give your main template .dwt file minus any php code to your php developer and they then insert some php code into that template file and give it back to you?
You then create an index.php page from the template and that's when the trouble starts? Is this correct?
What I see is a duplicated <head> section from line 11 through to line 128 in the index.php file. Who put that there? I don't see any 'include' php code in the template file asking for it to be placed there so the question is where did it come from? It does not belong there.
Go back to the php developer and ask them where it could have come from. One possibility is from an 'include' php file but as I say I don't see any php code in the original template file that would be associated with it. The other possibility is it was placed their manually.

Similar Messages

  • [URGENT] Ques::custom Template Problem in IF statement?

    kindly help me out in solving this template problem...
    this is what i have written for my JHEADSTART Template.. where i recieve error.
    #if ( #WIZARD_PAGE_LIST_BEAN().selectedStep==3)
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" partialTriggers="CreateNewEquip_AccSpcEquip">
    #else
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" >
    #end
    i want to check if wizard step has value 3 then corresponding line showed be executed....
    NEED URGENT REPLY... THANKS

    [CreateNewEquip_AccequipmentDefinition.jspx] org.apache.velocity.exception.ParseErrorException: Encountered "#WIZARD_PAGE_LIST_BEAN" at line 37, column 7.
    Was expecting one of:
    <STRING_LITERAL> ...
    "true" ...
    "false" ...
    <NUMBER_LITERAL> ...
    <IDENTIFIER> ...
    Kindly let me know the Right expression for it ...

  • I downloaded my sons ipod 4g to the new iOS and now when we try to sync it says we have no space, but there is nothing but a few apps on his ipod.  I've tried to reset but that didn't help the problem.  What can I do?

    I downloaded my sons ipod 5g with the latest iOS and now when we try to sync it says we have no space, but there is nothing but a few apps on his ipod and he has plenty of space.  The messege says that most of is space is taken up by video but there is no video or music on his ipod right now.  I've tried to reset his ipod but that did not help the problem. What can I do?

    Did you try to set it up again as new device?
    How to back up your data and set up as a new device

  • TS4040 I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs re

    I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs repairing. So I click on Repair, and once again I'm prompted for a password, which I enter, then the same error box opens, and so it goes. Can anyone help me with this problem? I'd greatly appreciate it.
    Thor

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Step 1 should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary, and if everything is working as expected after step 1.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • I have not been able to open up Lightroom on my computer for over a year now. Whenever I double click on it, this comes up - can anyone help? Problem signature:   Problem Event Name:APPCRASH   Application Name:lightroom.exe   Application Version:3.4.1.10

    I have not been able to open up Lightroom on my computer for over a year now. Whenever I double click on it, this comes up - can anyone help? Problem signature:   Problem Event Name:APPCRASH   Application Name:lightroom.exe   Application Version:3.4.1.10

    First thing to try is the latest version of Lightroom (currently 5.6). If it don't crash, then problem solved - upgrade.
    If Lr5 won't run on your machine, then Lr4 instead.
    If both Lr5 and Lr4 crash on your machine, then at least you know it's a not a Lightroom version problem but something wonked in your system.
    If you can't figure out how to resolve the crash on the system you have, then it's time for a new system (or try another converter/editor app).
    PS - A few things to try:
    * After re-installing new version, if that doesn't fix it, then get rid of all Lightroom-related data files (rename them so they can be restored), in case problem is in Lr data file.
    * Remove all non-essential hardware in case problem is hardware/driver.
    * Startup up machine with minimal software services.
    * If still no go, consider updating driver software, including mainboard drivers and/or bios firmware if need be.
    * Of course run all the system hardware and software diagnostics you can - problem could be failing disk or ram..
    * Check system event logs for any clues.
    If you don't know how to do some of these things - ask.
    Do not say "you've tried everything" unless you want a lecture - there is most definitely something you haven't tried. It's like when you can't find your car keys - you haven't looked everywhere -  there is somewhere you haven't looked!
    PS - Has Lightroom EVER worked on your machine? what's changed since then..
    Good luck,
    Rob

  • Google browser and others show all web page on netbook but firefox wont i have to scrool why can i change settings on firefos to help this problem

    all other web browsers when i use on my net book show full web page but with Firefox i have to scroll side ways cant see full width of page sometimes Firefox will show full page but this is not often are the settings in Firefox to help this problem i have the latest version of Firefox 4.0.1

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • Change the popup window size in the "optional label with help" template?

    G'Day Apex/javascript gurus,
    I am using Apex 4.0 where I coded an HTML table for help text in one item. Now, when an user click for help in this item then the HTML table is bigger than the size of the pop up window so the client has to re size it a bit to see it fully. To fix this, I tried to create a new "optional level with help" template where I can control the size of the pop up window and make it bigger to fit my HTML table so the client does not have to resize but I could not find any parameter in the original template:
    <label for="#CURRENT_ITEM_NAME#"><span class="t9optionalwithhelp"> "javascript:popupFieldHelp('#CURRENT_ITEM_ID#','&SESSION.')" tabindex="999" that help me to achieve that
    I am not an expert in javascript but I appreciate greatly if somebody here could help me to create a new label (with help) template where I can control the size of the popup window.
    Kind regards
    Carlos
    Edited by: creyes on Aug 1, 2011 1:22 AM

    Hello Carlos,
    You can overload the APEX javascript with your own, on the page you want it to happen. You can do that in the Page Definition - Function and Global Variable Declaration.
    Copy the below code into there and change the width and height of the popup.
    function popupFieldHelp(pItemId, pSessionId){
        // Show jQuery div based dialog if not running in screen reader mode, if not fall back to old popup
        if (!$x('pScreenReaderMode')) {
            apex.jQuery.getJSON(
            'wwv_flow_item_help.show_help?p_item_id=' + pItemId + '&p_session=' + pSessionId + '&p_output_format=JSON',
            function(pData){
              var lDialog = apex.jQuery("#apex_popup_field_help");
              if (lDialog.length===0) {
                // add a new div with the retrieved page
                lDialog = apex.jQuery('<div id="apex_popup_field_help">'+pData.helpText+'</div>');
                // open created div as a dialog
                lDialog
                  .dialog({
                    title: pData.title,
                    bgiframe: true,
                    width: 500,
                    height: 350,
                    show: 'drop',
                    hide: 'drop' });
              } else {
                // replace the existing dialog and open it again
                lDialog
                  .html(pData.helpText)
                  .dialog('option', 'title', pData.title)
                  .dialog('open');
        } else {
            popupFieldHelpClassic(pItemId, pSessionId);
        return;
    }; // popupFieldHelpHope that makes sense,
    Dimitri
    http://dgielis.blogspot.com
    http://www.apex-evangelists.com

  • Someone who can say how to get Adpbe flash player version 11.2.202.197 to work together with Lion on mac mini. Support from Apple can obviously not help the problem and do not care if it works

    Someone who can say how to get Adpbe flash player version 11.2.202.197 to work together with Lion on mac mini. Support from Apple can obviously not help the problem and do not care if it works

    Adobe flash player version 11.2.202.197 is for Windows Vista / Windows 7 / Vista 64 / Windows 7 64
    Adobe Flash Player version 11.1.102.55 is the current version for Snow Leopard and Lion.
    Adobe - Install Adobe Flash Player

  • .problem is that icon of  iblacklist in i tune is "disc phone" like One, named iblacklist, but  on screen appear as "secret contact" not as iblacklist icon wich is  contact like icon .please  help . iblacklist problem still , I download it again ,this was

    .problem is that icon of  iblacklist in i tune is "disc phone" like One, named iblacklist, but  on screen appear as "secret contact" not as iblacklist icon wich is  contact like icon .please  help .
    iblacklist problem still , I download it again ,this was not helpfull 

    Have you read my reply to one of your duplicate threads : https://discussions.apple.com/message/22774845#22774845 ?

  • Can anyone help with problem updating iphone5s cant get anything only apple on screen sometimes screen flashes blue

    can anyone help with problem updating iphone5s cant get anything only apple on screen sometimes screen flashes blue

    Hey damien555,
    Thanks for the question, I understand how frustrating this may be. It sounds like the update process may have been interrupted, and to resolve the issue, we’ll need to restore your device in recovery mode with iTunes:
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Thanks,
    Matt M.

  • Can you help with problems receiving faxes- powerbook g4?

    Can I get help with problems receiving faxes on the powerbook G4?

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/
    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

  • Can you help with Problems that one of our users i having with regiistration of Premiere Pro?

    Can you help with Problems that one of our users i having with registration of Premiere Pro?

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/
    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

  • I have installed photoshop elements 12. when I try use the editing features it said that i must login to Adobe to register the product. but each time i try to it said there is a problem. help the problem stated that the internet is not connected, but that

    i have installed photoshop elements 12.
    when I try use the editing features it said that i must login to Adobe to register the product.
    but each time i try to it said there is a problem.
    help
    the problem stated that the internet is not connected, but that is not the case.

    I had the same issue and I'm running Windows 7.  Tried working with technical support for several hours but they were no help.  They just had me doing the same things over and over, offering no real answers.  I finally got fed up and have decided to return my product for a full refund.

  • Help classpath problem j2sdk1.4.2_04

    help classpath problem j2sdk1.4.2_04
    how can i run the java program with specify the file location
    such as :
    -----this one is fine ok and return HelloWorld.class-----
    [root@localhost root]javac /serverData/studentAC/s001/HelloWorld.java
    -----but this one cause exception-----
    [root@localhost root]java /serverData/studentAC/s001/HelloWorld
    -----result-----
    Exception in thred "main" java.lang.NoClassDefFoundError: /serverData/studentAC/s001/HelloWorld
    [root@localhost root]
    I have tried a lot of classpath setting:
    I just want to compile and run the java program without specify the classpath only !! please help !!! and give suggest !! if you have this exp!!
    # ---1
    #PATH=/usr/java/j2sdk1.4.2_04/bin:$PATH:$HOME/bin:./
    #export PATH
    #export JAVA_HOME=/usr/java/j2sdk1.4.2_04/
    #export #CLASSPATH=/usr/java/j2sdk1.4.2_04/lib/tools.jar:/usr/java/j2sdk1.4.2_04/jre/lib/rt.jar:./
    # ---2
    #set java environment
    # Java Setup Section START
    export JAVA_HOME="/usr/java/j2sdk1.4.2_04"
    export JRE="$JAVA_HOME/jre"
    export CLASSPATH="$JAVA_HOME/lib:$JRE/lib:$JAVA_HOME/lib/tools.jar:."
    export PATH="$PATH:$JAVA_HOME/bin"
    # Java Setup Section END
    # ---3
    #PATH=$PATH:/usr/java/j2sdk1.4.2_04/bin
    #JAVA_HOME=/usr/java/j2sdk1.4.2_04/
    #export PATH
    # ---4
    # Java Setup Section START
    #JAVA_HOME=/usr/java/j2sdk1.4.2_04
    #export JAVA_HOME
    #CLASSPATH=$CLASSPATH:/usr/java/j2sdk1.4.2_04/lib:/usr/java/j2sdk1.4.2_04/jre/lib:./
    #export CLASSPATH
    #PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/jre/bin
    #export PATH
    # Java Setup Section END
    # ---5
    #export PATH=$PATH:/usr/java/j2sdk1.4.2_04/bin
    #export JAVA_HOME=/usr/java/j2sdk1.4.2_04
    #export CLASSPATH=/usr/java/j2sdk1.4.2_04/lib:$CLASSPATH:.
    # ---6
    #====================================================
    #export JAVA_HOME=/usr/java/j2sdk1.4.2_04
    #export PATH=$JAVA_HOME/bin:$PATH
    #export CLASSPATH=/usr/java/j2sdk1.4.2_04/lib:$CLASSPATH
    #====================================================

    I think this will work. java -classpath /serverData/studentAC/s001 HelloWorld

  • HT4061 How do I unlock my iPad? Unable to get serial number since I can't open iPad to get serial number to get help fixing problem.

    How do I unlock my iPad? Unable to get serial number since I can't open iPad to get serial number to get help fixing problem.

    What do you need the serial number for to unlock the iPad? If the iPad is locked because you forgot the Passcode, you have to restore the device.
    What are you trying to unlock?
    Your serial number is written on the back of the iPad and on the box that the iPad came in.

  • Video player is choppy,audio keeps skipping,unable to watch any movies online,help fix problem ?

    Never been able to watch TV shows,videos, without player freezing up,skipping,audio problems sounds being choppy. Please help fix problem? Can you auto repair or troubleshoot problem ?Thankyou.
                                                    Joaquin Rodriguez

    ooo wrote:first thing I'd do is try changing your video output driver in either video players.
    Did not help, same result.
    Last edited by uppectle (2015-03-06 18:58:59)

Maybe you are looking for

  • Why do I get a green screen on all of my videos in Mozilla (YouTube, Facebook, etc.)

    I have read the forums regarding this issue on Internet Explorer, but I do not know how to fix the issue on Firefox, which is my preferred browser.  All videos have audio but there is no video, just a green screen.  :-(  Also, is there a different fi

  • My itunes wont convert acc to mp3

    can anyone help ?? im trying to add music to my ipod from legitamate cds that i have bought it says they have to be converted from ACC to MP3.. fine its always comeup with that so i click convert... it gets through a few of the songs in the album the

  • Why is LOWER function producing a cartesian merge join, when UPPER doesn't?

    Hi there, I have an odd scenario that I would like to understand correctly... We have a query that is taking a long time to run on one of our databases, further investigation of the explain plan showed that the query was in fact producing a Cartesian

  • Missing 50GB's after installing Leopard on new HD-best way to re-install

    I installed Leopard on a G5 tower with 2 new 750 GB's seagate drives. Disk Utility shows a total capacity of 698.6 GB's out of 750 GB's so I am missing 50 GB's. Also first aide hangs up on Verify/repair disk permissions. It looks like I am dealing wi

  • Kuler panel availability in CS5.5 French editions?

    Hi there, Do you know if Kuler panel will be available within Photoshop CS5.5, French editions?  For now, panel is not delivered (see Kuler Panel page from Photoshop CS5 online help), and that's really annoying. Thanks for you feedback, el' ~