Help please - template problems

2 questions please - actually:
1.  Dreamweaver CS4... I think my template functionality has somehow become corrupted.  When I try to create new templates (regardless of which site I'm trying it within), they look ok.  But when I then try to create a new html page using the template, it garbles the format.  I tried it every way I can think of... I tried the 2 column fixed, the 3 column hybrid, etc. etc.  And I tried them as is in dreamweaver (without adding any formatting or anything... just create a new, save it, and then create a new page using the tempalte).  Still the same garbled end results. (it's keeping the spry menu bar, but loses the columnar format and places them on top of each other)
Interestingly, it's only happening with new templates. (what started this was that I have a 2 column template I'm using, and I want to switch to a 3 column).  As long as I keep using the existing format with the existing templates, the new pages are ok.
I tried re-installing dreamweaver, and that didn't fix it.  Any ideas?
2.  I noticed in another post, that there were comments about largers sites don't do well with templates.  My site's content based (www.howtogardenadvice.com) with no fancy bells or whistles... but am well over 50 pages, and still growing.  Does that mean I have to stop using a template?
Thanks so much for your help!

2.  I noticed in another post, that there were comments about largers sites don't do well with templates.  My site's content based (www.howtogardenadvice.com) with no fancy bells or whistles... but am well over 50 pages, and still growing.  Does that mean I have to stop using a template?
When you site becomes as large as yours sounds, the initial decision to use Templates becomes tedious, since each saved Template change requires that you upload ALL affected local files to reflect that change.  As the site becomes larger and larger, this requirement becomes more and more tedious.  It's not that the Templates don't work.
I still use Templates on nearly every site I build, but I also use server-side includes to minimize this need.  I use the following scheme....
First, I mentally separate the page layout into three sections:
1.  Stuff that will not change for the life of the site (i.e., the basic
structural elements)
2.  Stuff that *could* change from time to time (e.g., navigation elements,
burst advertisements, section-specific navigation, etc.)
3.  Stuff that *will* change from one page to the next
Then I create a Template containing all class1 elements.  Next I create
server-side include files containing all class 2 elements and place them on
the Template as needed.  Note - some of the class 2 elements may be
"section-specific elements", and their placement on the Template will be
subject to the next item.  Finally, I insert editable regions to cover the
class 3 items, INCLUDING the section-specific navigation.
This allows me to just cookie-cut the rest of the site.  I estimate that
even for fairly large sites, about 80% of my work goes into planning and
creating this Template file.
To say anything about your #1 problem, we'd need to start by looking at the code on your Template page, and comparing that to the 'garbled' code on your child pages.  Can you show us?

