Design Mode not displaying

I have some old (from the year 2000-2001) html files that
would show up in the design editor in Dreamweaver. I am now using
Dreamweaver CS3 and the design mode only shows my background. When
I click on the 'split' icon to show both design/code, the code show
up perfectly but the design area only show the background color,
and a empty table with 2 talbes inside.
here is a screenshot of my workspace:
http://i65.photobucket.com/albums/h229/TripKid/layout.gif
Is there any preferences that I need to change?
Here is the html for this page. If it didn't show up, please
look at
http://peachesandcreamdayspa.com/html/skin_care.htm
. These were the most recent html files. I have to warn you, the
code is old and ugly! :)
If anyone could help, you would be a life saver! Thanks!

>
http://peachesandcreamdayspa.com/html/skin_care.htm
in code view, go to line 113
</td></td>
erase one of them, and click into design view again.
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • Design Mode not working - java.lang.Null Pointer exception

    When attempting to use the Design mode Flash Builder has started to completely fail to display the design and issues following erros in the components tab:
    "Could not create the view: An unexpected exception was thrown."
    "java.lang.NullPointerException
        at com.adobe.flexbuilder.codemodel.internal.design.ComponentCategoryList.getCustomComponents Filtered(ComponentCategoryList.java:207)
        at com.adobe.flexbuilder.mxml.editor.views.components.ComponentsView$ViewContentProvider.get Elements(ComponentsView.java:339)
        at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:959)
        at org.eclipse.jface.viewers.ColumnViewer.getRawChildren(ColumnViewer.java:703)
        at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:1330)
        at org.eclipse.jface.viewers.TreeViewer.getRawChildren(TreeViewer.java:390)
        at org.eclipse.jface.viewers.AbstractTreeViewer.getFilteredChildren(AbstractTreeViewer.java: 636)
        at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:60 2)
        at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:799)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:776)
        at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:639)
        at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.ja va:1490)
        at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:828)
        at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1474)
        at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1392 )
        at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:402)
        at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1353 )
        at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1467)
        at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:274)
        at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1634)
        at com.adobe.flexbuilder.mxml.editor.views.components.ComponentsView.createMainControl(Compo nentsView.java:594)
        at com.adobe.flexbuilder.mxml.editor.views.AbstractDesignOnlyView.createPartControl(Abstract DesignOnlyView.java:125)
        at com.adobe.flexbuilder.mxml.editor.views.components.ComponentsView.createPartControl(Compo nentsView.java:1036)
        at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:367)
        at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
        at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2229)
        at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1067)
        at org.eclipse.ui.internal.WorkbenchPage$20.run(WorkbenchPage.java:3816)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3813)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignViewManager$EditorListener.showViews (CodeAndDesignViewManager.java:665)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignViewManager$EditorListener.reconfigP anels(CodeAndDesignViewManager.java:547)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignViewManager$EditorListener.pageAbout ToChange(CodeAndDesignViewManager.java:409)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.pageAboutToChange(CodeAndDesi gnEditor.java:582)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.setActivePage(CodeAndDesignEd itor.java:682)
        at com.adobe.flexbuilder.mxml.editor.MXMLEditor.setActivePage(MXMLEditor.java:544)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor$1.clicked(CodeAndDesignEditor .java:454)
        at com.adobe.flexide.editorcore.ui.controls.ButtonBar.clicked(ButtonBar.java:289)
        at com.adobe.flexide.editorcore.ui.controls.AbstractButton.sendClickEvent(AbstractButton.jav a:41)
        at com.adobe.flexide.editorcore.ui.controls.ToggleButton.handleChange(ToggleButton.java:79)
        at com.adobe.flexide.editorcore.ui.controls.ToggleButton.mouseDown(ToggleButton.java:66)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311)"
    This makes Flash Builder 4 pretty much useless to me. Anybody happen to know how to fix this issue?
    Thanks a lot in advance

    Uninstalling Flash Builder 4 (my machine is a Mac Pro) and re-installing it solved the issue. Not my favourite way to resolve issues ... but desperate times ask for desperate measures.

  • Design mode not available when creating or opening a php file - CS5

    I am not sure if this is a bug or not.  When I create a new php file, it opens in code view.  The options to view in design or code and design mode are disabled.  If I reset the workspace, does not matter which workspace I am in at the time, then the file is displayed in code and design mode but the options to view in design or code and design are disabled.
    If I select code view mode, the design view disappears (as expected) but there is no way to get to design or code and design without resetting the workspace.
    Is this considered normal operation?  The help system does not hint that there is a restriction on view modes for a PHP file.
    Thanks
    Walter

    Hi Walter,
    my DW opens always in that mode which I last worked in with a file and then closed DW. Did you already try this (tranlated from German DW):
    Preferences> General> Open new document at startup.
    Hans-G.

  • Design mode not working in Jdev 10g

    Hi All
    I am facing some problem in Jdeveloper 10g. I created a project few days back. Today when I am opening jsp pages of that project, It is not coming in the Design mode. It writes only "Page Directives" instead of showing Forms and Tables. But when I run them, it shows the tables etc properly in browser.
    Can anybode help me out to open the page in Design mode again.
    Regards
    Rexy

    Hi Chris
    According to the note, These files gate changed when they are inside WEB-INF. But in my case, these files are parallel to WEB-INF and still they are showing this kind of behaviour.
    Regards
    Rajat

  • 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

  • DW Design Mode not rendering properly

    Can anyone help me with this one ...
    Grab the source from this site
    http://www.s-3corp.com/ and save
    the
    page. Open it in DW design mode. try to select the text and
    edit it
    from within DW design mode?
    If I want to edit the content - I must do it in code view. If
    I attempt
    to select text in design view - then DW selects the entire
    containing
    div - which is really really annoying.
    Any ideas? I assume it is a setting of some kind - except
    this is the
    only site I have that does this. So then I think it is in the
    code
    somehow? The styling? AARRRGHH!! :)
    Thanks,
    Chris
    Chris Luksha
    Echo Web Services
    Making Your Website Resound
    p: 603-831-0099
    f: 603-532-8906
    http://www.echowebservices.com/
    Now supplying Thawte certs
    http://tinyurl.com/2xnxo8
    AND Authorize.net Low rates
    http://tinyurl.com/2cmoq3
    And Did I mention I love building Cartweaver Modules

    It's a pragmatic solution to the problem of fitting 5 pounds
    of content into
    a 3 pound box. If you have content in a region that must
    scroll, and if
    DW's design view were to show you all of the content, it
    would break your
    layout. This is the solution to that issue....
    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
    ==================
    "Chris Luksha"
    <[email protected]> wrote in message
    news:fm3hga$q8r$[email protected]..
    > Hi Murray - the code is on the page -
    http://www.s-3corp.com/
    >
    > Of course it is using includes so there are 6 included
    files or so -
    > however they are line for line when rendered - so..
    >
    > Anyway - I just now created a new style sheet for design
    time and hid the
    > menu navigation bar above the content -which was the
    content masking the
    > content - or at least part of it :)
    >
    > And that worked once I double clicked in the content
    area.
    >
    > So I think my solution will be to import the "localonly"
    style sheet from
    > the main style sheet and simply put a blank
    "localonly.css" file on the
    > server while my local one hides the menu.
    >
    > At least it is a workaroound for now. So why does the
    overflow effect DW
    > in this way?
    >
    >
    > Chris Luksha
    > Echo Web Services
    > Making Your Website Resound
    > p: 603-831-0099
    > f: 603-532-8906
    >
    http://www.echowebservices.com/
    >
    > Now supplying Thawte certs
    http://tinyurl.com/2xnxo8
    > AND Authorize.net Low rates
    http://tinyurl.com/2cmoq3
    > And Did I mention I love building Cartweaver Modules
    >
    > Murray *ACE* wrote:
    >>> However even though I am there I still can't
    click the beginning of the
    >>> content text.
    >>
    >> This usually means that there is a masking
    positioned element over top of
    >> the part you are trying to edit. Why not show us the
    page / code?
    >>

  • 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 displaying but code view is ok

    Hi Everyone,
    my design view in dreamweaver cs5.5 is not displaying anything but all the code is there and my page online is working fine http://www.exclusivewindowtint.com.au/car-window-tinting.html
    How can i fix this as easy as possible? this is only happening to this one page on my website.
    Thank You
    George

    I have to second  Murray on this.
    I will go a step further and say ignoring errors on your site because someone else's site has some is extremely poor advice, especially considering the volume of people visiting this forum alone with a random display problems that are solved by simply correcting the errors found in the validators.
    Restoring from a backup may work this time, but why did it work? That's where validation, and understanding what the validator is telling you, pays off. You somehow inadvertantly mangled your table code, will that ever happen again? What happens if your backup also has the same mangled code next time?
    Some validation errors are never going to affect display and can be completely ignored from a "how does this affect my design" point of view, like missing an alt attribute on an image for instance. Others, like missing or improperly nested html elements, can kill your design in browsers or rendering engines that can't handle major errors (like most versions of IE or DW's Design View) while everything looks fine in a browser better programmed to handle problems (like Chrome or Firefox).
    Bottom line is, the validators are extremely useful tools, do not ignore the  error report unless you understand which errors can be ignored.

  • Designer does not display logs

    The Designer (12.2.1.0) does not display logs when we use
        -s"jobname"
    instead of
        -G"guid"
    in parameter-text-files for exported-execution-commands (batch-files).
    The logfiles are created on disk.
    The management console finds the logfiles and displays them.
    The AL_HISTORY* tables and views know where the logfiles are.
    Has anyone experienced similar behaviour?
    Is there a cure?
    TIA
    Bernódus

    -s"jobname"  or  -s"JOBNAME"  or  -s"joBName"
    Case does not matter regarding display of logs.
    But console.job-name == al_history.sevice == value-of-parameter.
           it does not matter if name==lower(normname) or upper(name)==normname
    Designer location does not matter either. 
    We see no logs when activating Designer on the jobserver machine.
    And we see no logs when activating Designer on some developer machine.
    Edited by: Bernódus on Jul 22, 2011 4:26 PM

  • IN MIGO display mode not displaying the Invoice tab.

    Dear Sappers
    My Problem is , We r doing MIGO with excise & it capture well  posted it, But after that in display mode of MIGO the excise invoice tab not display?
    Why? How will get it?
    Please suggest better solution........
    Thanks

    I understand this note is useful if Excise tab not dispalyed while doing MIRO. But the issue is -In dispaly mode of MIGO the excise tab is not dispalyed even though we have captured the Excise during MIGO.
    Please let me know some solution on this as I am also facing same problem.
    Thanks
    Dhanu

  • Design Window Not Displaying Correctly

    In MX 2004, I have a layout in which the column structure is
    set forth in CSS, but the columns then contain HTML-defined tables.
    Is this mixture problematic in MX 2004? If I hit F12 or upload, the
    result is fine, but in the Design window, the display is thoroughly
    broken. Elements are skewed left-right-up-down, or don't appear at
    all. I'm flying blind.
    Is this problem known in MX 2004? If so, is it one of the
    things that "expanded CSS support" of Dreamweaver 8 fixes? I'm
    loath to upgrade if all I get is the same limitation.
    Thanks in advance

    > Is this mixture problematic in MX 2004?
    No. Most likely your code is 'troubled', even if it looks OK
    in the
    browser. Can you post a link to the page? Does the page
    validate?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "anabasis37" <[email protected]> wrote in
    message
    news:evpi7j$b3i$[email protected]..
    > In MX 2004, I have a layout in which the column
    structure is set forth in
    > CSS,
    > but the columns then contain HTML-defined tables. Is
    this mixture
    > problematic
    > in MX 2004? If I hit F12 or upload, the result is fine,
    but in the Design
    > window, the display is thoroughly broken. Elements are
    skewed
    > left-right-up-down, or don't appear at all. I'm flying
    blind.
    >
    > Is this problem known in MX 2004? If so, is it one of
    the things that
    > "expanded CSS support" of Dreamweaver 8 fixes? I'm loath
    to upgrade if
    > all I
    > get is the same limitation.
    >
    > Thanks in advance
    >
    >

  • Table in design view not displaying properly

    I put in a table at 100% width - to house a spry menu.  It shows up fine in all browsers and in live mode, but in dreamweaver design view the table and menu display off to the right - outside of the workspace. It's a pain!  How do I fix this?

    You certainly do NOT need a table to hold your menu -- no matter which one you use.
    Table layouts went the way of the dinosaur last century.  Nowadays, we use CSS for layouts.  To illustrate, copy & paste this code into a new, blank document and preview in browsers.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <style>
        /**fixes the box model**/
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    /**basic layout**/
    body {
        width: 80%; /**adjust width in px, em or % as desired**/
        margin:0 auto; /**with width, this is centered**/
        background: maroon;
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        font-size: 100%;
    header, footer { color: #FFF; }
    /**left sidebar**/
    aside {
        display:table-cell;
        width: 25%;
        padding: 1%;
        background: #C99;
    /**main content**/
    article {
        width: 75%;
        display:table-cell;
        padding: 2%;
        border-left: 1px dotted silver;
        background: #EAEAEA;
    footer {
        clear: left;
        font-size: 80%;
        text-align: center;
    /* BEGIN HORIZONTAL DROP-MENU */
    nav {
        position: relative;
        width: 100%;  /**adjust width as needed**/
        margin: 0 auto;
        padding: 0;
        text-align: center;
        z-index: 1000;
    nav ul {
        margin: 0;
        padding: 0
    nav li {
        list-style: none;
        font-size: 12px;
        float: left;
        text-align: center;
    /**top level menu**/
    nav li a {
        display: block;
        text-decoration: none;
        margin-right: 2px;   /* space between links */
        width: 12em;   /* adjust as needed or use auto */
        padding: 6px 15px;
        font-weight: bold;
        line-height: 2em;
        color: #1e5799;
        border: 1px solid #FFF;
        background: #C7D5E3;
    /**top menu style on mouse over**/
    nav li:hover > a {
        color: #FFF;
        background: #1e5799;
    /**sub-menu**/
    nav li ul {
        display: none;
        text-align: center;
        margin: 0;
        padding: 0 1em;
        background: #C7D5E3;
        font-weight: normal;
        font-style: oblique;
    /**sub-menu, help for older IE**/
    nav li:hover ul, nav li.hover ul {
        display: block;
        position: absolute;
        padding: 0;
    nav li:hover li, nav li.hover li { float: none; }
    /**drop-menu style**/
    nav li:hover li a, nav li.hover li a {
        width: 12em;  /* adjust width as needed or use auto */
        margin-top: 0;
        line-height: 1.25em;
        font-weight: normal;
        border: none;
    /**drop-menu style on mouse over**/
    nav li li a:hover {
        background: #D3E1B7;
        color: #004A43;
    /**clear floats**/
    nav:after {
        clear: both;
        display: block;
        content: '';
    /**END DROP MENU STYLES**/
    </style>
    </head>
    <body>
    <header>
    <h1>Your Awesome Site Name</h1>
    <h2>Some Pithy Slogan</h2>
    </header>
    <nav>
    <ul>
    <li><a href="#">Menu Item1 &#9660;</a>
        <ul>
        <li><a href="#">Sub_menu1a</a> </li>
        <li><a href="#">Sub_menu1b</a> </li>
        </ul>
    </li>
    <li><a href="#">Menu Item2 &#9660;</a>
        <ul>
        <li><a href="#">Sub_menu2a</a> </li>
        <li><a href="#">Sub_menu2b</a> </li>
        <li><a href="#">Sub_menu2c</a> </li>
        <li><a href="#">Sub_menu2d</a> </li>
        </ul>
    </li>
    <li><a href="#">Menu Item3</a></li>
    <li><a href="#">Menu Item4</a></li>
    <li><a href="#">Menu Item5</a></li>
    </ul>
    </nav>
    <aside>
    <h3>Left Sidebar</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus. </p>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. </p>
    </aside>
    <article>
    <h3>Aritcle Heading</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    <h3>Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </article>
    <footer>
    <small>© 2015 Your Site Name. All rights reserved.</small>
    </footer>
    </body>
    </html>
    Nancy O.

  • DW design view not displaying CSS correctly

    Hello,
    I am having a problem using the position:relative CSS. I've
    created a simple page that has 3 div tags. Below is the code:
    <body>
    <div id="headerleft"><img src="/images/header.gif"
    width="303" height="120" /></div>
    <div id="headerright">Right Side</div>
    <div id="toplinks">
    <a href="www.google.com">Link 1</a> |
    <a href="www.google.com">Link 2</a> |
    <a href="www.google.com">Link 3</a> |
    </div>
    </body>
    Below is my CSS code:
    #headerleft {
    position: relative;
    z-index:2;
    margin-bottom:-40px;
    float:left;
    #headerright {
    float:right;
    #toplinks {
    position: relative;
    z-index:3;
    text-align:center;
    clear:both;
    What this page does is shows a image in the top left corner.
    In the top right the phrase "Right Side". Then my third div
    'toplinks' displays a bunch of links. Since my headerleft id has
    margin-bottom:-40px, I need to use z-index and position:relative so
    that my links are shown above the headerleft id.
    I publish the page and view it in IE and everything works
    fine. However, in Design View in DW my toplinks div is displayed
    right under the rightheader id. For some reason it's not being
    displayed under the left and right floats(headerleft and
    headerright id's). Not sure why because I have 'clear:both' set for
    that div's CSS.
    I take the position:relative out of the toplinks id, and
    everything looks fine in DW. My toplinks id then drops under the
    both headerleft and headerright. However, when I view this is IE
    then the links on the left are no longer active. I guess because
    z-index needs position:relative to work?
    Anybody have any suggestions?
    Thanks

    I'm not sure what you are trying to accomplish, but try this
    much simpler
    and less convoluted code -
    <style type="text/css">
    <!--
    #headerright {
    float:right;
    #toplinks {
    text-align:center;
    width: 300px;
    float: right;
    -->
    </style>
    </head>
    <body>
    <div id="headerleft">
    <div id="toplinks"> <a
    href="www.google.com">Link 1</a> | <a
    href="www.google.com">Link
    2</a> | <a href="www.google.com">Link
    3</a> | </div>
    <div id="headerright">Right Side</div>
    <img src="/images/header.gif" width="303" height="120"
    /> </div>
    </body>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "esuweb" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello,
    > I am having a problem using the position:relative CSS.
    I've created a
    > simple
    > page that has 3 div tags. Below is the code:
    >
    > <body>
    > <div id="headerleft"><img
    src="/images/header.gif" width="303"
    > height="120"
    > /></div>
    > <div id="headerright">Right Side</div>
    > <div id="toplinks">
    > <a href="www.google.com">Link 1</a> |
    > <a href="www.google.com">Link 2</a> |
    > <a href="www.google.com">Link 3</a> |
    > </div>
    > </body>
    >
    > Below is my CSS code:
    >
    > #headerleft {
    > position: relative;
    > z-index:2;
    > margin-bottom:-40px;
    > float:left;
    > }
    >
    > #headerright {
    > float:right;
    > }
    >
    > #toplinks {
    > position: relative;
    > z-index:3;
    > text-align:center;
    > clear:both;
    > }
    >
    > What this page does is shows a image in the top left
    corner. In the top
    > right
    > the phrase "Right Side". Then my third div 'toplinks'
    displays a bunch of
    > links. Since my headerleft id has margin-bottom:-40px, I
    need to use
    > z-index
    > and position:relative so that my links are shown above
    the headerleft id.
    >
    > I publish the page and view it in IE and everything
    works fine. However,
    > in
    > Design View in DW my toplinks div is displayed right
    under the rightheader
    > id.
    > For some reason it's not being displayed under the left
    and right
    > floats(headerleft and headerright id's). Not sure why
    because I have
    > 'clear:both' set for that div's CSS.
    >
    > I take the position:relative out of the toplinks id, and
    everything looks
    > fine
    > in DW. My toplinks id then drops under the both
    headerleft and
    > headerright.
    > However, when I view this is IE then the links on the
    left are no longer
    > active. I guess because z-index needs position:relative
    to work?
    >
    > Anybody have any suggestions?
    >
    > Thanks
    >

  • InCopy Layout Mode not displaying correctly.

    I have a layout that I (designer) have created in InDesign. I have created the assignments and packaged for InCopy, but when the editor gets the InCopy file the "Layout" view displays the layout incorrectly which throws off the text for the entire document making it illegible in Layout mode.
    Has anyone else had this problem? or know of a fix?
    I can provide the file if anyone thinks they can help me troubleshoot.

    Jenny, this has happened to me in the past, and I was able to troubleshoot it to some corruption that came over from QXP (the layout was converted from an XPress layout). Apparently the INDD format is more forgiving than the INCA format when there are glitches.
    Just throwing it out there ... I just needed to rejigger some paragraph styles in the INDD file to fix the problem, as I recall.
    AM

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

Maybe you are looking for

  • Send from an email address without adding the account

    I have a work email and a gmail account that forward to my icoud accout. In my mail app I only have the icloud account added to keep things clean. However, when sending email, I want to be able to send from either my company or my gmail address (not

  • PO Number ranges based on company code

    Hi all, I have a small problem, when saving a purchase order, diffrent number ranges must be assigned based on the company code, i found that the below user exit can be used, where i can use EBELN as the purchase order number, but, how to assign the

  • Create new dimension on top of SAP BW data

    Hi expert, I'm having a problem to create a new dimension on top on SAP BW data. I have a dimension details object called 'L01 G/L Account Key'. When I drag this object to the result object in the web intelligence, it display full data like '1000/301

  • Exporting square pixels to widescreen in any CS version

    Hi I have both CS4 and CS% and a webcam video that is 864 x 480 in resolution and has a 1.0 square pixel aspect ratio. The video quality is amazing and what I am trying to do is export it so I can burn it onto DVD, hence export as 720x576 in PAL DV W

  • Evoking CATT through a program

    hi ABAP gurus!     can anybody help me out by explaining me how to invoke CATT through my program and how to send a file through that program to CATT for uploading some master data.    Thanking u in advance. Kiran