Design view vs. browser view

Why does the design view (horizontal) change to a square when i look at the site in the browser preview and/or test mode? 
I am using the default setting and have tried it numerous ways -- w/ gray browser fill, with an image as browser fill, etc.
I have looked at it on 4 different monitors.  Any suggestions would be welcome!!

This is in accordance with the page height. In Muse, the page height is content dictated, so, you can set a minimum height for the page. The page will be atleast that height, but if there is a lot of content in the page, the page height will keep increasing so as to fit the contents. That said, in the design view, it shows you the page height and a view of the browser area too, but in the preview in browser mode, you can see the whole browser area. Now, if the minimum height of the page is defined as 500 px, and the amount of content fits well in it, then the rest of the space below that page dimension will be the browser area (with sticky footer disabled), but the design view doesn't show that whole thing. It shows the page area zoomed in, so that it's easy and comfortable to work on the page area (since that's where most of the work is done).
Here's what I see on my end for a test site (with Sticky Footer disabled):
Design Mode: http://take.ms/1t19r
Preview In Browser: http://take.ms/0Sxw1
As you can see, it's pretty much the same behavior that can be seen on your end.
Cheers
Parikshit

Similar Messages

  • Design view and browser view in DW are different than when I view from local folder

    I'm brand new to Dreamweaver CS5.5 and here is my problem:
    I've made an html page in dreamweaver with a banner, with an additional graphic and some text on top of the banner.  It displays just fine in every browser when I view from the local folder, but when I open DW and view, it displays incorrectly in all three design, live and browser views within DW.  If I make changes to the css file until it views correctly in design view, it no longer displays correctly from the local folder and it still doesn't view correctly in live or browser view within DW.  If what I'm doing isnt going to display accurately in any of the views provided by Dreamweaver as compared to the live server, whats the point in having this software?  I could just keep building webpages in notepad and uploading with CoreFTP.
    Any suggestions?  Is it some setting that I dont know about that I need to change within DW?   Please help.

    align="center" is deprecated (obsolete) code in XHTML & HTML5 doc types.  Instead of styling markup with HTML, you should be using CSS. 
    CSS
    .center {text-align:center}
    HTML
    <p class="center">some centered text here</p>
    With respect to break tags, in XHTML doc types the correct syntax is <br /> not <br>.  However your usage of line breaks is inconsistent with good symantic markup.  Use headings <h1> <h2> <h3> <h4> for important keywords.  Use <p> for descriptive paragraphs.  Use <ul> <li> or <ol> <li> for lists.  Line breaks should be used minimally if ever.
    XHTML doc types require all tags to be lowercase.  Uppercase tags will throw errors.
    Your design is too rigid.  When text size is increased in browsers, your content is unreadable.  See screenshot.
    SOLUTIONS:
    1) DO NOT USE POSITION ABSOLUTE.  You don't need it.  Absolute positioning removes content from the normal document flow resulting in a jumbled mess.  Use default CSS positioning (none) with margins, padding & floats to align elements.
    2) Remove HEIGHT values from all CSS containers.  Height limits a container's capacity to hold more content when needed.  Container height should always be determined by the amount of content it holds; not explicit values.  If required to reveal a background image, for example, use CSS min-height instead of height.
    CSS Box Model
    http://www.w3schools.com/css/css_boxmodel.asp
    CSS Floats
    http://www.w3schools.com/cssref/pr_class_float.asp
    CSS min-height
    http://www.w3schools.com/cssref/pr_dim_min-height.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Why doesn't my CSS render in design view or browser view?

    Suddenly my CSS won't render in design or browser views. I have checked View>Style Rendering>Display styles and there's a checkmark beside it. Is there any other reason(s) why this would have suddenly stopped working?? Help please! Thanks! I am using DW CS5

    #1 Ensure that the path to your external stylesheet is correctly pointing to the CSS file in your local site folder. 
    #2 Validate your code & fix reported errors.
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Wrong position of objects / difference between editor view and browser view.

    Dear Adobe
    System info: Mac OS X 10.9, Muse 7.1 Build 329, Chrome, Safari and Firefox in the newest versions.
    I use Muse since version 5 and this effect does exist 'til today (v7.1) without any changes.
    Many times i have differences in the position of placed objects. But this missbehaviour is not realy logical. For example take a look to this illustration:
    Left: Muse Editor, right: Browser (in this case its chrome, but the effect is identical in safari and firefox too)
    Left you see one pixel space between the blue bar and the shadow (image-object). In the browser is the space bigger (2px). When i move the shadow-object in muse one pixel higher, then look this so:
    The shadow is now within the bluebar. The position has changed in muse for 1 pixel, in browser around 7 pixels... i don't see, why.
    Another example:
    Left Muse Editor, right Browser... do you see the dramatic difference between?
    I hope, this problem can be solved with a future version...
    Best regards
    Michael

    This variation is due to the difference in the layout of text between Design view and Preview, which is representative of the variations that exist between browsers, OSes, devices and individual versions of each of those.
    It's impossible to reverse engineer the structure of the objects from the screenshots, but how the objects or individual sized and positioned relative to one another is key to understanding (and explaining) what you're encountering.
    If you provide the URL for this page I'll attempt take a look at it and provide some guidance for how to achieve the effect you're looking for within the constraints inherent in working with live text on the web.
    (In case you're not already aware, you can Publish to a free trial site on Adobe Business Catalyst at any time using the Publish button. Using trial sites on BC is very convenient, even if you don't plan to host the finished site on BC.)

  • Font in Design View different from font in Live View and browser preview

    My external style sheet has the body set for a sans-serif font and there is nothing to contradict it in the HTML documents. But while I get sans-serif in the Design View (as you would expect), I get a serif font in Live View and Browser Preview, not to mention on the Web itself.
    How is this possible (and what should I do about it)?
    --Paul

    Murray and David: it worked! It is a rare and joyous experience to have a straightforward solution to the sorts of problems I come up with (including other realms). But I have to say that with HTML and CSS (and hence with Dreamweaver), solutions to difficulties have seemed within easier reach than in other parts of the computer world.
    By the way, I wanted to choose "correct answer" for both your posts, but after making the first click it was no longer available for the remaining post--so I typed "helpful" even though that one was correct too.
    Thanks again.
    --Paul

  • Design View not matching Browser View

    I mostly work in Design View and sometimes I notice there are extreme differences in what I am seeing in Design View and what I see when I preview the site with various browsers.
    I now have a footer that I can't even see in design view but when I preview in a browser it's placed perfectly at the bottom of my main div.  I later noticed that it's at the very top of the design view
    out of view so that the very bottom of my footer div is barely showing on the very top of my design view window.  Do I have code issues that are interfering?  I am a complete newbie with code by the way.
    My site is at:  dev.soundscapemedia.com
    Many thanks

    Design view should never be considered accurate. It is Dreamweaver's rough guestimation of how things will look if rendered in a browser. The only "view" that may be considered accurate is the "Live" view - because it actually is rendered using a browser engine. Even with Live view though, one should always test against several major browsers.
    So my suggestion/solution would be to ignore whatever crazy stuff Design view shows and just make sure you code to web standards and preview in a browser (or use Live view).
    Remember: Design view is only a rough guestimate by Dreamweaver and should not be considered accurate.

  • Design view differs from browser view

    When viewing in Design view my code correctly shows 2
    overlapping rectangles. In browser view it shows two smaller
    rectangles that do not overlap. I am using DW MX 2004. I have
    attached small sample code.
    Thanks,
    Alexariel

    DMX2004's Design view is not a browser, and can only
    approximate (poorly)
    how a page will look. The browser is always right. For
    example, DMX2004 is
    insensitive to the CSS error here -
    div {width:250px; height:100;px; position:absolute; }
    (note the ';' between '100' and 'px')
    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
    ==================
    "Alexariel" <[email protected]> wrote in
    message
    news:gqh83o$kld$[email protected]..
    > When viewing in Design view my code correctly shows 2
    overlapping
    > rectangles.
    > In browser view it shows two smaller rectangles that do
    not overlap. I am
    > using
    > DW MX 2004. I have attached small sample code.
    > Thanks,
    > Alexariel
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <title>Untitled Document</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <style type="text/css">
    > body {margin: 0px; padding: 0px;}
    > div {width:250px; height:100;px; position:absolute; }
    > div.one {background-color:#FF0000; left: 0px; top: 0px;
    > div.two {background-color:#00FF00;left: 75px; top:
    25px;}
    > </style>
    > </head>
    > <body>
    > <div class="one">one</div>
    > <div class="two">two</div>
    > </body>
    > </html>
    >

  • Look different in Design view and Browser Preview

    Why do it look different in Design view and Browser
    Preview?

    "MA_DAVIDLEE" <[email protected]> wrote in
    message
    news:e39mte$las$[email protected]..
    > thank you for reply and the url is www.cipr.com.tw. you
    can see the
    > navigation position is different in Design view. Thank
    you!
    >
    How could I see the Design view? Can you post a
    screenshot?

  • Why is my page not centered in browser view?

    I am working on my home page.  I set the container dimension to 700px and max width 960.   I have tried other sizes.  every time in Windows browser view my site shifts to the left with a large margin on the right.  I can't get it to center.  I have an error message saying :
    Unsupported property: max-width
    Affects: Internet Explorer 6.0; Internet Explorer for Macintosh 5.2
    In Live View, it looks fine. Also, in browser view, my spry menu bar is not showing up (it does in Live View).
    Anyone have any suggestions??
    Thanks!  M.

    kcusu wrote:
    .container {
    width: 700px; /* the auto value on the sides, coupled with the width, centers the layout */
    background-color: #FFFFCE;
    max-width: 960px;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    If this is the real code, your CSS is missing a closing bracket  }
    It would be soooooo much simpler and quicker for everyone if you would upload your page to your remote web space and post a link for us to see it in our browsers.
    My guess is that your code has validation errors that need fixing.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    FYI: Browser compatibility checking is a total waste of time.  You can skip that feature b/c it doesn't tell you anything useful.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Goofy Cover Browser view in iTunes 7

    I guess Apple’s relationship with Disney finally got to close for comfort. I’m afraid Goofy just took over the iTunes UI design.
    As the name implies, the Cover Browser (rightmost view button) looks and almost functions like a browser.
    Unfortunately, it is merely a display of the album now playing with previous and next albums.
    Undoubtedly this view is great looking, but has no usefulness as a browser. This should have been a visualizer plugin.
    As a matter of fact, I actually would use it as a full screen visualizer plugin. Ironically, such useful Use Case for this feature is not enabled.
    So far, I was only slightly disappointed with the missed opportunity to make a cool looking real album browser and the missing visualizer.
    Apple did provide a “Group by Artwork” view that is not as great looking, but it’s certainly useful.
    However, my disappointment quickly turned into puzzlement when I was surprised by a completely unexpected Cover Browser behavior.
    I hear that after puzzlement comes acceptance. I’m not there yet, but I have a feeling I’m working up to it by writing about it.
    Consider this.
    If you filter your view with Quick Browse by an Artist or a Genre, only the filtered tracks are displayed.
    If you start playback, only those selected tracks will be in the queue.
    I don’t know about you, but that’s how I listen to my iTunes library. I play a selected Playlist, Genre, Album, or Artist to listen to a specific selection. I never play tracks without filtering because I have podcasts, audiobooks, hip-hop, classic, altrock, and only God and my iTunes library know how many more different types of music.
    But I digress. Having started playback on a filtered list of a selected Artist or Album and then clicking on the Cover Browser does something only Goofy could have conceived.
    It loses your selected filtering and changes to an all tracks view. The currently playing album cover is displayed, but what is before and after that track is now determined by the all tracks view column sorting.
    In other words, because I clicked on the Cover Browser view, my playback queue changed to something I had no intention of hearing.
    This strange behavior is unique to the Cover Browser view. Had I click on the Group by Artwork instead, the filtering would still be in effect.
    There must have been some kind of crazy rational to lose the filtering since it was clearly intentional.
    They got the Playlist behavior right. If playback is started from a Playlist, changing view to Cover Browser does the expected and only displays the albums contained in the Playlist.
    Goofy didn’t stop there. No, he was inspired.
    In the Cover Browsing view while playback is active, if you navigate down the list of tracks, say 6000 tracks down, after a brief timeout, the highlighted album reverts back to the one playing, which could the first one of this 6000 tracks list.
    Quick, you got 15 seconds to navigate down a list and look at it…Sorry, you’re not fast enough…back to the top of the list where you belong!
    I’m afraid this is not the first time iTunes has been updated with functionality that makes it less useful. Podcast categories have been removed with no good way to get to those specific podcasts anymore (e.g. International).
    The status window defaulting to downloading podcast information while playback is active is another terrible example.
    As a lifetime fan, it is sad to witness the slow deterioration of Apple’s once high standards.
    Acceptance is coming while I image what must be like to have Goofy lose and running amuck in the Tunes design lab.

    Below the cover view is the track listing which has all the columns as usual - simply click the column title to sort by that field.
    If the album has different artists then make sure the 'group compilations' option is ticked in preferences and then go into the info for the tracks and select 'part of a compilation'. iTunes will then group the tracks into a single album and display 'various artists' as the artist.
    There is also now a field called 'album artist' which sets an artist for an entire album.
    Powerbook G4 12"   Mac OS X (10.3.9)  

  • When i set page as template, set editable regions and try to view in browser IE 9 a download box com

    When I set page as template, set editable regions and try to view in browser IE 9 a download box comes up and when i click open it just opens the file again in DW.

    Use the Template to spawn a child page.  File > New > Page from Template...
    Save the child page as some_file.html and then preview that in your browsers.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Links in Browser View

    Everytime I view my website in browser view through dreamweaver, the links do not work. IT works the first time, but after that when i try to click another category such as "About Us" It just add a "#" to the link up top and dosent move to the page. If im not making any sense please ask me to explain again.
    If you need my html code:
    <strong></strong><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <!--
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
    Name       : Distillate 
    Description: A two-column, fixed-width design with dark color scheme.
    Version    : 1.0
    Released   : 20100427
    -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Distillate   by Free CSS Templates</title>
    <link href="file:///C|/Users/Sami/Desktop/style.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" src="file:///C|/Users/Sami/Desktop/jquery/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="file:///C|/Users/Sami/Desktop/jquery/jquery.gallerax-0.2.js"></script>
    </head>
    <body>
        <div id="header-wrapper">
            <div id="header">
                <div id="logo">
                    <h1><a href="#">Distillate</a></h1>
                    <p> design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
                </div>
            </div>
        </div>
        <div id="page">
            <div id="page-bgtop">
                <div id="page-bgbtm">
                    <div id="content">
                      <div>
                        <div id="gallery">
                          <div id="gallery-background"><img src="<?php bloginfo('template_url'); ?>/images/img06.png" alt="" width="600" height="340" class="output" /></div>
                          <div id="gallery-bgthumb">
                            <ul class="thumbnails">
                              <li><img src="file:///C|/Users/Sami/Desktop/Sample Website/Sunset.jpg"" alt="" width="128" height="88" /></li>
                              <li><img src="file:///C|/Users/Sami/Desktop/Sample Website/sunset 280.jpg"" alt="" width="100" height="75" /></li>
                              <li><img src="file:///C|/Users/Sami/Desktop/images/7.jpg" title="Chinese Bell ; A large bell inscribed with Chinese characters." alt="" width="100" height="75" /></li>
                              <li><img src="file:///C|/Users/Sami/Desktop/images/8.jpg" title="Ladybird ; A close up shot of a ladybird making its way across a leaf." alt="" width="100" height="75" /></li>
                            </ul>
                            <br class="clear" />
                          </div>
                        </div>
                        <script type="text/javascript">
                            $('#gallery').gallerax({
                                outputSelector:         '.output',                    // Output selector
                                thumbnailsSelector:        '.thumbnails li img',        // Thumbnails selector
                                fade:                     'fast',                        // Transition speed (fast)
                                navNextSelector:        '.nav li a.navNext',        // 'Next' selector
                                navPreviousSelector:    '.nav li a.navPrevious'        // 'Previous' selector
                        </script>
                        <!-- end -->
                      </div>
                      <div class="post">
                        <h2 class="title"><a href="#">Welcome to Distillate </a></h2>
                        <p class="meta">Posted by <a href="#">Someone</a> April 22, 2010</p>
                        <div style="clear: both;"> </div>
                        <div class="entry">
                          <p>This is <strong>Distillate, </strong>a free, fully standards-compliant CSS template designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>, released for free under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.The slideshow uses photos from <a href="http://www.pdphoto.org">PDPhoto.org</a> and is powered by Gallerax (a jQuery plugin by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a>). You're free to use this template for anything as long as you link back to our site. Enjoy :)</p>
                          <p>Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum ipsum. Proin imperdiet est. Phasellus dapibus semper urna. Pellentesque ornare, orci in felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem.</p>
                          <p class="links"><a href="#">Read More</a>    |    <a href="#">Comments</a></p>
                        </div>
                      </div>
                      <div class="post">
                        <h2 class="title"><a href="#">Lorem ipsum sed aliquam</a></h2>
                        <p class="meta">Posted by <a href="#">Someone</a> April 10, 2010</p>
                        <div style="clear: both;"> </div>
                        <div class="entry">
                          <p>Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer. Donec ipsum. Proin imperdiet est. Phasellus <a href="#">dapibus semper urna</a>. Pellentesque ornare, orci in consectetuer hendrerit, urna elit eleifend nunc, ut consectetuer nisl felis ac diam. Etiam non felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem.  Mauris quam enim, molestie in, rhoncus ut, lobortis a, est.</p>
                          <p class="links"><a href="#">Read More</a>    |    <a href="#">Comments</a></p>
                        </div>
                      </div>
    <div style="clear: both;"> </div>
                    </div>
                    <h3><!-- end #content -->
                  </h3>
                    <div id="sidebar">
                        <ul>
                            <li>
                                <div id="search" >
                                    <form method="get" action="#">
                                        <div>
                                            <input type="text" name="s" id="search-text" value="" />
                                            <input type="submit" id="search-submit" value="GO" />
                                        </div>
                                    </form>
                                </div>
                                <div style="clear: both;"> </div>
                            </li>
                            <li>
                                <h2>Aliquam tempus</h2>
                                <p>Mauris vitae nisl nec metus placerat perdiet est. Phasellus dapibus semper consectetuer hendrerit.</p>
                            </li>
                            <li>
                                <h2>Categories</h2>
                                <ul>
                                    <li><a href="index.html">Home</a></li>
                                    <li><a href="about.html">About Us</a></li>
                                    <li><a href="services.html">Services</a></li>
                                    <li><a href="location.html">Office Location</a></li>
                                    <li><a href="tour.html">Office Tour</a></li>
                                    <li><a href="contact.html">Contact Us</a></li>
                                </ul>
                            </li>
                            <li>
                                <h2>Blogroll</h2>
                                <ul>
                                    <li><a href="#">Aliquam libero</a></li>
                                    <li><a href="#">Consectetuer adipiscing elit</a></li>
                                    <li><a href="#">Metus aliquam pellentesque</a></li>
                                    <li><a href="#">Suspendisse iaculis mauris</a></li>
                                    <li><a href="#">Urnanet non molestie semper</a></li>
                                    <li><a href="#">Proin gravida orci porttitor</a></li>
                                </ul>
                            </li>
                            <li>
                                <h2>Archives</h2>
                                <ul>
                                    <li><a href="#">Aliquam libero</a></li>
                                    <li><a href="#">Consectetuer adipiscing elit</a></li>
                                    <li><a href="#">Metus aliquam pellentesque</a></li>
                                    <li><a href="#">Suspendisse iaculis mauris</a></li>
                                    <li><a href="#">Urnanet non molestie semper</a></li>
                                    <li><a href="#">Proin gravida orci porttitor</a></li>
                                    <li><a href="#">Suspendisse iaculis mauris</a></li>
                                    <li><a href="#">Urnanet non molestie semper</a></li>
                                    <li><a href="#">Suspendisse iaculis mauris</a></li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                    <!-- end #sidebar -->
                    <div style="clear: both;"> </div>
                </div>
            </div>
        </div>
        <!-- end #page -->
    <div id="footer">
        <p>Copyright (c) 2008 Sitename.com. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
    </div>
    <!-- end #footer -->
    </body>
    </html>

    Hi
    first of all I can see in your source code these ...:///C|/Users/Sa... My DW finds more of them (screenshot from my German DW):
    If you are seeing a file:/// ... the following links will point to your hard drive. These links will not work on the web. And:
    <script type="text/javascript" src="file:///C|/Users/Sami/Desktop/jquery/jquery-1.4.2.min.js"></scri pt>
    <script type="text/javascript" src="file:///C|/Users/Sami/Desktop/jquery/jquery.gallerax-0.2.js"></s cript>
    what means here "</s cript> is a blank between s and c in it.
    What concerns these "#". If you want to link to one of your sites you have to replace it with the matching, for example:
    <li><a href="#">Aliquam libero</a></li>
    <li><a href="AliquamLibero.html">Aliquam libero</a></li>
    And now, it's the same for me: "If my answer doesn't help ypo, please ask me to explain again."Hans-Günter

  • Muse tablet view in browser

    Why does my browser view of the tablet configuration not fit in the screen even though I used the guides in Muse design.  I used the guides in the design view but in browser the left side gets cut off and I cannot scroll to the left to see it.

    Please check for any empty frame on left side of the page , you can use ctrl+a/cmd+a to select all contents of page and then delete the one which is outside page area.
    Thanks,
    Sanjit

  • Browser viewing problems

    I am a beginner and still working with Dreamweaver MX 6.0. I
    was able to view newly designed pages in browser on my old
    computer. This is a new computer and I cannot view designed pages
    in browser. I already reset the internet settings to a higher
    value. When I click F12 or in the menu "Preview in browser" the
    'Cannot find page" error message comes up. What am I doing wrong?
    Did I forget how to do it correctly? I appreciate your help.
    Thanks, Angelika

    Did you define a testing server by chance? Do you NEED a
    testing server?
    Please update to DMX6.1 at your earliest convenience using
    the updater at
    the Adobe Downloads pages.
    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
    ==================
    "ankoe" <[email protected]> wrote in message
    news:ek9snv$j3s$[email protected]..
    >I am a beginner and still working with Dreamweaver MX
    6.0. I was able to
    >view
    > newly designed pages in browser on my old computer. This
    is a new computer
    > and
    > I cannot view designed pages in browser. I already reset
    the internet
    > settings
    > to a higher value. When I click F12 or in the menu
    "Preview in browser"
    > the
    > 'Cannot find page" error message comes up. What am I
    doing wrong? Did I
    > forget
    > how to do it correctly? I appreciate your help. Thanks,
    Angelika
    >

  • How can I restore to the Browser View of Book, several missing photo's?

    Ten photos are missing from the Browser View of the Book. The photos show up in the Photo View and are checked as being used. They also show up in the working screen view of the book. All other photos in the book show up. Why are the 10 missing? How can I restore just those photos and not all photos for that book? What difference would it make in sending that book to the printer?

    Ten photos are missing from the Browser View of the Book. The photos show up in the Photo View and are checked as being used. They also show up in the working screen view of the book.
    I'm not sure of your question
    Are you saying that when you view the thumbnails of the book at the top or the screen that some pages do not show the photos even though they are in the book below?
    If so that is a minor bug in iPhoto '09 - you can ignore it - it is just a display issue -- I forget exactly how but you can force a refresh of the book thumbnails - maybe double clicking on the book page - or maybe on the thumbnail
    But in any case your book is fine (you should preview it before sending - http://support.apple.com/kb/HT1040 )
    LN

Maybe you are looking for