Preview in browser list grayed

The "preview in browser" list is grayed out and can not be used in my dreamweaver 8.
When I remove all the browsers in the list and at them again it gives the same result and when I remove them all they reappear, but grayed out.
I saw that a lot of users have the same problem but never saw a solution.
Can anyone help?

Do you have the 8.0.2 update for DW8?
http://www.adobe.com/support/dreamweaver/downloads_updaters.html#dw8
After deleting your personal config folder, restart your computer.  That usually worked for me.
Nancy O.

Similar Messages

  • Preview in Browser and Adobe Browser Lab show website differently? Please help

    Hi...working on my first website and I have a question about the differences in viewing the site through
    choosing file...preview in browser....
    from within Dreamweaver, and using the Adobe Browser Lab to view the website.
    There seems to be a very significant difference between the two. When I preview firefox from within dreamweaver, my site is just how I want it.
    When I go to browser lab, it is...well... a disaster.
    I'm attaching screenshots of the two as well as my code, so it can show how different they are. Here is a screenshot of the website as it looks when I use the preview in browser function from within dreamweaver to view it in firefox. This is how I'd like it to look.
    And here is a screenshot of what it looks like when I preview it in Adobe Browser Lab in Firefox.
    The quote is underneath the logo, the left div text is flowing over the center div, the nav bar graphics are too narrow, the photo is hanging outside the div it should be contained in. Not what I want.
    Does anyone have any insight into how I would fix this or which version is correct?
    I'm stumped. This is my first website: shouldn't these two things be similar? And which one is correct?
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <style type="text/css">
    <!--
    @font-face {
        font-family: 'museo_sans_500regular';
        src: url('museosans-500-webfont.eot');
        src: url('museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500-webfont.woff') format('woff'),
             url('museosans-500-webfont.ttf') format('truetype'),
             url('museosans-500-webfont.svg#museo_sans_500regular') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'museo_sans_500italic';
        src: url('museosans-500italic-webfont.eot');
        src: url('museosans-500italic-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500italic-webfont.woff') format('woff'),
             url('museosans-500italic-webfont.ttf') format('truetype'),
             url('museosans-500italic-webfont.svg#museo_sans_500italic') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'binary_itcregular';
        src: url('binaritcbol-webfont.eot');
        src: url('binaritcbol-webfont.eot?#iefix') format('embedded-opentype'),
             url('binaritcbol-webfont.woff') format('woff'),
             url('binaritcbol-webfont.ttf') format('truetype'),
             url('binaritcbol-webfont.svg#binary_itcregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color:#414958;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        padding-top: 40px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    #Quote {
        float: right;
        clear: left;
        margin-right: 50px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 15%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .content {
        width: 60%;
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding-top: 0;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 60px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        font-size: 100%;
        color: #666;
    #Quote {
        float: right;
        clear: both;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        line-height: 250%;
    .nav {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav li {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        color: #C60651;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
    /* ~~The footer ~~ */
    .footer {
        padding: 10px 0;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~miscellaneous float/clear classes~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content .content {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content ul li strong {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-left: 5%;
        padding-right: 5%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #000;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    .h7 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]--></head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Insert Logo Here" name="Insert_logo" width="638" height="110" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio/Contact</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
        <p> </p>
        <p> </p>
        <p> </p>
        <h8><strong>Your Career Direction</strong><br></h8>
        <h6>96 Harvard Avenue<br>
        Maplewood NJ 07040<br>
        [email protected]<br>
        (973) 996-0207</h6>
        <h7>© Your Career Direction, LLC, 2012<br>
      </h7>
        <p> </p>
      </div>
      <div class="content">
        <h1><strong><img src="images/Whether-you-are.gif" width="266" height="48" alt="Whether you are"></strong></h1>
        <ul>
          <li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
        <p> </p>
        <h1><img src="images/One-thing-is-for-sure.gif" width="310" height="38" alt="One thing is for sure"></h1>
        <p>We all need to direct our own careers, our own lives!</p>
    <p>Given today's competitive job market, global economy, and changed corporate culture, we can no longer depend upon others to ensure our professional futures. Choosing or changing your career direction requires self-reflection, career education and an action plan. </p>
    <p> Building a successful and rewarding career requires linking your interests, education and skills, with trending industries, job opportunities and your experience.  It takes making smart decisions about your college major, vocational training and continuing education options. With motivation, persistence and top notch job search skills, you can succeed in finding a path to building a career that is right for you.</p>
    <p>At Your Career Direction, we are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go. </p>
    <p> </p> 
    <!-- end .content --></div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="321" height="256" alt="Lisa Mark counseling a student"></p>
        <p>By combining an understanding of your interests and current skills with what&rsquo;s happening in today's marketplace we&rsquo;re able to partner with you to develop new career ideas, target companies, and generate job and internship opportunities. We provide step by step assistance to ensure success in your written communications, presentation skills, job search, interviews and life choices.</p>
    <p>At Your Career Direction, YOUR career is our passion. Our mission is to educate and counsel you to choose your own path in life and become what you want to be. </p>
    <p> </p>
    <p> </p>
      <!-- end .sidebar2 --></div>
      <div class="footer">
        <div id="footer">
          <h3 align="center"> </h3>
        </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>
    Thanks for your help.

    You are using % widths for your layout which means it will look different depending of the size of each users monitor. Although this is probably the better way to go these days, it is not one size fits all and will work more effectively if you include min and max widths, and also media queries that change your layout depending on the monitor size. This is more advanced coding and will take time if you want to do that. Alternatively, you could design using pixel widths and have it look consistent across all desktop browsers and throw a few media queries in for the mobile side.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#more-7 5660
    More on Media Queries
    http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mo bile-version-of-your-website/

  • Preview in browser stopped working

    Running CS4 version 10 build 4117 and today when I went to do some work I cannot use "preview in browser"
    Edit List has both firefox and IE listed but when I click the globe it tells me no browsers selected.
    tried removing browsers and re-selecting them but still no browsers listed
    Very annoying ..   I have seen some threads about previous versions having this problem, and I have also seen the firefox 3.6 threads but none of those are the answer to this. 

    More info.
    With a fresh session, Firefox seems to work okay. Once trying
    to preview with IE 7 then DW stops responding. Restarting DW, then
    Firefox no longer works also.

  • Will not display images in preview in browse

    Hello:
    I am new to fireworks and am attempting to make a simple pop up menu but am having trouble viewing the image.  First, I converted a .jpeg image to a button. I then put menu pop-up functions on this button.  When I displayed it in preview with browser, the pop-up images displayed, but there was an "x'd" out image where the original should have been. 
    I was curious about why this was, figured that there was a problem with the file that I imported, and so I decided to just use one of the library's buttons.  Again - the original button was "x'd" out but the pup-up functions displayed.
    I therefore decided to go even more basic and simply painted an image gray and attempted to preview in browser.  Again, "x'd" out image.
    Can someone please tell me how to fix this??  It is driving me INSANE!!!!
    The crazy thing is that earlier this morning, everything was working just fine.  The images would display perfectly.  Now, they are gone and I am at witt's end trying to figure out what the heck is going on.
    If ANYONE could please help me, I would be in such gratitude.
    Thanks
    Ben (noob to web design)

    If you think you're insane now, try maintaining those pop up menus.
    As far as I know, these menus have not been updated since FW 8, so 
    they are at least two versions old.
    Save yourself a lot of grief by avoiding those menus. There are many 
    other products on the market which do a much better job of creating 
    and maintaining this type of navigation structure.
    Read this link before you climb any higher on this slippery slope:
    http://apptools.com/rants/jsmenu.php
    There was another blog post by the fellow who originally wrote the pop 
    up menu feature, but I can't seem to locate it. Even he says stay away 
    from them.
    Not the answer you probably want, but I hope it helps, nonetheless.
    Jim Babbage

  • Browsers greyed out in Preview in Browser

    Hi
    I'm using DW 8.0.2. I have the following browsers installed:
    - IE7
    - Firefox 2
    - Mozilla 1.7
    - Safari 3.0.2
    - Opera 9.1
    In Preview in Browser (either from the File menu or the tool
    bar), all but
    Firefox (& the option to edit the list) are greyed out. I
    have IE set as
    primary, and can preview using that by hitting F12. Safari is
    set as
    Secondary, and Ctrl-F12 works for that. But the only one I
    can actually
    click on in the list is Firefox. I can't preview with Mozilla
    or Opera at
    all.
    I'm running Vista Ultimate. They all worked fine on my XP
    machine (except
    Safari which wasn't installed). Any suggestions?
    Thanks
    Dave

    Hi
    I checked that on all of them - they are still greyed out.
    And like I say,
    both IE & Opera work with the shortcut keys - I just
    can't click on them (or
    the others) in the list.
    Dave Addison

  • Can not add Google in Preview in Browser Window

    Hi
    I have just started usning DW 13.2 CC on win7.  In Preferences>Preview in Browser> Help, OK, Cancel Buttons are missing. Only + - Buttons are visible. I followed to next window and added Name and pointed to .exe file it took me back to <Preview in Browser> Help, OK, Cancel Buttons are missing. So how do I add Google?

    Not sure what the OK and Cancel buttons are, but by using the following procedure, you will be able to add your favourite browser.
    To add a browser to the list, click the Plus button, complete the Add Browser dialog box, and then click OK.
    To delete a browser from the list, select the browser, and then click the Minus button.
    To change settings for a selected browser, click the Edit button, make changes in the Edit Browser dialog box, and then click OK.
    Select the Primary Browser or the Secondary Browser option to specify whether the selected browser is the primary or secondary browser.  F12 (Windows) or Option+F12 (Macintosh) opens the primary browser; Control+F12 (Windows) or Command+F12 (Macintosh) opens the secondary browser.
    Select Preview Usin
    Select File > Preview In Browser > Edit Browser List.
    Select Preview Using Temporary File to create a temporary copy for previewing and server debugging. (Deselect this option if you want to update the document directly.)
    Please ignore the images of the plus and minus buttons, these are courtesy of this forum and has zilch to do with DW

  • Preview in browser - Firefox / File not found

    Specs:
    OS X 10.4.7
    Dreamweaver 8.0.2
    Firefox 1.5.0.1
    I (and my whole office) am having a major problem. We all
    work directly from files on our osx server. When working in
    Dreamweaver and trying to "Preview in browser" with Firefox 1.5 we
    get a "File not found" error. The problem seems to be stemming from
    the path lacking the "Volumes" part of the directory.
    For example:
    When I preview in Safari the path is shown as:
    file:///Volumes/Server_HD/Website_Folder/index.html (this
    works)
    But on Firefox or Mozilla I get:
    file:///Server_HD/Website_Folder/index.html (this does not
    work)
    This problem did not occur in previous versions of Firefox.
    Due do this problem, I have virtually eliminated Firefox as part of
    my workflow in favor of Safari. I would love to return to Firefox
    can anybody please help me!?

    Can you try again please, although not in a narrative? Just
    go to the
    ADVANCED tab on the Site Definition panel, and list the
    contents of the
    fields you see for Local, Remote, and Testing Categories (no
    need for the
    login info).
    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
    ==================
    "cyberfactotum" <[email protected]> wrote in
    message
    news:[email protected]...
    >>>Please describe for us the details of your site
    definition.<<
    >
    > OK. Here goes.
    >
    > On the DW welcome screen, i clicked on Create New DW
    site. The wizard
    > started,
    > and I named my site (in this case Lieserl) and entered
    the URL and pressed
    > Next.
    >
    > Next screen, I selected the radio button "No, I do not
    want to use a
    > server
    > technology" and pressed Next.
    >
    > Next screen, I selected the radio button "Edit local
    copies on my machine,
    > then upload to server when ready (recommended)". Also on
    this screen to
    > indicate "Where on you computer do you want to store
    your files", I
    > clicked on
    > the little folder symbol and navigated to my hard drive
    named Fiji and
    > selected
    > my Documents folder there and a subfolder called
    Websites. The resulting
    > path
    > displayed when I pressed the Choose button was:
    >
    > Fiji:Users:cyberfactotum:Documents:Websites:Lieserl:
    >
    > I pressed Next and on the next screen chose that I
    connected to my remote
    > server via FTP and entered all my info and tested the
    connection. The
    > testing
    > worked. I pressed Next and radio buttoned "No, do not
    enable check in and
    > check
    > out", pressed Next and then pressed Done on the next
    screen.
    >
    > I then created a simple index.html file in DW and
    Previewed it in Safari.
    > It
    > worked like a charm. The URL of the previewed file in
    Safari was:
    >
    >
    file:///Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > Then I tried to Preview in Firefox. I got the "Problem
    loading page" in
    > Firefox:
    >
    > File not found
    >
    > Firefox can't find the file at
    >
    /Fiji/Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > * Check the file name for capitalization or other typing
    errors.
    > * Check to see if the file was moved, renamed or
    deleted.
    >
    > The URL of the error-producing previewed file in Firefox
    at this point
    > was:
    >
    >
    file:///Fiji/Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > (Note the extra drivename of "Fiji" that is in the
    Firefox URL as opposed
    > to
    > the Safari URL. When I pasted the Safari URL in the
    Firefox, it worked.)
    >
    > I then went to Manage Sites to edit my site. I removed
    "Fiji:" from the
    > Local
    > root folder name, not by clicking on the little folder
    symbol to navigate
    > its
    > location through the Mac OS X interface, but simply by
    deleting "Fiji:"
    > from
    > the name displayed in the site editor.
    >
    > After completing this I OK'd the prompt: The cache will
    now be recreated
    > because the name, root folder, HTTP address, or cloaking
    settings of the
    > site
    > have been changed.
    >
    > I Preview in Safari. The preview works fine. It has the
    same URL as it did
    > before:
    >
    >
    file:///Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > I Preview in Firefox. The preview works fine now, and
    the URL is identical
    > now
    > to the one in Safari.
    >
    > So, somehow Safari is smart enough to correctly resolve
    DW drive paths on
    > a
    > Mac, while Firefox is not smart enough without that
    extra step. It seems
    > that
    > others have a similar but different problem: they have
    to add "Volumes:"
    > to
    > their site path to get Firefox to correctly resolve the
    path.
    >
    > If I am approaching this incorrectly, please let me
    know. I don't think I
    > am.
    > I think there is a bug in DW that causes this behavior
    when previewing
    > with
    > Firefox but not when previewing with Safari.
    >

  • Preview in Browser - IE6 - not loading

    Has anyone had problems getting DW8 Previewing in IE6.
    I have for sometime just lived with the problem - opening IE6
    outside
    of DW8 - but it's much easier just to click the Preview in
    Browser
    button.
    I have set up the browsers in Edit Browser List - but IE just
    refuses
    to start.
    I have Firefox & Opera working normally using this method
    - it's just
    IE6 not being started up.
    One other clue - if the Preview in temporary file is enabled
    - IE
    loads. If Preview in temporary file is NOT enabled - IE does
    not
    load.
    I like to use no temporay file at times - so the problem is a
    real
    pain at times.
    Malcolm
    webmaster
    http://www.nb-president.org.uk/
    The coal fired steam narrow boat.
    Kildare is now back in the water

    Whaddya know. I can't see how that would affect you in this
    way, but who's
    counting?
    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
    ==================
    "Malcom" <[email protected]> wrote in message
    news:[email protected]..
    > On Sat, 29 Jul 2006 13:01:23 +0100, Malcom
    <[email protected]>
    > wrote:
    >
    >>
    >>Has anyone had problems getting DW8 Previewing in
    IE6.
    >>
    >>I have for sometime just lived with the problem -
    opening IE6 outside
    >>of DW8 - but it's much easier just to click the
    Preview in Browser
    >>button.
    >>
    >>I have set up the browsers in Edit Browser List - but
    IE just refuses
    >>to start.
    >>pain at times.
    >
    > I fixed it myself.
    >
    >
    > Murray said on a differnent thread
    >
    > "Quit DW.
    >
    > Find this folder -
    >
    > C:\Documents and Settings\<username>\Application
    > Data\Macromedia\Dreamweaver
    > 8\Configuration\WinFileCache-*.dat
    > (these folders are normally hidden - you may have to use
    Explorer >
    > Tools >
    > Folder Options to unhide them)
    >
    > and delete it.
    >
    > Restart DW. Works better?
    >
    > I wondered if this might be the solution to my problem -
    I tried it
    > and yes - normal IE browsing again.
    >
    > Thanks Murray for the idea even if you didn't
    specifically reply to
    > me.
    >
    >
    >
    >
    > --
    >
    > Malcolm
    > webmaster
    http://www.nb-president.org.uk/
    > The coal fired steam narrow boat.
    > Kildare is now back in the water

  • This browser no longer exists at the location specified in the preview in browser preferences

    I am creating a new website using Adobe Dreamweaver CC 2014. I tried to preview it in Chrome and I received an error message saying, "This browser no longer exists at the location specified in the Preview in Browser preferences." It previews fine in IE. I use Chrome as my default, but I personally have not gone in and reset anything so I don't understand why this is happening since I created my last Dreamweaver site. Any ideas how I can fix this?
    Jennifer

    Okay, thank you. Inside Dreamweaver, I selected Edit Browser List and then it opened to show Chrome F12 and Internet Explorer. I chose Chrome F12 and I got the following responses in the screenshots below. I don't know what to do about the final image error message.

  • Preview in browser fault

    I am using Dreamweaver 9 with a MacBook. I have used it fine
    for about 3 months. Until yesterday ...
    The preview in browser function suddenly stopped working and
    now I get the message:
    "Unable to read Preview in Browser preferences. Please remove
    all browsers from the list and add them again."
    Unfortunately, however, when I try to add browsers through
    the preferences option dreamweaver wont accept a new entry and I
    just end up with a blank list and stuck.
    I see some other people had this problem with dreamweaver 8,
    but noone seems to have posted a solution. I would appreciate some
    help.
    Laurence

    Could be a corrupted Prefs file.
    Try dragging the Dreamweaver 9 Prefs file to the desktop, so
    that
    Dreamweaver will automatically generate a new prefs file the
    next time you
    start Dreamweaver. The prefs file is located at:
    Mac HD/Users/<username>/Library/Preferences/Dreamweaver
    9 Prefs
    Restart Dreamweaver and see if the problem is resolved.
    Regards
    John Waller

  • Preview in Browser shows site fine....but uploaded....

    Hi all,
    I'm coming accross a strange problem.
    I've taken over the creation of a website, things were going well.
    Yet this evening, for some unknown reason, the site has started to display differently when uploaded.
    Everything looks fine in Dreamweaver.  Everything looks fine in a browser, using the Preview in Browser feature.
    But when its uploaded, the menu bar on the left has all the contents out of line.
    http://www.emersonlakepalmer.com/www/index.html
    The design is meant to be centralised, directly underneath the logo.  Yet for some reason, there's an additional (unwanted) centimetre of blue on the right, and the text is alligned right too.  This isn't my doing, and doesn't appear like that in Dreamweaver/Preview in Browser.  (I'm using the IE8 both times)
    No amount of fiddling can fix it, its spoils the look of the site.
    Can anyone explain step-by-step how to fix it ?  I'm confined to WYSYWYG mostly, code isn't my strong point.
    Thanks !!!!!!!!!!!!!!!!!!!!!!

    Honestly, your code is a real mess.  The fact that you lost your original was probably a godsend.
    You might want to look at an alterntive layout before you invest much more time on the one you have.
    Copy and paste this into a new, blank HTML page.  Tested and works in IE6,7,8, Chrome, FF and Opera. NOTE: I changed images to absolute URLs so I could work with it.  You can change them back site relative.
    <!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=iso-8859-1" />
    <title>Emerson Lake &amp; Palmer</title>
    <style type="text/css">
    CSS Layout by Alt-Web Design and Publishing
    http://www.alt-web.com
    copyright July 15, 2010
    /**Universal reset. Zero out default browser settings on everything**/
    * {margin:0; padding:0; font-size: 100%; line-height:100%;}
    /**GENERAL STYLES**/
    body {
    font-size: 1em;
    font-family:Verdana, Arial, Helvetica,sans-serif;
    background: #000;
    color: #FFF;
    /**for IE only**/
    *body {zoom:100%; font-size: 76%}
    /**BASIC LAYOUT**/
    #container {
    width : 1025px;
    margin : 0 auto;
    text-align : center;
    #header {
    width: 100%;
    padding:0;
    text-align: left;
    #sidebar1 {
    width: 140px;
    background: #000032;
    padding: 65px 0 0 0;
    float: left;
    margin: 0;
    min-height: 440px;
    /**for IE only**/
    overflow:hidden;
    word-wrap: wrap-word;
    #mainContent {
    margin: 0 0 0 140px;
    padding: 10px;
    #footer {
    padding: 0 10px;
    clear: both;
    border-top: 1px solid silver;
    /* BEGIN List Menu */
    #navlist ul{
    margin: 0;
    padding: 0;
    #navlist li{
    list-style: none;
    font-size: 14px;
    margin: 0;
    #navlist li a {
    text-decoration: none;
    display: block;
    font-weight: bold;
    line-height: 3em;
    #navlist li a:link {color:#A19332}
    #navlist li a:visited { color:#CCCCCC}
    #navlist li a:hover,
    #navlist li a:active,
    #navlist li a:focus{
    color:#000032;
    background: #A19332;
    /* END navlist */
    /**IMPORTANT FOR SEO**/
    #sitename h1 {margin:0; padding:0; line-height: 0; text-indent:-99999px}
    /**TEXT STYLES**/
    #mainContent h1,
    #mainContent h2,
    #mainContent h3,
    #mainContent p {
    line-height: 1.4;
    margin: 0 1em 1em 1em;
    padding:0 1em 1em 1em;
    #footer p {
    margin: 0;
    padding: 10px 0;
    font-size: x-small;
    text-align: right;
    color: #CCC;
    /**RE-USABLE CLASSES**/
    .left {text-align: left}
    .center {text-align: center}
    .right {text-align:right}
    .caption {font-size: 11px; font-style:oblique; letter-spacing:2px;}
    /**FLOATS AND CLEARINGS**/
    .floatRt {float:right; width: 40%}
    .floatLt {float:left; width: 40%}
    .clearing,
    .clearRt,
    .clearLt {height: 1px; visibility:hidden}
    .clearing {clear:both}
    .clearRt {clear:right}
    .clearLt {clear:left}
    /**REGULAR LINKS**/
    a img {border:none}
    a:link,
    a:visited {color: #A6933D;}
    a:hover,
    a:active,
    a:focus {color:#FFF;background:#A6933D;}
    </style>
    </head>
    <body>
    <div id="container">
    <div id="header">
    <div id="sitename">
    <h1>Emerson, Lake &amp; Palmer</h1>
    <!--end sitename --></div>
    <a href="index.html"><img src="http://www.emersonlakepalmer.com/www/images/ELP_Logo.jpg" width="140" alt="ELP logo" height="115" border="0" /></a>
    <img src="http://www.emersonlakepalmer.com/www/images/ELP_Masthead.jpg" alt="ELP banner" title="EMERSON LAKE &amp; PALMER"width="860" height="115" />
    <!--end header --></div>
    <!--BEGIN LEFT SIDEBAR -->
    <div id="sidebar1">
    <!--BEGIN NAVLIST -->
    <ul id="navlist">
    <li><a href="news2.html">NEWS</a></li>
    <li><a href="biographies.html">BIOGRAPHIES</a></li>
    <li><a href="discography.html">DISCOGRAPHY</a></li>
    <li><a href="shop.html">SHOP</a></li>
    <li><a href="links.html">LINKS</a></li>
    <li><a href="contact.html">CONTACT</a></li>
    <!--end navlist --></ul>
    <!--end left sidebar --> </div>
    <!--BEGIN MAINCONTENT -->
    <div id="mainContent">
    <div class="floatRt">
    <h3><a href="signup.html">Sign-up for E-mail</a></h3>
    <!--end floatRt --></div>
    <h3 class="left">Official Web Site     </h3>
    <img src="http://www.emersonlakepalmer.com/www/ELP_Gold_Home2.jpg" alt="ELP" title="Welcome Back My Friends" border="0" usemap="#Map" />
    <map name="Map" id="Map"><area shape="rect" coords="669,7,816,215" href="tickets.html" alt="High Voltage" title="Buy Tickets" />
    </map>
    <p class="caption">Greg Lake on guitar, Keith Emerson on keyboard, Robert Palmer on percussions </p>
    <!--end mainContent --></div>
    <!--BEGIN FOOTER -->
    <div id="footer">
    <p>&copy; 2010 Emerson, Lake &amp; Palmer. All rights reserved. </p>
    <!--end footer --></div>
    <!--end container --></div>
    </body>
    </html>
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Preview in browser stops loading

    I was previewing my CS4 design using firefox, but all of a sudden when I press F12 no preview loads. Can someone help me out?
    Thanks

    Check to make sure you still have your F-lock on. If you have inadvertently clicked the F-lock button, none of your Function keys will work as function keys, they will switch over to doing whatever other tasks they have been assigned (Mine say "Help," "Undo," "Redo," etc. etc.).
    If that doesn't help, check your path to the FireFox program Edit > Preview in Browser will get you the dialog box. Click on Firefox in the list and re-assign the F12 key to it. You could also click Firefox and then click the Edit button to see where it is opening (or not...) Firefox from.
    You should be able to invoke "Preview in Browser" even when you are in Live View. But I notice that Firefox takes a lot longer to load than Chrome or Internet Explorer.
    Beth

  • Preview In Browser Not Working With Safari 3.0 On Mac

    When using the "Preview in Browser" command from DW CS3, the
    file address information is incorrect when previewed in Safari 3.0.
    I don't recall this being a problem before I updated my Mac to
    Tiger. Anyone else had any problems with this?
    Thanks,
    cloud9indusrties

    If the address information is incorrect you should double
    check your paths. Also, consider using the computer's IP address if
    you can as opposed to the localhost address. All you would need to
    make that work is to just turn on Web Sharing in the preferences
    (this turns on Apache web server). I have found this to be a much
    more reliable method on the Mac.
    Also, please make sure, if you have not already done so, that
    Safari is the latest version (meaning the final release and not the
    beta), because there were issues with the beta that I had.

  • When previewed in browser or on the server the path of my web site repeats folders. However the "href" in the html code does not show the repetition in the path.

    If someone could help me on this one, this would be great. I am creating a web site that has several departments. I have categorized and saved each department in a main folder called "departments" and a subfolder for each one. In the Dreamweaver code view the pop-up menu links seem to show up properly, but when I preview in browser or upload to server "page not found" comes up because for some reason the address changes. Some parts of the address seem to be appearing twice, sometimes the entire path will appear twice as shown below:
    http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/departments/p arks-and-recreation/pr-arabiamtn-map.html
    that is incorrect and it takes me to "web page cannot be found".
    It is obviously repeating the folders (hence the "departments/parks-and-recreation" twice. The correct link is:
    http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/pr-arabiamtn- map.html
    The link issues are happening in the pop-up menu. For example if you go to http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/pr-arabiamtn. html and rollover the link called "Arabia Mountain" in the links to the left side of the page, then click the pop-up menu link entitled "Arabia Mountain Map" that's where the problem occurs.
    Can anyone tell me how I can fix this problem. I don't know what I should do with the code since it already appears correct in html view.
    Please help if you can...
    Thanks in advance for any possible help you can provide...

    XonoBoom wrote:
    It is obviously repeating the folders (hence the "departments/parks-and-recreation" twice. The correct link is:
    http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/pr- arabiamtn-map.html
    The link issues are happening in the pop-up menu.
    This problem usually happens when the menu is either a server-side include or a library item using links relative to the document. When you reference a page at a different level of the folder hierarchy, the document-relative links no longer point to the correct destination.
    Change the links in the menu to be relative to the site root.
    A document-relative link usually looks like this:
    <a href="../products/index.html">Products</a>
    A link relative to the site root begins with a forward slash like this:
    <a href="/products/index.html">Products</a>

  • Error message with Preview in Browser

    When I click on &quot;Preview in Browser&quot; in
    Dreamweaver 8.0 it takes me to a custom error page on our website
    that says &quot; page not found&quot;. For example here is
    the URL it creates for the temporary view page:
    http://ftp.svunet.org/htdocs/annual_conference/TMPfi1yavu5db.htm.
    Why is it trying to create a page on our server and not on my hard
    drive?

    Why is it
    > trying to create a page on our server and not on my hard
    drive?
    Did you define a testing server for this site, and enter the
    remote info?
    That's about the only way this will happen.
    do you need a testing server? is there asp/php/etc dynamic
    server side
    scripting? If not- go into the site definition, click the
    Advanced tab, and
    in the Testing server category, set access to None.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

Maybe you are looking for