Skip navigation
Currently Being Moderated

page not displaying - cannot edit - ok in live view

Feb 28, 2012 4:19 PM

I have jsut upgraded to Dreamweaver CS 5.5 -  Windows 7 - My site used to  work fine in Dreamweaver CS4 - I have a template with editable regions and lots of divs -  wehn I ope the page in CS 5.5 - it shows the backgroudn  [which  repeats ] but none of the editable text

teh page can be found at www.fcrsafield.com/list.hmtl

The page displays correclty in live view - I've tried turning off"style renderign" and that allowed me to see my content and to edit it - but as soon as I saved teh file  - it all disappears again - but it is there in live view .

Any help is apreciated as I have more than 100 pages built on this template.

 
Replies
  • Currently Being Moderated
    Feb 28, 2012 4:50 PM   in reply to notannsteer

    Orphaned <p> and <div> tags in your Template might explain it.  Fix that & check back.

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.fcrsafiel d.com%2Flist.html

     

     

    Nancy O.

    Alt-Web Design & Publishing

    Web | Graphics | Print | Media  Specialists 

    http://alt-web.com/

    http://twitter.com/altweb

     

     

     

     


     
    |
    Mark as:
  • Currently Being Moderated
    Mar 25, 2012 11:13 AM   in reply to notannsteer

    Could it have anything to do with the template file name?

    pages r2.dwt

     

    Don't use spaces in file or folder names

     
    |
    Mark as:
  • Currently Being Moderated
    Mar 25, 2012 12:23 PM   in reply to notannsteer

    I'm surprised the page shows up at all in any browsers.  You've got some very whacky CSS rules.  I cleaned up the obvious stuff and removed what didn't seem to belong.

     

     

    @import url("../p7pm/p7pmh11.css");
    
    body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    background: url(../images/patternDetailsMax401.jpg) fixed;
    }
    
    #pagecontainer {
    width: 1000px;
    margin:0 auto;
    overflow:hidden; /**to contain floats**/
    }
    
    #top {
    background-color: #cdc9a5;
    border: thick outset #b1a999;
    }
    
    #middle {
    background-color: #b1a999;
    width: 1000px;
    margin:0 auto;
    }
    
    #navbar {
    text-align: center;
    padding-top: 1%;
    margin-top: 10px;
    }
    
    #content {
    clear:both;
    background-color: #FFFFFF;
    margin:25px 0 0 0;
    padding-right: 2%;
    padding-left: 2%;
    border: thick outset b1a999;
    }
    
    #footer {
    background-color: #Cdc9a5;
    margin-right: 4%;
    margin-left: 4%;
    border: thick outset #b1a999;
    margin-bottom: 6%;
    }
    
    /**use meaningful names, no idea what this is for**/
    .style16 {color: #FF0033}
    
    .style17 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 4em;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    }
    .style18 {font-size: 10px}
    
    

     

     

    A must read:

    How to Develop with CSS?

    http://phrogz.net/css/HowToDevelopWithCSS.html

     

    Finally, I highly recommend using one external CSS file in your Template.dwt.  It's much easier to manage and creates less code on your HTML pages.

    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml

     

     

    Good luck.

     

     

    Nancy O.

    Alt-Web Design & Publishing

    Web | Graphics | Print | Media  Specialists 

    http://alt-web.com/

    http://twitter.com/altweb

    http://alt-web.blogspot.com/

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points