Problem on designer view

Hi All,
I don't know why i can't display the designer view. Anybody can help me?
or if you want more information, i can tell you.
Regards,
Luke

Hi Luke,
Designe veiw means you are not getting layout??
First cehck this.. Goto the layout tab of the view. u will see an option of '.Show/Hide Layout Preview'.
Still not getting, your sys not configured properly.. Check FQDN
http://help.sap.com/SAPHELP_NW04S/helpdata/en/67/be9442572e1231e10000000a1550b0/content.htm
and Goto SICF transaction activate relevant services..
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/d28dfa34bb12bee10000000a1553f7/content.htm
Also cehck HOST name..
view layout is not displaying, ( The page cannot be displayed)
Cheers,
Kris.

Similar Messages

  • Problem with Design View in DW5

    I've recently inherited responsibility for my group's website (despite the fact that I'm kind of a noob at all this) and am dealing with an interesting challenge that I hope someone can help me with.
    It seems that our pages are based on a number of templates that for some reason were not saved along with the rest of the site. Short term this is not a huge issue, as the pages have the source code from the templates embedded in them, but this code is not editable and I can't figure out a way to override the fact that I'm "locked out" from making any changes (at least from within Dreamweaver). Up to now I've just been editing the pages individually in Komodo, which is tedious but not horrible, given that our site isn't that big, but it's clearly no way to do business in the long term.
    So I'm trying to re-engineer some templates that I can work with. What I did was use Komodo to strip away all of the template-related language from one of the site pages, and re-imported the code back into Dreamweaver, in the hope that I can then save that as a new template. I'm close, but not quite there. My problem is that DW's Design View isn't rendering the page properly, even though it displays fine in Live View and in browsers. Maybe this isn't a huge deal, but it's really bugging me because: 1) I do rely on Design View, since I'm not an experienced programmer; and 2) I'm kind of anal retentive.
    To see what I'm talking about, here is the page I used as the foundation for creating a new template:
    http://iodp.ldeo.columbia.edu/TOOLS_LABS/TRIPLE/aps.html
    ... and here is my new "template" (although I haven't saved it yet as a DW template):
    http://iodp.ldeo.columbia.edu/TOOLS_LABS/TRIPLE/test3.html
    The second page displays correctly in Live View, Safari and Firefox, but not in DW's Design View, where it looks like this, at least on my computer:
    As you can see, there's an odd "break" between the banner image and the menus on the left, and the body of the page, which should appear to the right of the menus on the left, is instead underneath them. I'm at a loss as to why the same code displays properly for the first page, but not the second.
    I guess my questions are as follows:
    1) Does anyone else get the same messed up display in DW's design view if they import the second page into DW?
    2) And if so, can you pinpoint where the problem is?
    I hope I've explained this clearly and would really be grateful for help. Thanks!

    Validate your code and fix errors.  #1 problem is the lack of a valid Document Type Declaration (DTD) on line 1 of HTML code.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    To add a DTD in DW:
    Go to Modify > Page Properties > Title/Encoding.
    Select document type from drop list.  I recommend HTML 4.0 Transitional.
    Hit Apply & OK. 
    Repeat Steps 1 - 3 on remaining site pages.
    I'm not a huge fan of DW Templates (.dwt).  I don't know how big your site is but it might be simpler to disconnect from Templates, giving you freedom to edit anything you wish.  Then use Server-Side Includes (SSIs) for common site wide elements such as menus, headers & footers.
    The great thing about SSIs is that you only need to edit one file, save it and upload to server.   Site pages are automatically updated by the server. With Templates, you have to upload every child page each time you change your template.  Even on small sites, this is tedious.
    Server-Side Includes
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    More on Server-Side Includes
    http://forums.adobe.com/message/2112460#2112460
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Link to CSS problem (in Design View)

    Hello Dreamweaver experts,
    In the Design View Dreamweaver CS3 is not picking up the
    styles specified in a linked stylesheet. Let me explain...
    I am using an application in our office that relies upon HTML
    (but does not use a standard web browser).
    I need to refer to linked stylesheets using a variable like
    so;
    [example #1]
    <link href="{FILES_DIR}/path/css/stylesheet.css"
    rel="stylesheet" type="text/css" />
    The use of the variable construction "{FILES_DIR}" eliminates
    the need to hard code a drive letter into the link which is
    preferrable. Without "{FILES_DIR}" I have to hard-code the drive
    letter like so;
    [example #2]
    <link
    href="file:///K|/additional-path-details/path/css/stylesheet.css"
    rel="stylesheet" type="text/css" -->
    Both examples above yield the same result in the application
    (the stylesheet is found and its styles properly applied).
    However, only with example #2 does Dreamweaver's "design
    view" pick up and apply the stylesheet. Dreamweaver cannot find the
    stylesheet or apply its styles using example #1.
    My question is how can I make Dreamweaver understand and
    apply what "{FILES_DIR}" means.
    Any tips, tricks or pointers would be most welcome...

    "horse.badorties" <[email protected]> wrote
    in message
    news:fh9o12$80d$[email protected]..
    > Hello Dreamweaver experts,
    >
    > In the Design View Dreamweaver CS3 is not picking up the
    styles specified
    > in a
    > linked stylesheet. Let me explain...
    >
    > I am using an application in our office that relies upon
    HTML (but does
    > not
    > use a standard web browser).
    >
    > I need to refer to linked stylesheets using a variable
    like so;
    >
    >
    [example #1]
    > <link href="{FILES_DIR}/path/css/stylesheet.css"
    rel="stylesheet"
    > type="text/css" />
    >
    > The use of the variable construction "{FILES_DIR}"
    eliminates the need to
    > hard
    > code a drive letter into the link which is preferrable.
    Without
    > "{FILES_DIR}"
    > I have to hard-code the drive letter like so;
    >
    >
    [example #2]
    > <link
    href="file:///K|/additional-path-details/path/css/stylesheet.css"
    > rel="stylesheet" type="text/css" -->
    >
    > Both examples above yield the same result in the
    application (the
    > stylesheet
    > is found and its styles properly applied).
    >
    > However, only with example #2 does Dreamweaver's "design
    view" pick up and
    > apply the stylesheet. Dreamweaver cannot find the
    stylesheet or apply its
    > styles using example #1.
    Did you look into "design-time" styles sheets? That may solve
    your problem.
    It won't take care of the path in the document though...
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    http://www.divahtml.com/products/scripts_dreamweaver_extensions.php
    - divaGPS - Add "you are here" highlighting to virtually any
    menu
    - divaFAQ - Create FAQ pages that toggle (show/hide) the
    answers
    - divaPOP - Easy, clean, standards-compliant popup windows.

  • Layout Problems in Design View

    Our wedsites use server side includes that control the way
    the page is laid out. My design view is not laid out the way it
    should be. If I go to the preview, it is perfect, but from the
    design view in Dreamweaver things are out of order. My navigation
    menu is hanging over my text, and I can't seem to get it to
    properly lay out on the page. Does anyone know how to fix this? I
    can email a copy of the page view if anyone wants to see it.
    Thanks!

    DW is perhaps confused by your doctype which seems to be
    suggesting both
    XHTML Strict and XHTML Transitional -
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    I would say fix that, and the other validation errors from
    http://validator.w3.org first,
    and then we'll look at the page again.....
    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
    ==================
    "TyhitiaF" <[email protected]> wrote in
    message
    news:ecl1dh$5a3$[email protected]..
    >I can show you what is is suppose to look like. If you go
    to the page
    >below
    > you can see what the pages look like online. My problem
    is, in design
    > view of
    > dreamweaver, the information about section to the left
    is placed over the
    > information to the right. Then all of it is shifted to
    the left.
    >
    >
    http://www.ualr.edu/admissions/
    >

  • Problems with design view after moving to new imac

    Moved CS4 Dreamweaver from my Mac Mini intel duo to a new i5 Imac last night: suddenly design view is not showing various CSS styles, especially certain links.
    For example, instead of this:
    HOME | ABOUT | CONTACT | HELP
    it will show this in design view:
    |||
    Meanwhile, in a browser live on the web, everything is fine.
    I did a fresh install of dreamweaver CS4 last night from original install disks to new i5 Imac.
    Help!

    Culprit is the classic MS Windows font ARIEL. I installed it one at a time from two different sources (a 1999 TT build and a 2001 TT build) and both immediately caused problems, particularly in Dreamweaver with vanishing text in design view for any fonts setting sassigned the "ariel, helvetica sans serif family").
    Since problem only is happening on the 2011 i5 Imac (but not on my old Mac Mini 1.6 or emac G4) I will guess the dilemma resides with fontbook or something peculiar to font management on the iMac.
    Removing font of course solved all problems.

  • Problem with Design View display

    Hi,
    Working happily in Design view using RH 10, and from one moment to the next the Design View display changed. The font display has changed to a truncated style and the word wrap has disappeared.
    I tried rebooting and then reinstalling and no luck in getting rid of the issue.
    The output is fine and as expected, so I am presuming that it isn't the CSS. Which I haven't edited for eons anyway so it really shouldn't be that anyway.
    This is happening on all my help projects - each with a different CSS - so it can't be the css unless RH did some sort of strange global change behind the scenes without my knowledge.
    Any thoughts on how to get Design View to display normally would be much appreaciated,
    Thanks,
    Tannis

    Hi there
    One possible suspect you may be unaware of is pressing and holding the Ctrl key as you rotate the wheel of a mouse. There may be a keyboard shortcut that would do this too.
    Cheers... Rick

  • Problem with design view (DW8)

    Page display correctly in IE7 browser but not in design view.
    Right sidebar is appearing in the middle of the page. Page is using
    CSS and the div is using float left.
    Can someone tell me what the possible issues could be?
    Thanks

    jdrhost wrote:
    > Page display correctly in IE7 browser but not in design
    view. Right sidebar is
    > appearing in the middle of the page. Page is using CSS
    and the div is using
    > float left.
    Design view is not WYSYWYG. It's very good, but not perfect.
    Preview in
    browser is the only accurate check of how a design will be
    rendered.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Problem using Design view

    I just converted a number of my sites over from GoLive CS2 to
    Dreamweaver CS3. All the sites seem fine but when I go to look at
    any pages in the Design pane (they use a template) of one of my
    sites, the table is collapsed. (Yes, I am using nested tables
    because of the way my shop is set up with my eCommerce.) But if I
    can see everything fine in GoLive's Layout Tab then why can I not
    see it in Dreamweaver like that.
    Screen Print of GoLive
    http://img409.imageshack.us/img409/6554/8pawgolivexf2.jpg
    Screen Print of Dreamweaver
    http://img527.imageshack.us/img527/8849/8ppawsdwsl7.jpg
    Can you please view the source code at
    http://www.8pawsup.com and find
    where the problem may be. Or, if it is just a setting in
    Dreamweaver, please let me know because, like I said before, my
    other sites are fine in both except for this one. That is why I am
    leaning towards it being a coding problem.
    Thanks!

    One of your most useful debugging tools is to validate the
    page before
    anything else.
    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
    ==================
    "steffen74" <[email protected]> wrote in
    message
    news:fto9au$gp4$[email protected]..
    > You are too awesome! I was sure it was just an oversight
    on my template!
    >
    > Thanks a ton!

  • Problem in Designing view

    Hai,
      I am Designing a form using webdynpro. In that i need to put two input fields in side a rectangualr image. How is it possible in webdynpro.
    Please help me asap.
    Regards

    Hi,
       Use gridLayout beacause it divides the window into coloumns .......so even though the text size is manipulated it will not affect the allignment....
    for the transparent containeer set the colcount to the max no of columns u want .......and add component to it if a control needs to acquire more columns then set the colcount property of control to the no of columns u want to acquire.....
    regards,
    Yash

  • 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 is Blank in CS5.5

    Hello, I have had problems with design view since upgrading from CS3 to CS5.5. In fact, it has never worked for me. Design View is completly white.
    I'm on a Mac, running OS X 10.7.3.
    This isn't an issue with bad code, it's all the time. I can start a new document, type one word inside the body in code view and switch to design view and nothing is there. If I click in the white space on design view, I can type there and it will show when I go back to code view, but it won't show anything in design view while I'm typing.
    This is not an issue with the "Head Content" covering everything up. I can toggle that on and off. I can also turn the rulers on and off and they show. But nothing on the page I'm working on will show.
    Also, "Live View" works fine.
    Any ideas? I'm totally stumped.
    Thanks!

    Bad fonts?
    http://helpx.adobe.com/x-productkb/global/troubleshoot-fonts-mac-os-x.html
    Bad workspace?
    http://forums.adobe.com/message/4272813#4272813
    Bad or incomplete install?
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Design view is unavailable for x64 and ARM target platforms. - Visual Studio 2013 Update 3

    Hello. I am having this problem at design view when i set project to x64. However problem disappear when i set to any cpu which makes it 32 bit.
    Design view is unavailable for x64 and ARM target platforms.
    Here my full XAML code
    <Window x:Class="doktora_tez_projesi_crawler_program.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:doktora_tez_projesi_crawler_program"
    Title="Doktora Tez Crawler" Height="874.099" Width="1092.99">
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="827*"/>
    <ColumnDefinition Width="258*"/>
    </Grid.ColumnDefinitions>
    <Button Content="Init Root Crawlin - This Deletes All Data" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="279" Click="click_start_Crawling" />
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <Label DataContext="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Content="{Binding Path=[1]}" HorizontalAlignment="Left" Margin="324,10,0,0" VerticalAlignment="Top"/>
    </Grid>
    </Window>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

    Hi MonsterMMORPG,
    I made a mistake in my previous reply. What I suggested is that you created a new and simple WPF app, set the platform to
    x64 rather than x86, and then build the app to check the result.
    If a new WPF app also has this issue, then I doubt whether this issue is related to your VS.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    no it doesn't happen
    it is triggered by one of these bindings in the xaml
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

  • How to correct design view?

    I got a strange problem in Design View:  I set up Foundation 3. Works fine, shows exactly as it should be in a browser preview. But it shows horrible in design. Normally I work in the split view. Code on top, design below. Right now I might as well work with Notepad only.
    It is possible it's a border problem, I had that in the past. Removing the border on a div solved the issue. But I can't do that here, because that is the very basis on which Foundation 3 works.
    How do I correct this?

    Perhaps CS7 will be on a par with modern browsers. CS6 is still about as
    good as a 5 year old browser - sometimes. If you are using fairly
    complex CSS, I would simply turn off CSS rendering in Design View so you
    can edit content and rely on Live View (fairly good in CS6) or a real
    browser preview to check your page.
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

  • Dreamweaver crashes when going to Design View on jQuery CSS3/HTML5 vanilla W3C-verified site

    I created a new web site with HTML5, CSS3, Javascript and jQuery.    I verified all of the CSS and HTML with the W3C site.   
    Dreamweaver gives no errors, and will open the site in code-view, but hangs and crashes when I try to go to design view.   The only unusual thing about this site is that its responsive and uses media queries and some animations.
    Microsoft Expression Web 4 will open the site and go to design view just fine, and has no problem displaying Design View.  Should I hold my breath for Adobe to fix this problem, or just use Expression Web instead?

    KenGross,
    Does the code contain any external library links - .js, .css, even Google Analytics code?
    If so, can you try commenting them out in Code view, then load them in Design view to see if the issue persists?
    -ST

  • I have a problem with landscape oriented pages being cut off at 8.5" horizontally, when in Design View.

    I am trying to edit a form created in livecycle designer. Some of the pages are in portrait orientation and some in landscape orientation. The problem is that all the landscape oriented pages are cut off at 8.5" horizontally, so I can't edit the part that is cropped off. the full horizontal width of the landscape pages are visible in Preview PDF mode, but not Design View mode. Does anyone know what I need to do to be able to see all of the 11" width of these landscape oriented pages in Design Mode?
    thanks

    The following line tells me that this is not a template file, but a document created from a template called index.dwt
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    This means that you saved a child document as a template file at some stage.
    If you go to Modify->Templates->Detach from Template, you can remove the template structure from your document. All you then need to do is to re-save the document as a template.

Maybe you are looking for

  • IPod transfering podcasts to iPod it shouldn't be

    iTunes transfers all of my podcasts to my 2nd Gen iPod Nano, regardless if I specify 1, 3, or 5 "most recent" podcasts or even completely disable podcast syncing altogether- The podcasts that are not supposed to be syncing to the iPod cannot be playe

  • String.format()   error (works in a class file , not in jsp)

    Hello all, I am using Java 5 and am trying to use the String.format() method in a jsp but am getting the following error: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from f

  • Why won't Pandora load?

    I've followed all the directions offered on this site but Pandora still will not load. When I go to the website, it starts loading, then the page goes white and that's the end of it. My version of the browser is up to date, I have the latest Flash, a

  • Mesh design question

    Dear Sirs. My customer plans to extend existing wireless coverage and upgrade to controller based network. Let me shortly describe the situation based on the attached network map. RAP points are installed on the buildings, they have wired uplink. MAP

  • Importing from Photoshop (problems)

    Hi I have designed my site in Photoshop and want to get it into flash. Im exporting it into image ready and the exporting it as a SWF to import into flash. Flash imports the file as layers but it puts each text character into a seperate text box, so