Design view not editable or viewable for validated site

I can see the site fine at http://www.wwu.edu/atustest - it validates and is viewable in the browser and in "Live" or "code" view in Dreamweaver. However when I try to display it in "Design" view nothing shows except the header, and that is garbled. None of the content is viewable or editable. Help! I cannot deliver this to my non-coding users.

If my code challenged clients want to maintain their own site, I give them a CMS.     DW is for experienced web developers.  It's  not for amateurs.
Perch ($59 license per site)
PHP & MySql required
http://grabaperch.com/
WebAssist Design Extender with CMS
http://www.webassist.com/dreamweaver-extensions/design-extender
Adobe Business Catalyst (subscription includes CMS & web hosting)
http://www.businesscatalyst.com/
Nancy O.

Similar Messages

  • Design view in DreamWeaver CS3 disabled for CSS & Java

    I currently use Adobe Dreamweaver CS3, and only some files have the option to view them in code AND in design view. This works for most files (HTML, PHP, etc). However, anytime I create a new CSS or Java file, the design view is disabled:
    I have already tried the two other solutions I've found in this forum.
    First I tried Preferences > File Types / Editors, and I deleted all of the file types in the "Open in Code View" menu (pictured below).
    I restarted DW, and it didn't work.
    Then I tried several steps to re-create the Configuration folder (which it did, but the problem remained) listed here: http://kb2.adobe.com/cps/401/kb401118.html.
    Still nothing. HTML, PHP, ASP and all other files have the Design View and Split View available, but CSS and Java do not. I would really like to use DW to start editing CSS, but do not know it well enough to write in code and therefore could really use that handy Design View so I can learn as I tweak it.
    Any help much appreciated - thanks!

    HTML, PHP, ASP and all other files have the Design View and Split View available, but CSS and Java do not.
    That's correct. That's as it should be.
    A CSS file contains a bunch of text only CSS rules. Javascript is text-only script. There's no layout to see for CSS and JS files in Design and Split View so they're disabled.
    Files with layout e.g. .htm, .php have Design View because they're web pages with a layout which can be viewed.
    I would really like to use DW to start editing CSS, but do not know it well enough to write in code and therefore could really use that handy Design View so I can learn as I tweak it.
    Open any .htm or .php (or other) web page and its associated CSS file.
    Then tweak the CSS either via Code View in the CSS file, or using the DW CSS Editor when viewing the .htm/.php file, and see the formatting changes applied in Design View in the .htm (or .php) file.
    Do not rely on DW's Design View as an absolute reference for pixel perfect accuracy. It will always be an approximation only to assist visually oriented web designers while editing.
    Always test all CSS rules and edits in a range of browsers. Browser support for CSS rules and effects varies. Not all browsers support everything on offer in CSS1, CSS2 and CSS3.

  • Design view not working after importing project from Flex Builder

    After importing a project from Flex Builder to Flash Builder I am no longer able to see anything in the design view. I am using the flex 4.5 sdk.
    Any idea how I can get this design view working? I heard it could have something to do with the metadata directory but am slightly lost here?...
    Adam

    Could you please provide more information as to what exactly are you importing. Also does Design View not lauch at all or does it give errors. Would it be possible for you to share the logs.
    Meanwhile you can try cleaning the workspace and importing again to see if that solves the issue.

  • Design View not displaying properly

    I am pretty new to Dreamweaver.  I can't get my Design view to display properly, even when tried on two different computers.  The top div displays properly, then on the nav bar, only the background shows with the table items just listed in a row.  There are a lot of black background segments to the page, and thin yellow lines.  The main content shows at the bottom after a big chunk of black background blocks.  The page shows perfectly fine in a browser.  I can only work in Code view because of this.  Any suggestions?
    If it helps, here is my html:
    <!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=UTF-8" />
    <title>dentonquiltguild</title>
    <link href="includes/gallery.css" rel="stylesheet" type="text/css" />
    <link href="dqgfinal_styles.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
    <!--[if lte IE 6]>
    <![endif]-->
    <style type="text/css">
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <div id="top">
      <div id="logotemp"><img src="images/logo.gif" width="280" height="175" alt="logo" /></div><!--logotemp -->
      <div id="quilt_top"><img src="images/quilt_top_01.png" width="550" height="209" alt="quilt top" /></div>
    </div><!--top --> 
    <div id="navbar">
       <ul id="MenuBar2" class="MenuBarHorizontal">
         <li><a href="index.html"><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images/homered_03.gif',1)"><img src="images/homewhite_03.gif" alt="home button" name="Image8" width="101" height="43" border="0" id="Image8" /></a> </li>
         <li><a href="general.html" class="MenuBarItemSubmenu"></a><a href="general.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','images/generalred_03.gif',1)"><img src="images/generalwhite_03.gif" alt="general button" name="Image9" width="101" height="43" border="0" id="Image9" /></a>
           <ul>
             <li><a href="meetings.html">Meetings</a></li>
             <li><a href="showandtell.html">Show &amp; Tell</a></li>
             <li><a href="library.html">Library</a></li>
             <li><a href="blogs.html">Blogs</a></li>
        <li><a href="retreat.html">Retreat</a></li>
           </ul>
         </li>
         <li><a class="MenuBarItemSubmenu" href="members.html"></a><a href="members.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','images/membersred_03.gif',1)"><img src="images/memberswhite_03.gif" alt="members button" name="Image10" width="101" height="43" border="0" id="Image10" /></a>
         </li>
         <li><a href="community.html" class="MenuBarItemSubmenu"></a><a href="community.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','images/communityred.gif',1)"><img src="images/communitywhite_03.gif" alt="community button" name="Image11" width="101" height="43" border="0" id="Image11" /></a>
           <ul>
             <li><a href="kidskwilts.html">Kids Kwilts</a></li>
             <li><a href="storybooks.html">Storybooks</a></li>
             <li><a href="sowinghope.html">Sowing Hope</a></li>
           </ul>
         </li>
         <li><a href="contacts.html" class="MenuBarItemSubmenu"></a><a href="contacts.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','images/contactsred_03.gif',1)"><img src="images/contactswhite_03.gif" alt="contacts button" name="Image12" width="101" height="43" border="0" id="Image12" /></a>
           <ul>
             <li><a href="board.html">Board</a></li>
             <li><a href="bees.html">Bees</a></li>
             <li><a href="resources.html">Resources</a></li>
             <li><a href="shops.html">Shops</a></li>
             <li><a href="guilds.html">Guilds</a></li>
           </ul>
         </li>
       </ul>
    </div><!--navbar -->
    <div id="quilt_bottom"><img src="images/quilt_bottom_02.png" width="550" height="128" alt="quilt bottom" /></div>
    <div id="maintemp">
      <div id="next">
      <div id="next_meeting_text">
        <div align="center">Next Meeting<br/> March 15
          </div><!--center -->
      </div><!--next_meeting_text -->
      <div><!--speaker_text -->
        <div  align="center"><a href="http://americanjane.com" id="speaker_text">Sandy Klop<br/>"American Jane"</a></div><!--align -->
      </div><!--speaker_text -->
      <div id="calendar_button">
        <div align="center"><a href="calendar.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','images/calendar_ro_03.gif',1)"><img src="images/calendar_03.gif" alt="calendar button" name="Image6" width="136" height="54" border="0" id="Image6" /></a></div>
      </div><!--calendar_button -->
      <div id="events_button">
        <div align="center"><a href="events.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images/events_ro_03.gif',1)"><img src="images/events_03.gif" alt="events button" name="Image7" width="136" height="54" border="0" id="Image7" /></a></div>
        </div><!--events_button -->
    </div><!--next -->
    <div id="main_head">Welcome To The <br/>Denton Quilt Guild</div><!--main_head -->
    <div id="main_text">
          We are a group of over 200 quilters creating everything from traditional quilts, to art quilts, and everything in between.  New members and visitors are always welcome to our meetings on the 3rd Thursday of each month.<br />
          The Denton Quilt Guild provides a service to the local community by providing quilts to children in need, offering our Storybooks and Quilts To Go to our local schools, and participating in local events such as the Storytelling Festival.  Quilters of all levels are welcome!
          </div><!--main_text -->
        <div id="bottom">
        <div id="copyright"><img src="images/copyright.gif" width="127" height="8" alt="copyright" /></div><!--copyright --> 
        <div id="facebook"><a href="http://www.facebook.com/groups/42514709926/"><img src="images/facebook.gif" width="112" height="45" alt="facebook" /></a></div>
      </div>  
    </div>
    </div><!--maintemp -->
    </div><!--wrapper -->
    <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    I still cannot solve this problem.  Can ANYONE out there help, or tell me where I can find the answer.  Now I will attach two screen shots of what my Design View looks like.  It happens on all pages I have created.  I do like working in  code view, but there are times when it's easier, almost essential for me to work in Design view.  If it works for some people, why not me?
    These images are the top and then the bottom of the same page.  I have turned CSS rendering on and off, but nothing helps.

  • Design View not rendering content of pages

    I am the webmaster and lead developer for a state university. We have developed a responsive Dreamweaver template for our mostly non-coding users (admin assistants usually are assigned web tasks for some reason). You can see our site here http://www.wwu.edu/webtech . When we bring up pages in Design View, they cannot be edited; none of the content is visible. Live view is pretty good, but it's difficult for non-coders to edit in this window. For instance, in Design view they can just select Enter after a block of text to start a new <p>; In Live View you can modify an existing paragraph as if you were in Design View, but you cannot add elements without using the Insert tool. My non code users have no idea what the Insert menu is talking about. So my questions are:
    1. First - has anyone else hit situations where Design View did not work? Here is what it looks like for the site mentioned above:
    2. Any idea why design view cannot handle this page? It's a standard responsive site with media queries... I've tried stripping out complexity but cannot get it to work. It is valid HTML and passes tests.
    3. Am I using the wrong product? Can Muse handle Dreamweaver templates?

    Nancy O, osgood_, Fritz, thank you for your thoughts.
    Dreamweaver has been a wonderful tool for non-coders for many years. We developed templates for the groups, then all they had to do was put the content into the correct areas through the power of the Dreamweaver template. That is no longer possible it seems with the more complex, responsive templates. And yes, Osgood_ , it does appear that some pages will be rendered fine in Dreamweaver. Our older templates such as represented by this site: http://www.wwu.edu/bservices IS viewable and editable in Dreamweaver Design view. Those users are quite happy. However our newest responsive Dreamweaver templated sites such as http://www.wwu.edu/webtech and http://www.wuw.edu/registrar2 are not.
    What I'd really love is for an adobe engineer to sit down and look at our templates and let me know if there is anything I could do to make these templates usable in Design View.
    Our other alternative is to move away from static HTML and Dreamweaver and go entirely to WordPress and Drupal. I will miss Dreamweaver when this happens! I had hoped there was a place for those who did not want the complication of a Wordpress site...

  • JSP Design view not working in JDeveloper 10.1.3.3

    Hi,
    The problem I have is that my JSPs all throw a class not found error in design view when I load them. The problem is related to the useBean tag (see error example).
    Error exercising tag : jsp:useBean
    java.lang.Exception: java.lang.ClassNotFoundException: com......client.jsp.testclass
    The application is divided into a web project, an EJB project, and a server classes project. The JSPs are in the web project and the problem classes are in the server classes project. I'm limited to source view editing of JSPs due to this and the problem is only in the IDE, deployment of the code to the server is fine.
    Any suggestions would be appreciated.
    Kaitain

    I think they are but I could be mistaken, as the libraries list for the web project shows the server classes as a library.

  • Design view not showing true design

    I'm using Dreamweaver CS3, and have an issue with design
    view.
    I was editing the content of a page in design view, applying
    styles from my main.css, when the page I was working on suddenly
    lost all its styles, including heading & paragraph styles, and
    placement of most div tags.
    My header and the div tags inside that are still visible, as
    is the side navigation, although the background image for the side
    navigation is not. It seems to be all my editable regions that have
    decided not to show correctly.
    I've checked other pages and templates based on the main.css,
    and they all appear to have the same problem.
    The good news:
    1. The CSS Styles inspector on each page shows it is attached
    to the main.css, but lists only three styles under that style
    sheet, all of which are named 'td img'.
    2. The main.css itself looks fine. All my styles are still
    there.
    3. When I preview my site in a browser, it looks as it
    should, so presumably it IS still attached to the style sheet, it's
    just not showing properly when I'm working on it.
    Any clues as to what's going on?
    As I'm sure everyone says, this is kind of urgent, so any
    help anyone can offer will be very gratefully received!
    Thanks in advance for any help you can offer!
    EDIT: I've been playing around with previewing the site in a
    browser again, and have encountered another issue, which may be
    related. I can preview a preliminary page, but all my links take me
    to a 'this page cannot be found' error message. I was pretty sure
    it wasn't doing this when I first encountered the problem with
    design view, but I could be mistaken. Has something happened to the
    internal links on my site, perhaps?

    In the View menu go to Style Rendering. Make sure Display
    Styles is checked.
    Walt
    "Cyrus_Ice" <[email protected]> wrote in
    message
    news:fga649$m61$[email protected]..
    > I'm using Dreamweaver CS3, and have an issue with design
    view.
    >
    > I was editing the content of a page in design view,
    applying styles from
    > my
    > main.css, when the page I was working on suddenly lost
    all its styles,
    > including heading & paragraph styles, and placement
    of most div tags.
    >
    > My header and the div tags inside that are still
    visible, as is the side
    > navigation, although the background image for the side
    navigation is not.
    > It
    > seems to be all my editable regions that have decided
    not to show
    > correctly.
    >
    > I've checked other pages and templates based on the
    main.css, and they all
    > appear to have the same problem.
    >
    > The good news:
    > 1. The CSS Styles inspector on each page shows it is
    attached to the
    > main.css,
    > but lists only three styles under that style sheet, all
    of which are named
    > 'td
    > img'.
    >
    > 2. The main.css itself looks fine. All my styles are
    still there.
    >
    > 3. When I preview my site in a browser, it looks as it
    should, so
    > presumably
    > it IS still attached to the style sheet, it's just not
    showing properly
    > when
    > I'm working on it.
    >
    > Any clues as to what's going on?
    >
    > As ever, this is kind of urgent, so any help anyone can
    offer will be very
    > gratefully received!
    >
    >

  • Design View Nonworkable - Fine in Browsers and Validation

    Hi!
    I have year old sites and new sites using CSS and server side
    includes (both php and asp) that are nonworkable in design view in
    Dreamweaver CS3. Sites were fine in Macromedia 8 but not now. My
    very old sites are fine - they are straight HTML sites.
    I have read several past posts on this problem and ruled out
    many of the solutions for my case. My pages are clean in WC3
    validation (meaning no errors) - since this is what Adobe
    Dreamweaver support was concerned about when I took out an support
    incident with them. The sites display fine in 6 browsers, but not
    in DW CS3 now that I upgraded. This makes no sense.
    I see some answers that CS3 is not as tolerant as before of
    bad coding. This is not the issue, it is validated and displaying
    across browsers fine.
    I and my staff are crippled working on these sites now that
    we have all upgraded to CS3 with the way they are displaying.
    Here are some pages that I am having problems with:
    http://www.scandpg.org/meeting_event.php
    http://www.eatrightny.org/about/about_site.php
    http://www.eatrightmissouri.org/jobs/index.asp
    (site workign on now, not live)
    http://www.hada.com/about/board.asp
    I have found if I uncheck server side includes in preferences
    for invisible elements I can work on the content better, but this
    is a workaround but does not resolve the fact that DW is not
    displaying coding in view correctly and still leaves some issues
    when developing a site.
    Thanks for your help in shedding light on this as I may be
    off. My conclusions are drawn from a support incident/ticket with
    Adobe on this very same thing, looking at the DW forum postings
    over the last six months on this and my own recent experiences.
    Thanks in advance for your help.
    Healthy regards,
    Teresa

    If you want to work in DW, then you must adopt this approach
    to the use of
    server-side includes:
    > The parent file is the ONLY one that can contain
    <html>, <head>, or <body>
    > tags.
    > The include files cannot contain those tags.
    > The final assembled page must therefore only contain one
    instance of each
    > with its associated closing tag.
    That seems to be your largest problem.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "terepan" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks!
    >
    > I agree I have HTML errors on some, but did not think
    they would cause
    > pages
    > to be as extremely distorted in design view as they are
    coming up in DW
    > CS3 now.
    >
    > I appreciate you looking at the pages. This may help you
    in helping me. I
    > now
    > took out all the HTML on this page except the body, head
    and title tags.
    > The
    > red pepper image in DW CS3 displays in the middle of the
    page. I can not
    > add
    > any content in design view in the main content area of
    this page.
    >
    >
    http://www.eatrightmissouri.org/jobs/index.asp
    >
    > I do appreciate the idea of having a web development
    tool that will force
    > me
    > into industry standards.
    >
    > My concern is this is not true. I hope there is an easy
    fix. It is not
    > desirable to take out the server side includes when
    entering content.
    > Part of
    > the expertise in putting together effective pages is
    more than coding. It
    > is
    > bringing the content to life and getting the intended
    message across to
    > target
    > markets. This is difficult when you are designing and
    can not even see
    > the
    > entire page when making decisions on how to display the
    information.
    >
    > I wouldl like it if it was as simple as my HTML errors,
    but looking at my
    > full experience with ths display issue in design view,
    this does not
    > explain
    > it all.
    >
    > Thanks for looking at the pages. If you could look at
    the one I took out
    > most
    > all the HTML and I will cross my fingers there is a
    simple fix. I am in
    > the
    > process of getting pages in this site ready to turn over
    to my staff and
    > am
    > perplexed what to do.
    >
    > Healthy regards,
    >
    > Teresa
    >
    >

  • Design View Not Displaying Pages with any Formatting

    I asked this question in another thread and somebody locked it.  The question is not answered.  My Design view is not displaying my files with any formatting.  I can view them in a browser, but not in Design view where I can see my work as I'm working.  While I can upload files to the remote server (host provider) the links got screwed up so files on the remote server don't show any formatting either.  Every link, thousands of links, are off by one word (folder) from where my site was residing on my hard drive.  When I try to make a change to the links manually then I can no longer view them with any formatting in my own browser either.
    On my local broswer on my PC the address line reads: http://localhost/folderNameIneedToDelete/filename.php
    On the live website (for my homepage) the address line reads http://websiteName.com/folderNameIneedToDelete/index.html
    (Here is the text from another thread that was improperly locked)
    I just added a remote server to my site so I could begin uploading files to my host provider.  When I saved the setup I saw a message popup about the cache changing.  Now when I try to view a file in Dreamweaver in Design View it doesn't recognize any of the external style sheets.  It displays with no formating.
    I can still view the pages in a browser and they look appropriate, just not in Design View where I can continue working on the site as I've been doing.
    How do I get Design View to display my pages properly again using the .css pages that apply to each page design?
    Thanks,
    Robert

    Murray, thanks for all your assistance.
    Before I edit thousands of links again I want to confirm I've interpreted all your info correctly.  If I setup everything as follows all my pages should work in Design View, browsers accessed from the "Preview/Debug in browser" icon in Dreamweaver and most importantly in a live environment at a host provider:
    Site Setup
    Site - Site Name:  anything including spaces
    Site - Local Site Folder:  C:\wamp\www\rootfoldername\
    Servers - Testing Server (Testing: checked)
    Server Name:  Testing Server
    Connect Using:  Local/Network
    Server Folder:  C:\wamp\www\rootfoldername\
    Web URL:  http://localhost/rootfoldername/
    Remote Server - Maintain synmchronization information:  checked
    Remote Server - Automatically upload files to server on Save:  unchecked
    Remote Server - Enable file check-out:  unchecked
    Testing Server - Server Model:  PHP My SQL
    Version Control - Access:  None
    Advanced Settings - Local Info - Default Images Folder:  C:\wamp\www\rootfoldername\_images\
    Advanced Settings - Local Info - Links relative to:  Document
    Advanced Settings - Local Info - Web URL:  http://sitename.com/
    Advanced Settings - Local Info - Case-sensitive links checking:  unchecked
    Advanced Settings - Local Info - Enable Cache:  checked
    Advanced Settings - Cloaking - Enable Cloaking:  checked
    Cloak files ending with:  unchecked
    Advanced Settings - Design Notes - Maintain Design Notes:  checked
    Advanced Settings - Design Notes - Enable Upload Design Notes for Sharing:  unchecked
    Advanced Settings - File View Columns - Name:  Built In - Show
    Advanced Settings - File View Columns - Notes:  Built In - Hide
    Advanced Settings - File View Columns - Size:  Built In - Show
    Advanced Settings - File View Columns - Type:  Built In - Show
    Advanced Settings - File View Columns - Modified:  Built In - Show
    Advanced Settings - File View Columns - Checked Out By:  Built In - Show
    Advanced Settings - Contribute - Enable Contribute compatibility:  unchecked
    Advanced Settings - Templates - Don't rewrite relative document paths: checked
    Advanced Settings - Spry - Asset Folder:  C:\wamp\www\rootfoldername\SpryAssets\
    Site File Structure - place files in the following folders:
    C:\wamp\www\rootfoldername
    webpages (html & php)
    _images  - [folder] (there are numerous image folders beginning with _images) containing .jpg and .png files
    _includes - [folder] containing attached .php files for the header, navigation and footer attached to every page
    _scripts - [folder] containing .js script files
    _styles - [folder] containing .css files (external style sheets)
    Connections - [folder] contains one php file (databasename.php)
    SpryAssets - [folder] containing system generated .js files .css files and .gif files
    ZendFramework - [folder] - I have no idea if the files in this folder are necesary and why it was placed here many months ago
    ** Links **
    Remove the leading / from every link in every file
    HTML5 shiv
    using an external link will always reflect the latest changes(Question) - If I link to this .js file externally at google instead of linking to a current copy in my _script folder could future changes to this external .js file cause future problems with the webpages that have this file attached?
    Remote Server
    Setup a remote server using the ftp address settings provided by the host provider.  (Question) Any settings defined for the future Remote Server (the first remote server was deleted when problems occured) will not cause any harm to anything involving the Testing Server such as viewing webpages in Design View, browsers accessed from the "Preview/Debug in browser" icon in Dreamweaver and will not cause any harm to any files eventually put to the host provider via that future Remote Server. Is that correct?
    Murray, thanks again for your help,
    Robert

  • Design View Not displaying the page

    Recently I asked the same question here but I think I did not explain myself correctly. I have hunted for answers but not found any so I am asking again with images this time.
    I have had this site written for me and I know it was written in DW. They claim that they can work with the file no problem but I certainly cannot.
    When I try to open it all I can see in the design view is the <div> boxes as below. If I display it in split view - live - I can see the page.
    Is this display what I should expect or is there some other reason like code errors ??
    Cheers and thanks for the help

    You have this -
    </head>
    <script>
    <!--
    function msgopen(url, name, w, h)
    w += 32;
    h += 96;
    var win = window.open(url,
      name,
      'width=' + w + ', height=' + h + ', ' +
      'location=no, menubar=no, ' +
      'status=no, toolbar=no, scrollbars=yes, resizable=yes,screenX=2,screenY=2,left=100,top=100,');
    win.resizeTo(w, h);
    win.focus();
    // -->
    </script>
    <style type="text/css">
    #preloader  {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #fefefe;
         z-index: 99;
        height: 100%;
    #status  {
         width: 200px;
         height: 200px;
         position: absolute;
         left: 50%;
         top: 50%;
         background-image: url(ajax-loader.gif);
         background-repeat: no-repeat;
         background-position: center;
         margin: -100px 0 0 -100px;
    </style>
    <body>
    In other words, you have a script block AND a CSS block between </head> and <body>. That's invalid code. Move it to where it belongs inside the <head> region.  You could have found this in an instant by checking the page here - http://validator.w3.org.

  • Problem doing JSF tutorial - design view not working

    Hi everyone.
    I am fairly new to Java and followed the tutorial bellow to styart learning about it.
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/adf_richclient/adfrichclient.htm#o
    I managed to finish the tutorial using the structure explorer because the design view wasn't working for me. Whenever I make a JSF Template and use it to make another JSF page, the design view does not shows the facet I've added, thus I cannot put any components using the design view. I basically fail to get the screen shown at #4 of the "Create a Page Using the Page Template" section in the tutorial.
    Am I missing a configuration or something ?
    Thanks.

    I tried looking at the logs (with the option on) and didn't see anything. I'll continue to investiguate on this.
    Here is the template code followed by the "child" page code. On the page code, I can't put anything inside the facet using the designer, but using the structure, I can.
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:decorativeBox id="pt_db1">
    <f:facet name="center">
    <af:panelSplitter id="pt_ps1" orientation="vertical"
    splitterPosition="25" positionedFromEnd="true">
    <f:facet name="first">
    <af:panelSplitter id="pt_ps2">
    <f:facet name="first">
    <af:panelAccordion id="pt_pa1">
    <af:showDetailItem text="showDetailItem 1" id="pt_sdi1"/>
    </af:panelAccordion>
    </f:facet>
    <f:facet name="second">
    <af:facetRef facetName="content"/>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="second"/>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>master</display-name>
    <facet>
    <facet-name>content</facet-name>
    </facet>
    <attribute>
    <attribute-name>Title</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>*Default Title</default-value>
    </attribute>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/templates/master.jspx"
    value="#{bindings.pageTemplateBinding}" id="pt1">
    <f:facet name="content"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Edited by: 833334 on Feb 2, 2011 2:28 PM --> Replaced with smaller code that has the same issue.

  • Quickie: Design view not working

    Hi all,
    Not sure why, but design view (non-live) just shows a grey panel, or white if I focus on it.
    If I turn Live View on, I can see everything but not edit it obviously. Split code/design doesn't work unless Live View is turned on.
    No idea why this is, I'm an occassional user of DW (CS6 Win7). This is a site which I've created, edited and published before all on the same workstation.
    Thanks in advance,
    Simon.

    First, validate your HTML and CSS code.  Fix any reported errors.  CS6 Design View is much less forgiving of coding errors than earlier versions were.  A blank screen can be caused by missing semi-colons in your CSS, orphaned <div> tags, etc..
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    If after cleaning your code you still have problems, upload your page and supporting files to your web server, come back here and post the URL so we can take a look at it.
    Nancy O.

  • Jsp Design view not working

    For some reason I can't create or edit jsp files within the design view. I get a blank screen with the following text in the middle "Type, paste, or drag content onto this blank page, or drag and drop a component from the palette.
    The weird thing is that a few jsp pages that I try to edit will work but most of them won't display anymore. They were working a day or so ago.
    Does anyone have any idea what is wrong?
    I am running Studio Edition Version 10.1.3.0.4 (SU5).
    Please, any help would be greatly appreciated.

    Shay,
    I created a new jsf jsp page like the following:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>one</title>
    </head>
    <body><h:form></h:form></body>
    </html>
    </f:view>
    When I go to the design view, I get the following messages on the console
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl
    verifyFilterIsInstalled
    WARNING: The AdfFacesFilter has not been installed. ADF Faces requires this fil
    ter for proper execution.
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.renderkit.core.CoreAdfRend
    eringContext _initializeSkin
    WARNING: There is no SkinFactory
    Sep 15, 2006 7:24:19 AM oracle.adfinternal.view.faces.io.HtmlResponseWriter endE
    lement
    SEVERE: Element End name:form does not match start name:script
    I see the severe error but it doesn't make any since becuase I don't have a script element in this file.
    Please help.....

  • Design View Not Working Properly

    Hi, I save my web site files as .php and I'm using DW CS5. When I switch to Design View all I get are a couple of icons. Why won't it display the page for me?

    Save file as 'test.html'
    If you still cannot see anything in design view, use the validation tools below and fix reported errors.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    If you're still not seeing anything in Design View, post your code into the web forum with  >> Syntax highlighting > Plain.
    Code in the web forum looks like this.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Design view not always available?

    I have a some sites in Dreamweaver CC 2014 but none of them are created in this version, they are created mostly in CS6. But when I open them in CC 2014, some of them seem to have the "design view" available, but som of them not. And I cannot understand why. Anyone having a clue? This is quite annoying since I want the design view....
    Lena P

    The new Live View on CC 2014.1 64 bit works faster than Design view did in CC 2014, however, pages take twice as long to open/load on my Win 7 machine.
    Also, if the settings are wrong, it is WAY too easy to delete content.
    Example:  With Split view "Code and Live" (No Design option for PHP pages) it will let m scroll in either Code or Live.  If I click content in Live view I can't edit there.  If I then click into Code view the entire Body highlights. If I scroll back down to the content I wish to edit and click a blank section of the code (outside of any tags) the entire body is again highlighted and cursor it at the top of this content.
    More than once, out of habit, I have scrolled down to a content section, typed a letter and a whole block of content has been replaced with my new letter.
    I am convinced this has to do with the new settings and my combinations are not right, but I can't find a combination I like (Can edit either live page or code AND see Fluid Grid background)
    Today, I do prefer the previous Code and Design view for my PHP pages

Maybe you are looking for

  • Using USB

    I am using pages In an I pad 2 and it is taking ages for documents to open. Can I use a USB camera converter to store the documents on it so I don't take all the memory on my I pad (16gb)

  • What's wrong with the iTunes app updates?

    The last days the app update is behaving very strange. One moment there are no updates, then suddenly there are 8 but iTunes cannot find them. And at this moment, there are 41 updates being downloaded while 5 minutes ago there were none. What's going

  • Returnable Packaging for PO

    Dear Expert, I've a scenario whereby the MM consultant try to push the SD consultant for the scenario below: - There is FOC returnable packaging (wooden pallet) for PO to ship back the these to the supplier in oversea - These wooden packaging will be

  • EXIF time altered on conversion from PEF to DNG

    Converting Pentax PEF files from my *istDS to DNG using the Adobe DNG converter (4.1) results in the EXIF date/times all being shifted forward by six hours. I gather that the camera and the converter are miscommunicating regarding time zone. But the

  • I can't install any app frm store. it shows NSinconsistencyexception error?

    i can't install any app frm store. it shows NSinconsistencyexception error?