Similar Messages

  • 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.

  • Help Please: Playlist Problem

    I recently backed up all the musics and movies I had by using the back up disc feature. I used 4 blank dvd discs to back up all of my files. After I transfered my music to another pc I use, I found very disturbing fact. My ipod has all playsits I had before, but itunes doesn't have any playlist. Every music is under the music fold. Since I have about 1500 musics, I can't even imagine to update all playlists manually. I thought that using the back up disc feature would automatically transfer all my playsits. Is this the way supposed to work or I need to change some other settings too? I don't really know what to do. Please help me to solve this problem. I'd really appreciate it.

    Welcome to  discussions!!!
    Backup just backs up the music. It doesn't back up any of your settings.
    Are you using an external HD?
    If so;
    Hold down the shift key the next time you launch iTunes. Select create library on the pop up window, and save it on your HD.
    The next step can be done in a couple of ways.
    1. Go to your music folder>iTunes>iTunes Music>right click>send to>navigate to the newly created library and select choose (or whatever windows says)
    2. Open your internal iTunes library (hold down shift key>choose library>navigate to your internal music folder>iTunes>choose) Go to iTunes preferences>advanced>general. Change your iTunes music folder location to the location of the new library on your HD: Ext. HD>iTunes> Now go to advanced and consolidate library. You'll get a message that says "consolidating your iTunes library will copy all of your music to the iTunes Music Folder." Select Consolidate
    or....
    3. Open your newly created library, file>add to library>navigate to the iTunes Music folder on your internal HD and select choose.
    There are a couple of other ways, but this should be good.

  • Help please? problems with screen resolution & external monitor

    had a look around this forum and seen many questions about screen resolution when connecting to an external monitor but unfortunately, non that help me answer my problem.
    got a brand new macbook a few months ago and today bought a HP v220 22" external monitor.
    I am new to the idea of external monitors and am unsure what i am doing wrong settings-wise. it seems that no matter what resolution i set either my macbook display, or the external monitor display to. the external monitor is still not sharp.
    Im not sure how to explain what i need but basically i need it to be so that things appear on the external the same size as they do on my macbook screen, so that i will have more space to work in on my external monitor (i am a graphics student) but at the moment what appears on the monitor is lieterally just a magnified version of my macbook screen, hence it lacks clarity.
    the highest resolution offered in the menu for my macbook screen is 1280x800 and my external is recommended to be set at 1680x1050.
    what settings should i have to get the resolution right?
    i will be so so grateful if you can help. i think ive tried every single display setting but to no avail. so please help me!

    The 13.3" screen on the MacBook running at 1280 x 800 will have a ppi (pixels per inch) of around 113. A 22" monitor running 1680 x 1050 will have a ppi of around 90. So it is natural that it will look magnified compared with the MacBook. The two displays have different a pixel pitch.
    Since there are no monitors with ~113 ppi out there in the market, what you want to do with having the same size and sharpness between the MB and a monitor will not be possible.
    If you ran the MB's screen at 1024 x 640 (not even sure if that is an available choice), then the two screens would match in terms of "magnification." But the MB isn't going to look very sharp running such a low, non-native format.

  • Could someone Help please BlueJ Problem

    Ok I am a University Student, and I am at the moment learn Java, as part of my work I have to make a sun descend like the sunset
    I have wrote the method, and got it to work, at the moment though I havent gotten it to loop, and I do not know the command for looping, could someone please tell me the command so I can add it to my program.
    The program I am using to write this is called BlueJ
    Edited by: Devilslore on Oct 7, 2007 12:55 PM

    Devilslore wrote:
    I have wrote the method, and got it to work, at the moment though I havent gotten it to loop, and I do not know the command for looping, could someone please tell me the command so I can add it to my program.You should go to the Sun basic java tutorials on loops. Have a look here at the for loop tutorial:
    http://java.sun.com/docs/books/tutorial/java/nutsandbolts/for.html
    The general tutorial index is here:
    http://java.sun.com/docs/books/tutorial/java/index.html
    The program I am using to write this is called BlueJThis has nothing to do with your problem. It is a tool to help you write java, nothing more. The program you are really using is the java compiler. In fact, in your next post here, consider having a better subject header. The one you listed suggested that this was an IDE (Integrated Development Environment) problem rather than a simple java problem. By mislabeling this header, I will bet that you cut the number of folks reading your question by more than half.

  • HELP PLEASE - BASIC PROBLEM

    Hi, I am a beginner and am stuck on a problem. Maybe you guys can help me out...
    "The intersect method computes the intersection of 2 rectangles--that is, the rectangle that is formed by 2 overlapping rectangles. You can call this method as follows: Rectangle r3 = r1 intersection(r2);
    Write a program that constructs 2 rectangle objects, prints them, and then prints their intersection"
    Thanks,
    RM

    I am still having trouble with this...and I cannot figure out why. I entered the following:
    public class Sect
    {  public static void main(String[] args)
    { Rectangle r1 = new Rectangle(10,10,40,40);
    Rectangle r2 = new Rectangle(20,20,40,40);
    Rectangle r3 = r1.intersection(r2);
    System.out.println(r3);
    I came up with the following errors:
    Sect.java:5: cannot resolve symbol
    symbol : class Rectangle
    location: class Sect
    { Rectangle r1 = new Rectangle(10,10,40,40)
    ^
    Sect.java:5: cannot resolve symbol
    symbol : class Rectangle
    location: class Sect
    { Rectangle r1 = new Rectangle(10,10,40,40)
    ^
    Sect.java:7: cannot resolve symbol
    symbol : class Rectangle
    location: class Sect
    Rectangle r2 = new Rectangle(20,20,40,40);
    ^
    Sect.java:7: cannot resolve symbol
    symbol : class Rectangle
    location: class Sect
    Rectangle r2 = new Rectangle(20,20,40,40);
    ^
    Sect.java:9: cannot resolve symbol
    symbol : class Rectangle
    location: class Sect
    Rectangle r3 = r1.intersection(r2);
    ^
    5 errors
    PLEASE HELP!!
    thanks,
    GM

  • Help Please ( Speaker Problem Only Playing Through Right)

    Can someone help me please, recently my speakers have only been playing through the right speaker, i have tryed headphones and the problem still occurs and no sound is coming out of the left speaker, i have checked all the sound settings and they are all correct.

    Greetings,
    When you turn your Mac on with either the headphones or the speakers plugged in, do you hear the startup chime "BONG!" only through one side?
    Reset the SMC and then test: http://support.apple.com/kb/HT3964
    Reset the PRAM and then test: http://docs.info.apple.com/article.html?path=Mac/10.6/en/26871.html
    If the issue persists at this point and those headphones work fine on another device (like an iPod) then you have a hardware issue and need service:
    -- Contact a local Apple Authorized Service Provider: http://support.apple.com/kb/HT1434
    or
    -- Book an appointment at an Apple Retail Store: http://www.apple.com/retail/
    or
    -- Contact Apple: http://www.apple.com/support/contact/
    Hope that helps.

  • URGENT help please. Problem creating Chinese language text field in Adobe LiveCycle.

    A client requested to create an employee details form in which few text fields has to be in Chinese language. I selected "Arial Unicode MS" for that fields. In final PDF I am able to insert text in Chinese text fields in Acrobat. But I cant insert text when i opened the final PDF in Adobe Reader. (only these Arial Unicode MS fields are disabled). All other fields (English) are in Arial font., they are working in both (Acrobat and Reader). As these forms will be distributed to people who may don't have Acrobat and only the Free Adobe Reader. Can someone please advice me how to solve this problem.
    Thank you
    - Amal

    Make sure the format of the date strings provided by the calendar is what you are expecting. Or use the "formattedValue" for the input strings.

  • HELP;;PLEASE,,,,BIG PROBLEM

    Hallo,, I'm new in this forum,,
    I need an help for a big problem,
    suddenly after having download a big image from an email of a friend,,my IMAC is not able to connect to web pages with any browser,,but the line is working because the mail is working in this mac and everythings works with other PC connected at the same router.
    then I tried to reinstall Panther from original disc,,,and now is worste then before because many softwear doesn't work if I don't update the 10.3 to 10.3.9 (as I had before the reinstall) but I can't do that because it is impossible to access to any web site,,,
    I don't know what to do,,
    someone has any idea and can help me???
    thanksss,,bye bye
    Mac OS X (10.3.9)
      Mac OS X (10.3.9)  

    inapalm:
    Let's start with the attempt to re-install.
    1. Did you make a backup of all you can't afford to lose?
    2. What install option did you use to re-install?
    3. After the re-installation, does everything except the internet work properly?
    4. What browser are you using?
    While I await your response tot he above, try this:
    Boot from your Panther install disk holding down the "C" key.
    Go to the Installer menu and launch Disk Utility.
    Select your HDD (manufacturer ID) in left panel and First Aid in main panel.
    Click on Repair. If Disk Utility reports no errors, quit DU.
    If DU reports errors click Repair again and again until DU reports the disk has been repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Good luck.
    cornelius

  • Help please-browser problems

    Hi folks: I'm getting an error "http 504 gateway timeout" on some pages. For instance, I do a web search and end up on wikipedia. If the wikipedia page has more pages, I click next, and get the error message. This happens on other sites with multiple pages. Please help me! Steph
    Solved!
    Go to Solution.

    Steph, do this:  With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot.
    Now try those browser sites again.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Newbie needs help Please - mail problems

    Help Needed Please.
    First of all it started a couple of weeks ago i would enter my mail and receive a message saying that the IMAP server didnt reconise
    my password even though i was entering it correctly. My email address i have kept when i chan ged from BT over to Virgin.
    But we have had the imac 6 months now and its beeen performing brilliant.
    Anyway like a idiot i tried to change settingxs and try different options, and now i have wiped my keychain (even tho got no idea what a keychain is)
    and my email settings are messed up.
    Didnt know if i should do a system restore??
    Any Genius at there thanks in advance and im sure your all kringing with my lack of mac knowledge
    this is the first Mac ive ever brought always been a windows
    Mac's the way love it

    Somewhere (hopefully) you will have a note of your email user name and password provided by your ISP.  It should note the server addresses for ingoing and outgoing servers. If you haven't got these details they are likely available on the FAQs of your ISPs website.
    Assuming you are using Apple's Mail app for email the route to adding/editing the relevant data is:
    Mail>Preferences>Accounts tab. You then need to add/edit the data under the various tabs. Check that the SMTP server has all the correct details by clicking in the drop-down menu and selecting 'Edit SMTP server list'. Make sure the details are correctly entered.

  • HT201263 Help please! Problems with iPhone 4 after iOS 6 upgrade

    Tried to upgrade iPhone. Got a message saying settings were lost, connect to iTunes. I did this and it said I had to restore. I did this and it said unable to restore due to unknown reason. Now phone keeps trying to upgrade and then restarts. iTunes doesn't recognise my phone.
    I have tried all troubleshooting tips and nine work!
    Please help!!

    same here..it doesnt work for me too!!
    exactly same issue. Apple got something wrong with iOS 6

  • Help please ~ sound problems with menus in iDVD

    I launch iDVD from within iMovie. Then I start to personalise the menus.
    But the menu screens although showing the chapters only give a loop duration of between 00:00 and 13:30 seconds.
    Every time whenever I import QuickTime dv. files (made in iDVD 5 to avoid the dreaded rise in volume at the end) the sound in iDVD is grotesquely distorted.
    Each of the QuickTime dv. movies last 10 seconds.
    I don't know what I'm doing wrong! Please help!!

    Thanks John Beatty of Maryland for responding. But I think I'll need to post my question again in hopes that someone else will recognise my difficulty.
    I was hoping for a solution.
    The distortion in audio occurs during the process of DESIGNING my DVD ~ I don't get as far as previewing.
    It's only occurring in one screen (or menu). Although my QuickTime dv. file lasts only 10 seconds (in this case) and should therefore fit within a 13 and a half second limit, it shouldn't be offering me such a short time frame ~ normally it's quite a bit more ~ 51 seconds, is it? ~ and you move the slider back to the time you require for the dv. movie to loop.
    But thanks anyway, John. Someone else might recognise my difficulty.

  • Help please, connectivity problem

    Hello, I recently purchased an E2000.  In generally it works great when I am online.  However, I am having a big problem.  There are a couple of webpages, or games, that I would like to remain connected to at all time. 
    When I idle for 15 or more minutes the router drops the conection, however, when I unplug the router and connect straight to the modem I do not have this problem.  I am running through a cable modem, road runner service.  Any idea how to keep the connection alive?
    I appreciate your help.

    Are you getting the problem on the wired computer or on the wireless computer...?

  • Help Please - Installation problems

    I installed Leopard on my second internal hard drive without any problems. Everything ran smoothly for 5 days until I installed some software that worked fine but after restart I got a blue screen. I read about this issue and 3rd party software and decided to completely start over and wipe the second drive clean and reinstall Leopard. I used Disk Utility to erase Leopard and when it was done I inserted the Leopard Installation disk and was prompted to restart. Then up came the usual white apple background with the grey spinning wheel. Then after a long time came a wierd grey background and the rainbow spinning wheel. Suddenly a message appeared with a log box behind it. The message only stays on the screen for a few seconds so I never can read it all. Basically it says that it cannot install Leopard and shows 4 options. From what i can glismps it it says, "Restart" "Shut Down" Something about "saving log" and "view Log" Then suddenly the grey background takes over and my G5 shuts down. Strange? Any help would me much appreciated. I've tried to find answers through the forums but most talk of blue screens and other issues that I am not experiencing.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

Maybe you are looking for