Looks different when previewing in browser. Help?

<!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"><!--
InstanceBegin template="/Templates/UA.dwt" codeOutsideHTMLIsLocked="false"
-->
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Untitled
Document</title>
<style type="text/css">
<!--
body
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
margin:
0;
padding: 0;
color: #000;
background-color:
#000;
background-image:
url(Logos_for_Ultra_Aircare_central_vacuum/Ultraaircare%20background.jpg);
/* ~~
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; /* adding the
padding to the sides of the elements within the divs, instead of the divs
themselves, gets rid of any box model math. A nested div with side padding can
also be used as an alternate method. */
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: 902px;/* 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;
margin: 0
auto; /* 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%. */
/* ~~
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 {
background-color: #051852;
/* ~~
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: 20%;
padding-bottom: 10px;
background-color:
#041237;
.content {
padding: 10px 0;
width: 80%;
float:
left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
/* ~~
This grouped selector gives the lists in the .content area space ~~
.content ul, .content ol {
padding: 0 15px 15px 40px; /* this padding
mirrors the right padding in the headings and paragraph rule above. Padding was
placed on the bottom for space between other elements on the lists and on the
left to create the indention. These may be adjusted as you wish. */
/* ~~
The navigation list styles (can be removed if you choose to use a premade flyout
menu like Spry) ~~ */
ul.nav {
list-style: none; /* this removes the list
marker */
border-top: 1px solid #666; /* this creates the top border for the
links - all others are placed using a bottom border on the LI
margin-bottom: 15px; /* this creates the space between the navigation on
the content below */
ul.nav li {
border-bottom: 1px solid #666; /*
this creates the button separation */
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;
background: #8090AB;
color:
#000;
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
background: #6F7D94;
color: #FFF;
/* ~~
The footer ~~ */
.footer {
position: relative;/* this gives IE6 hasLayout
to properly clear */
clear: both;
background-color: #041237;
color:
#FFF;
font-weight: 100;
font-variant: normal;
text-transform:
none;
font-style: normal;
font-size: 10px;
font-family: Arial,
Helvetica, sans-serif;
height: 30px;
width: 902px;
padding-top:
10px;
padding-right: 0;
padding-bottom: 10px;
padding-left: 0;
/* ~~
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;
-->
</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
--><!-- InstanceBeginEditable name="header" --><img
src="Templates/warranty_sticker_2004.jpg" width="902" height="302" /><!--
InstanceEndEditable --></div>
  <!-- InstanceBeginEditable
name="links" -->
  <div class="sidebar1">
    <ul
class="nav">
      <li><img src="links/home.jpg" width="181"
height="44" /></li>
      <li><img
src="links/ultraaircare.jpg" width="181" height="44" /></li>
<li><img src="links/pricing.jpg" width="181" height="44"
/></li>
      <li><img src="links/allergiesandasthma.jpg"
width="181" height="44" /></li>
      <li></li>
<img src="links/contact us.jpg" width="181" height="44" />
</ul>
    <p> </p>
<p> </p>
    <p> </p>
<p> </p>
    <!-- end .sidebar1 -->
</div>
  <!-- InstanceEndEditable --><!--
InstanceBeginEditable name="content" -->
  <div
class="content">
    <h1>Instructions</h1>
    <p>Be
aware that the CSS frfjfyukuhjiklui9liol;ko;i90or these layouts is heavily
commented. If you do most of your work in Design view, have a peek at the code
to get tips on working with the CSS for the liquid layouts. You can remove these
comments before you launch your site. To learn more about the techniques used in
these CSS Layouts, read this article at Adobe's Developer Center - <a
href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
<h2> </h2>
    <p> </p>
<p> </p>
    <p> </p>
<!-- end .content -->
  </div>
  <!-- InstanceEndEditable
--><!-- InstanceBeginEditable name="footer" -->
  <div
class="footer">
    <p>Copyright UltraAircare
      <!-- end
.footer -->
    </p>
  </div>
  <!--
InstanceEndEditable --><!-- end .container
--></div>
</body>
<!-- InstanceEnd
--></html>
So I just started a website for a project that I have to do. So far everything has been going well. Everything shows up perfect in liveview in Dreamweaver CS5, but now that I'm previewing it in internet explorer, this is how it shows up. Help anyone? Any ideas?

Link please.
Bob

Similar Messages

  • Page looks different in Preview and Browser

    I am using the Acordion Widget on the left hand side of my page and have inserted video from a third party to the right side.
    When I click "PREVIEW", I see the page displayed as in the top image. When I click "PREVIEW PAGE IN BROWSER", it shows up as in the bottom image, which, by the way, is the way I designed it to look. Is there a reason for this discrepancy and which should I trust more? I'm not ready to publish yet, so how can I check it in a real world environment?
    I'm losing the top and bottom "bookend" images around the Acordion Widget as well as the bottom button. And the video window and text are skewed off to the right.
    Please help.
    Louis

    Abhishek,
    Here is the code for the vimeo embed, plus some lines of code preceding it. This extra code contins the info for the graphic which is missing in the "PREVIEW" window.
    <p>With a combined 40+ years of experience, the team of voice actors at L2Images has lent their talents to live and recorded radio and television productions around the country. With male and female voices in a variety of dialects and accents, we can bring your copy to life.</p>
            </div>
           </div>
          </li>
         </ul>
         <div class="colelem" id="u4226"><!-- image -->
          <img id="u4226_img" src="images/filmstripbottom.gif" alt="" width="286" height="165"/>
         </div>
        </div>
        <div class="clearfix grpelem" id="pu538"><!-- column -->
         <div class="colelem" id="u538"><!-- custom html -->
          <iframe src="http://player.vimeo.com/video/41079915?title=0&amp;byline=0&amp;portrait=0&amp;color=cebb2 f" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
    </div>
         <div class="clearfix colelem" id="u92-7"><!-- content -->
          <p><span id="u92">L2Images provides the finest in commercial photography and videography at affordable rates. </span></p>
          <p> </p>
          <p><span id="u92-4">Contact us for your corporate videos, commercial production and image spots. We also specialize in legal video work.</span></p>
         </div>
        </div>
       </div>
    I hope this helps.
    Louis

  • My website looks tiny when previewed in browser

    How can I fix???

    Copy & paste this code into a new, blank document.  SaveAs test.html & preview in browsers.  This page is 90% width so it resizes to viewport.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with CSS 2-Col Layout</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!--[if IE]>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <![endif]-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <style>
    /**CSS Reset**/
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    img {
        max-width: 100%;
        vertical-align: baseline;
    /**Layout**/
    body {
        padding: 0;
        width: 90%; /**adjust width in px or % as desired**/
        margin: 0 auto; /**this is centered**/
        background: #CFF;
        color: #505050;
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        font-size: 100%;
        box-shadow: 2px 2px 4px #333;
    header {
        margin: 0;
        padding: 0 1%;
        width: 100%;
        background: #B00202;
        color: #FFF;
    /**top menu**/
    nav {
        background: #69C;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold
    nav ul {
        margin: 0;
        padding: 0;
    nav li {
        list-style: none;
        display: inline-block;
        margin: 0 3% 0 5%;
    /**menu link styles**/
    nav li a {
        color: #FFF;
        text-decoration: none;
        line-height: 2.5em;
        padding: 6px;
        border: 1px solid #CCC;
    /**on select or mouseover**/
    nav li a:hover, nav li a:active, nav li a:focus {
        background: #CCC;
        color: #505050;
    #wrapper {
        background: #CCC;
        overflow: hidden; /**float contaiment**/
    /**main content**/
    article {
        padding: 0 2%;
        background: #FFF;
        float: left;
        width: 70%;
    figure {
        width: 80%;
        margin: 4% auto 4% auto;
        text-align: center;
    /**right sidebar**/
    aside {
        padding: 0 2%;
        float: left;
        width: 30%;
    footer {
        clear: both;
        background: #B00202;
        color: #FFF;
        text-align: center;
        margin: 0;
    /**typography**/
    header h1, header h2 {
        display: inline;
        color: #F5DD83;
        padding: 0 1%;
    h3 {
        color: #2294AE;
        margin-bottom: 0
    p { margin: 0 0 1em 0 }
    figcaption {
        text-align: center;
        font-style: oblique;
        font-size: small;
        color: #2294AE;
    </style>
    </head>
    <body>
    <!--begin header-->
    <header>
    <h1>Sitename</h1>
    <h2>|  Responsive CSS Layout</h2>
    </header>
    <!--begin navigation-->
    <nav>
    <ul>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    </ul>
    </nav>
    <div id="wrapper">
    <!--begin main content-->
    <article>
    <h3>Article</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    <figure> <img src="http://placehold.it/500x325" alt="placeholder">
    <figcaption>Figure 1 Caption</figcaption>
    </figure>
    <figure> <img src="http://placehold.it/500x325" alt="placeholder">
    <figcaption>Figure 2 Caption</figcaption>
    </figure>
    </article>
    <!--begin right sidebar-->
    <aside>
    <h3>Aside</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus. </p>
    <hr>
    <p>Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    <hr>
    <p>Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </aside>
    <!--end wrapper--></div>
    <!--begin footer-->
    <footer>
    <small>© 2014 Your Site Name. All rights reserved</small>
    </footer>
    </body>
    </html>

  • Published a site in iweb but looks different in the web browser

    Hi,
    I have published a site in iWeb but it looks different when viewed in the web browser having published a few times.
    The pictures have small frames around which display perfectly i niweb but do not show in browser?
    The navigation menu is all showing in iweb but again not showing in the web browser?
    Not sure what I am doing wrong? I have tried to publish a few times.. checked that all the tick boxes show 'display navigation menu' etc?
    Thanks
    Toni

    Since you do not provide real varifiable, factual information I searched for :
    http://www.google.com/search?q=toni+darcy%27s+Products
    Is this you?
    http://www.tonidarcy.co.uk/toni_darcy_photographer/toni_darcy._photographer._wel come..html
    I noticed on the Pricing page that I cannot click the Gallery link. Something covering it?
    Other pages have similar behaviour.
    And there's no link for the home page. Perhaps you're hiding it.
    And see if you can use a shorter, and different, Sitename. It is clear who you are. And just welcome is enough.
    And empty the browser cache.

  • Pdf color looks different in preview and acrobat?

    I notice that the colors in various PDF files I have look different in Preview and in Acrobat. Is there some weird color profile issue?
    To be specific, I can create a PDF file in various ways, of a slide deck I originally created using Keynote. It has various different color blocks in the slides. In particular some acid green colors look very different depending on whether I open the PDF in Acrobat or in Preview.
    Preview shows the colors as they were in the original keynote application. But Acrobat shows them far more muted.
    I learned from another post that if I create the PDF by first saving to postscript and then creating the PDF using Acrobat, the issue seems to go away. However this is very inconvenient.
    In short, it seems as though there is some peculiar difference between the way Preview and Keynote (and probably Pages ) handle color and the way Acrobat handles color.
    Is there some way to fix this using some setting in one of the programs?
    By the way, this is not a new problem. I noticed it with previous OS's as well as previous versions of Keynote. I am currently using the latest version of everything.

    Same problem here. I was printing a PDF that my designer had sent me. Before I have always used Acrobat, but I've started using Preview in Leopard since it's faster and more powerful than before. But the colors were seriously wrong, often reversed completely. I believe this file was originally created in Illustrator.

  • In FF4, why does my website looks different when www is omitted

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/814715''
    My site looks different when I use www in the address and when I omit www. Look at http://www.dynapipe.co.uk and http://dynapipe.co.uk.
    This doesn't happen with FF3 or IE7, 8 or 9 or Google Chrome, only FF4

    Oops, responded to a duplicate of your post over here: https://support.mozilla.com/en-US/questions/814715

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

  • Exported PDF looks different in Preview, Adobe Reader

    Hi,
    I'm relatively new to InDesign and experiencing all sort of problems. I'm trying to export PDF of my resume in a small size file to send it over the email. However, after exporting when I view PDF document in different applications, it looks different.
    1) In Adobe Reader in 100% view the letters in bold are "jumping". Please see the screenshot below
    2) The colors of the logo come out right when viewed in Adobe Reader. Which is 1st image:
    However when viewed in applications such as Preview or just default Mac preview with space bar. The colors of the logo and the contact details comes out completely different then in Adobe Reader.
    I export the PDF with the default settings that comes with smallest file size but I need to make sure it looks good as this resume is for my job and will be viewed most probably on the computer. The logo is linked to Adobe Illustator file in InDesign document.
    Please help as I spend about 3 hours trying to figure it out. I would really appreciate your help!
    Natalia

    Hi Mike,
    Thank you for your answer. I've tried most of the thing you recommended but it doesn't work:
    1) The file was originally created in CMYK and then I converted it to sRGB in InDesign. As well as chose transperency blend space as RGB. As for the logo then the option in Illustrator to convert the file into RGB mode seems to be disabled.
    3). Exactly what I was doing.
    I don't understand what I'm doing wrong... Is there a way to import all the links from illustrator into InDesign file?

  • Site won't display correctly when 'Published' to Business Catalyst but does when 'Preview' in browse

    Basically I have a subscription to Muse and with that the ability to host one site with Business Catalyst. When checking the first site I designed I'd use 'Preview in Browser' and the site occasionaly displayed incorrectly, so I changed my habits to publishing the work-in-progress site to the BC url with this current site.
    Unfortunately there are multiple display problems with doing this; the two images below show the difference between 'Publish' to the BC domain and 'Preview site in browser'.
    I've cleared the cache of the browser multiple times and used both Firefox and Safari and the problem still remains. I'm assuming it's a problem with Business Catalyst?
    Does anyone have a solution for this? Has data become corrupted in BC, and if so is there a way of 'flushing' the data held on the BC site clean to start from scratch?
    Would really appreciate some help here as it's impossible to show my client the current state of the site
    Thanks in advance
    Phil
    http://httpwiles06businesscatalystcom.businesscatalyst.com/clients.html

    Hi Phil
    I checked the site and i can see all the images in page.
    Can you try to check with a different browser or if possible on a different system or device ?
    Thanks,
    Sanjit

  • How come that the design mode looks different than preview mode with slideshows?

    hello,
    I am placing a slideshow on the site. when I look in the preview mode the slideshow is not exactly in the same place.
    How come? Am I doing somthing wrong?
    thanks for response

    Welcome to the medium that is the web. Every browser has it's own text layout engine and "web-safe" fonts are a misnomer. You cannot rely on text line breaking the same in different browsers. Thus creating text frames that snuggly fit the text within is likely to result in what's occurring on your site in some browsers or browser versions.
    As a general rule, you should attempt to use Web Fonts whenever you can. Use "Web Safe" fonts as a second choice. And only use System fonts as a last resort and only for small amounts of text (since they become an image when output).
    If you want a specific portion of text to absolutely never go to two lines, you'll want to put it in a text frame that significantly wider than the text so when the line length varies the text doesn't wrap to a new line.
    "Web Safe" fonts are not a single font but actually a list/stack of fonts where the browser goes through the list until it finds a font that's available on the current viewer's device. The fonts in the list/stack are similar in visual appearance and font metrics, but any difference in font metrics is sufficient to result in changes in line breaks, so when using web safe fonts you need to account for much larger variations in line length and line breaking than will occur when using a Web Font.

  • Why do my raws look different when I view them in Adobe Bridge/Adobe Camera Raw and Canons Digital P

    Hello all,
    I am sorta new to taking Raw photographs and I have been been using Adobe Bridge/Camera Raw to edit. When I take my photos (I am using a Canon t2i) I have it set to save a raw and a jpg. When I view these images in Adobe Bridge/Camera Raw I notice a clear difference in the jpg and raw (I understand the whole concept behind raw vs. jpg. so im not questioning why one looks different) It is obvious all the adjustments that were applied to my jpg. vs the natural raw.  My question is: When I view the same two images in the software that came with my camera, canon digital photo professionals, the canon and raw look almost identical.... My assumption is that canon is applying the same "adjustments" to my raw as it did to the jpgs?  Has anyone used these two programs and noticed this?
    Thank you in advance for your assistance.
    Michelle

    Can't say I'm an expert on DPP myself either.  I've only run it a few times myself.
    If you're seeing Photoshop freeze just by looking at the File Info tab, that's certainly not expected and you should start a tread specifically to discuss that.  The forum may be able to help you get that working.
    I happen to like the color my camera delivers in its embedded JPEGs (which I use to quickly review shots via IrfanView).  Starting with that color in Camera Raw by default just feels very natural and integrated.
    Without a specific custom profile to help you with the task, here's my suggestions for the next best thing:
    1.  Take an image with a range of different colors in it.
    2.  Open the embedded JPEG also using whatever means you have to do so.
    3.  Open it also in Camera Raw and make sure you're using the Camera Raw default parameters.
    4.  Go into the Camera Calibration tab (little camera icon), and choose the Camera Standard profile as provided by Adobe.
    5.  Tweak the various sliders so as to match the color between what you're seeing in the JPEG and Camera Raw.
    6.  Save new Camera Raw defaults.
    Some notes:
    Make sure you leave the White Balance on As Shot, since storing a specific white balance is probably not going to be helpful.
    Test your settings and repeat the above to tweak them as needed using other images.
    Keep in mind that not every application does proper color-management.  IrfanView can be set up to do so, and I don't recall whether you have to tweak a default setting to make it do that or not (it's been a while).
    Hope this helps!
    -Noel

  • CSS styles disappear when previewed in browser.

    I created a web site following the Getting Started tutorials in Dreamweaver CS6.  However, when I preview in the browser, the main page shows properly but if i click a link, the other pages do not seem to attach to the style sheet - BUT the style sheet reference is present in the code.  Any ideas?
    thanks

    You are close to correct, but not quite there.
    If you have enabled the use of temporary files in PREFERENCES > Preview in browser, when you preview a page from DW, you will actually create a temporary page from the current one and it's that temporary page that is displayed in the browser. Why create a temporary page to preview? Well, if your page's code contains any root relative links (as opposed to document relative links) then those will not work if the page is previewed directly. When a temp file is built, those links in the actual page are converted to document relative links in the temp file, and this temp file is then handed to the browser to preview.
    Why don't root relative links work in a preview? When the browser sees a link like '<link href="/path_to_file.css"', it interprets the "/" as meaning the root of the HARD DRIVE, not the root of the site (browsers know nothing about DW sites), and will not find the linked file at that location (for example, C:/DW_path_to_file.css"). When those links are rewritten in the temp file being previewed as '<link href="path_to_file.css"', it works fine since the browser knows that means to look for the *.css file in the same folder as the file it is previewing.
    Make sense? By the way, this is how DW has *always* worked.

  • Frames getting hide when preview in browser - how them stay?

    All work in Dreamviewer is fine, until preview the homepage in borwser------ all frames are moving how they like when I´m moving the window size....
    How I can keep them right size?
    K.

    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/

  • Why can't Chrome find the webpage when Previewing in Browser?

    Hi -
    This is thoroughly bizarre to me.
    I can preview any site I'm working on using any browser I have except Chrome (current version 33.0.1750.152).
    As an example - when I use Preview in Browser - Chrome says "the webpage is not found" - the path to the page is:
    file://external-drive/_PROJECTS/CLIENT/_files-from-client/_SITE-031614/index.html
    My next step is to manually navigate to the page using Chrome's File/Open.  This works perfectly but when the page appears the path is different:
    file:///Volumes/external-drive/_PROJECTS/CLIENT/_files-from-client/_SITE-031614/index.html
    This second path is the same path in the Manage Sites/Site/Local Site Folder line.  All other browsers (FFox, Safari, Opera) use this second path.  But for some reason Chrome has shortened the path to an incorrect address.  Weird!
    I don't think this is related to Mavericks because it was happening before that upgrade.
    Has anyone else had this happen?  Can anyone explain how I can fix this?
    TIA your insight.
    JL2
    BTW - other details:
    Dreamweaver version 12 (CS6), Mac OS X 10.9.2.

    Stanko07 wrote:
    Hi jl200,
    I have the same problem since few weeks, and I am absolutely sure that jdaco answer isn't correct. All my files are on a desktop (iMac hard drive) all times and Dreamweaver has a problem with a preview in the Chrome browser. Few weeks ago everything was OK, so there isn't a problem with the files location. I think the problem has started after the last Dreamweaver update. Unfortunately I don't have any idea what to do to resolve this issue.
    You're right, the answer provided might be part of the problem but it's not the solution to the whole problem. My files are located on the computer too and Chrome will not preview them, sometimes, most of the time.
    I can't be asked to find out exactly why so I use Firefox or Safari.

  • Without changing anything: Live view looks fine, but "preview in browser" does not

    I haven't made any changes to our website in months. When I opened my index page, I did not change anything yet, but did a "preview in browser" and my whole slideshow is missing! It's still fine on the live website, as I haven't uploaded anything. Help.... why is it doing this? I need to add a small icon to our homepage, but I don't want to upload this page if it's not going to work!
    www.epaaudio.com

    On your page, these links are ALL root relative -
    <script language="JavaScript">
    // Advanced Random Images Start
    // Copyright 2001-2006 All rights reserved, by Paul Davis - www.kaosweaver.com
      var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
    // KW_rs[5000]
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/auditorium.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/arena.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/classroom.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/conference.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/conference2.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/courtrm.jpg';
      j=parseInt(Math.random()*KW_ARI.length);
      j=(isNaN(j))?0:j;
        document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"'>");
    function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
      x=document.randomSlideShow; j=l; while (l==j) {
        j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
      x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
    rndSlideShow(5000,0)
    // Advanced Random Images End
    And, being embedded in JavaScript, they will not be found to be 'adjusted' by DW, even when using temporary files to preview.  I'm afraid you will have to just lump the fact that they are not displaying in preview mode.

Maybe you are looking for

  • Do not want to create EUPEXR IDoc during F110 run

    HI All I am running F110 with RFFOEDI1 program, and after the payment program, it is generating payext IDocs as well as EUPEXR IDocs. But I do not want to create EUPEXR IDocs. I Could nt figure out what settings are  driving these EUPEXR IDocs . Can

  • Invalid payload for insert statement of a DB adapter

    Hi, I am back again with another issue :-( I have build a BPEL process which is reading data from a flat file (fixed fieldlength) using the ftp adapter. Next I pass this data to an ESB service, which will do some work on the data (including a normali

  • My purchased items are showing OK in iTunes Store but not on My Movies or My TV shows why

    My SONY Laptop (which is my Authorized PC) is showing my Purchases in iTunes, (when I look up my Purchases for either Movies or TV shows) However when I look up My Movies or My TV shows its empty - No Content Funnily enough when I look up my account

  • Nokia E65 Update to 2.0633.65.01

    Hey Guys, i have a small problem. My Nokia E65 has the Firmware Version: Version: 1.0633.18.01 11-01-2007 RM-208 Nokia E65 The Nokia Software-Update Newsfeed says a Update to Version 2.0633.65.01 is available. When i try to Update my Cell, the Softwa

  • Please help: Using integration transformation

    Hello, I have the following xml: <params> <param> <name>parameter1</name> <value>somevalue</value> </param> <param> <name>parameter2</name> <value>somevalue</value> </param> </params> This XML is the entry point of my process. I want to select, for e