Dreamweaver view different than browser view.

I'm doing my best to learn HTML and CSS, but am a relative newbie.
I have my new homepage working in all the browsers I've tried (and Mac and PC), but it looks terrible in Dreamweaver which makes it very difficult to edit. What am I doing wrong? Since the page renders fine in all the browsers I've tested, I don't know where to start. Any help you guys can provide would be much appreciated.
The page is here:
http://skyhoundz.com
TIA

Start by validating your code and fix reported errors.  DW isn't a browser so it's much less forgiving of errors in your code. HINT: You have the <body> tag incorrectly nested above the </head> tag.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fskyhoundz.com%2F 
Also keep in mind that since DW isn't a browser, Design View isn't 100% perfect.  Use Live View and Preview in browsers to check layout changes.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Photo rotaion in organize view different than edit view & slideshow

    Photo rotaion in organize view different than edit view & slideshow. The fact that the power supply to the computer was accidentally disconnected while I was working in iPhoto no doubt was the cause of this phenom.
    Any suggestions as to how to re-sync the rotations back up?

    Thanks for the tip. I wasn't aware of the use of theses two keys simultaneously. It occured to me after this post to just trash the whole library which I had just created for this particular group of photos and re-import the photos to a newly re-created library. I still had the camara connected so as it turned out it was fairly easy. Now that I think about it, if this hadn't been a newly created library just for this group of photos it wouldn't have worked so simply, so I guess I discovered another benifit for having multiple libraries.
    I'm glad you recomended the apple/alt key combo though as this knowledge no-doubt will come in handy at some time.
    iMac PowerPC G4 800 mhz 1GBSDRAM 17" Flatpanel   Mac OS X (10.4.8)   Seagate external Firewire/USB HD's:250GB & 500GBSony DSC-V3 & DSC-S8 Cybershot

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

  • Can I Change SEARCH to default as LIST view rather than GROUPS view?

    Can I Change SEARCH to default as LIST view rather than GROUPS view?
    I always end up doing a command+2 and if I can default this it would be better.
    THANKS

    Perform a search, click on the List View icon in the Finder window's toolbar, press COMMAND-J to open the View Options dialog, check the box labeled "Always open in list view."

  • Problem: design view looks completely different than live view

    I am trying to make changes to my home page in Dreamweaver, and when I am viewing the page in 'design view' the background image for the container is missing, and the divs are all over the place. When I view the same page in live view and in browser preview, it looks fine.
    Because I can't really see what the page is going to look like in 'design view', I can't really make changes to the site. Any help would be much appreciated.
    Link to screenshot of 'design view'  
    www.simply-eden.com/images/screenshot1.tiff
    Link to screenshot of 'live view'       
    www.simply-eden.com/images/screenshot2.tiff
    link for purpose of viewing the code only
    www.simply-eden.com/images/index.html
    Thanks for the help.

    When things get really goofed up, it could be caused by malformed code or orphaned div tags.  Sometimes browsers will let you slide with poor code, but DW Design View won't.
    Use these online code validation tools and fix any reported errors.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

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

  • Live View worse than Design view, both bad, CSS & layout not applying

    Howdy,
    So I'm trying to do some work on the the page seen here:
    http://www.juniper.net/us/en/products-services/network-management/
    (I've attached a screenshot of it.)
    I  view the source for that page and copy it into a new blank page in code view using DW CS4.
    I copy all the relevant related files, as far as I know, including at least all the CSS and image files.
    I view the page in Design View, and some of the styles, primarily on the text are clearly being applied. The layout, though, is all wrong, with the navigation spread out over the top without any text styling or background images, tho a few other images do show up (one in the header area and some in the body, ones that should all be about in the same directory), and the content area pushed waay out the right.
    Live View is even worse, no styling at all on any of the text, and it doesn't seem to be able to locate any of the images, so it's all plain default HTML-styled text.
    This is a fresh installation of CS4.
    DW 8 seemed to have a similar problem rendering this layout in design view, but appplying a few design-time stylesheets, ones that should have been applying, but somehow weren't, seemed to do it, or at least pretty close. That same strategem did not seem to work here. Plus, doesn't the fact that the correct stylesheets show up as "related files" in the related files bar mean that DW knows about them and are/should be doing its level best to be applying them already?
    I'm not sure how much more I can share, but does anyone have any thoughts about how to make DW render correctly?

    So here's a little more info for a more complete picture of the problem...
    I do have access to the original CSS, JS, and image files...When I said that I copied all the files that I believe to be relevant, I mean that I downloaded all the files from the \assets and \shared directories from the content management system, which should contain all the CSS, JS, and image files that the page uses.
    When I view the file into which I saved the page's View Source on my testing server via an actual browser window, the page looks as expected.
    So, to sum up:
    All the support files and "related files" seem to be in place.
    When viewed through a browser fed by a web server, the file/page looks as expected. Checked in Firefox v3.5.3, IE 8, and Chrome v3.0.195.24.
    When viewed in Design View, the layout looks wonky, some of the styles seem not to be applied to the navigation/header area (notably, I guess, the positioning of the navigation and content area relative to the navigation, as well as some of the text styling on the navigation), and most if not all the styling (text formatting, layout) seems to be applying in the content area. The Related Files bar seems to list all the expected related files.
    When viewed in Live View, no styling is being applied anywhere. Live View is based on an integrated WebKIT browser, so it should render most closely to Chrome, right?
    I know little to nothing about relevant web server configuration. Could it be possible there's some web server configuration that's set up on Juniper's web server that Dreamweaver doesn't mimic, at least by default? Are there web server configuration settings for the integrated Live View "server" that I could check?

  • Browser view in Dreamweaver different than IE view on other PCS

    I'm setting up a new webpage.  The page layout, fonts, etc. look great on my page in Dreamweaver CS4 and also when I use the preview in browser tool.
    I then publish my page out to our Intranet - still looks good to me.  However, everyone else in our office is seeing it differently.  The fonts are different, the navigation buttons appear different, some of the colors are different.  Looks horrible compared to the page I created.  Any suggestions??

    Without seeing the page, we can only guess.
    Did you upload the CSS file with the page?

  • Why is Remote app album view different than iTunes?

    I use the Remote app on my iPad to control the streaming of my PC's iTunes music library to my stereo.  I like the Album view because I can see most of the album covers. In iTunes 11.1 on my PC, album view displays the albums alphabetically by artist.  i.e. all Beatles albums are listed before any Rolling Stones albums.  But when viewing the same library on my iPad using the Remote app, the albums are listed alphabetically by album title, not by artist.  So each artist's albums are scattered all over.  I don't know about you, but when I'm looking for an album to play, I think about artists, not titles of albums.  But there doesn't seem to be any way to change the way the Remote app orders albums.  Am I missing something?  Is there any way to configure the Remote app to display albums in artist order?

    Hi go the first page of the Remote, the one which shows your shared libraries.
    Click Settings, and then Sort by Artist tab,
    Hope that helps!

  • IMovie "finalized" but audio is different than project view - Why?

    I have just "finalized" my iMovie Project.  I am happy with the sound levels and audio ducking in project view.  Now after I have finalized the project the audio levels are too loud and ducking is not recognized when I view it full screen.  But when I go back to review the project and play it back in project mode it sounds fine.  What am I doing wrong?

    Hey, have you found a solution to this?

  • Page preview different than live view

    My new page looks fine in preview, but once I upload it to the server, the layout is wrong, and the page looks completely different. I get an error saying Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author. Please help? Thanks!

    Hi Sara,
    Can you please help us with the URL of the website and screenshots.
    Regards,
    Akshay

  • AME Exported Videos show transparency differently than when viewed in Premiere Pro!

    This is kind of hard to explain but basically AME does not seem to treat 99% opaque as 99%...instead the exported file looks more like 90-95% opaque. If you have 2 clips (contrasting clips are easier to notice) on top of each other in Premiere and the top clip is at 99% opaque and the clip beneath it is at 100%, in Premiere you can hardly see the bottom clip, if at all. At 99%, that's how it should be. Just barely peeking through the top clip...
    BUT...
    If you export that clip using AME, the resulting clip will look completely different and it looks more like you had the top clip set at 90-95%. The lower clip is MUCH more visible. There is not "barely peeking through" like you see on Premiere. It appears that AME does not handle transparency well. For example if you cross dissolve two clips. It looks fine in Premiere but export it out to Bluray/DVD, etc. and all of a sudden, sometimes the beginnings and ends of the clip abruptly clip on or off as they fade into the clip. Again, it's like they go from 5% to 95% but miss out on the subtle start of 1-5% and the subtle ending of 95-99%.
    There is a thread about this in the Premiere section but I figured I'd toss it here since it seems Premiere handles/shows the transparency perfectly, but the issue arises when it's exported. To really define the point see the following clip that another user posted in that thread I just mentioned. Notice how the cross dissolves abruptly start and end sometimes. I noticed this in my exported videos too because I use LOTS of cross dissolves. It's easier to notice on more contrasted clips, but I think this illustrates the issue really well.
    https://vimeo.com/14536285
    Again, I just edited a project that had 2 clips stacked on top of each other and I accidentally had the top clip at 99%. I didn't even notice it in Premiere. You really cannot see the bottom layer peeking through...well, barely. But it's really subtle which makes sense because the top layer is at 99%. But on my exported Bluray/DVD...holy cow, it's VERY noticable! Almost as if the top clip were at 90%, not 99 (no exaggeration).
    I don't see a BUG Report for Adobe Media Encoder so I submitted a bug report in Premiere Pro.
    Can any one (staff preferably) address this issue please?

    Thanks for the response Todd. Is there a way to get around this GPU vs. CPU thing you mentioned? If not, is there a way to export from Premiere (to DVD/Bluray/Vimeo H.264) without using Adobe Media Encoder or export somehow so that dissolves and opacity changes are handled the same way that Premiere handles them so that the exported video doesn't look suddenly different? (I'm on a 2011 iMac with 16gb RAM and the AMD Radeon 6970M Graphics Processor) Basically, am I screwed and there's no current way having these issues with transparency that I mentioned above?
    Here, by the way, is the thread I mentioned that has to do with cross dissolves. I figured it was just an issue with that specific transition until I just now did this export with a 99% opaque clip on top of another clip and the resulting export looks more like an 85-90% opaque clip.
    http://forums.adobe.com/thread/898211?tstart=0
    Thanks Todd!

  • LCD view different than laptop screen

    I hooked up my laptop to the LCD and it shows an old desktop pic and not the current one. Running powerpoint or DVD shows nothing. Any ideas.

    Went to system perferance - display - checked the mirror image box

  • Live view different from design view

    Hi folks,
    Does anyone know why, in dreamweaver, there is a difference between the site design in Design View and what you see in live view; and how should oneapproach this difference?
    Thanks.

    Design View was coded a LONG time ago and Adobe hasn't really changed it much. It is very useful for my workflow, which is to work in Split view and jump back and forth between the Design view pane and the Code View pane. I know right off the bat that I won't see everything. Design View will never show me the newer CSS3 attributes, like shadow, gradients and so on. But it gives me a "rough" analog to work with while I'm doing general layout. Things like, "Am I breaking up the text enough to keep people on my web page?" "Do I have this typeface too small?" "Is the picture I just put in there positioned correctly?"
    Also, be forewarned, "Live" view is Webkit (an Open Source browser) so it will accurately portray Google's Chrome and Apple's Safari. It will not accurately show issues with Firefox and Internet Exploiter. So, before you launch your website, do a check in all of the major browsers.

  • Design View differs from Live view problem

    I have Dreamweaver CS5.5 with Mac OS 10.7.3 on an iMac. I have the same set-up on a Macbook Pro 17
    The problem is that the Design view is showing different fonts and not picking up layout as per CSS style but the Live view is all correct.
    All is fine on the laptop so it is my iMac specific glytch
    I have checked the settings for diplaying CSS styles and they are ticked
    I have switched off the activation settings for Suitcase Fusion 3 in case of conflict there
    I have uninstalled and reinstalled Dreamweaver
    I think it a font-related problem as the design view only seems to want to display non-serif fonts.
    Am I doomed to only use the lap-top in my web work?
    I hope someone can advise as I am rather frustrated

    I think that's just the way it is...
    http://forums.adobe.com/message/4312435#4312435
    Martin

Maybe you are looking for

  • Why log or not a materializad view ?

    Hi, I know we can log a materialized view but not found a reason to do it. I'm not talking about materilized view logs used to refresh a mv but to log a mv. If I work with two databases (a - master and b - mv site) and do a lot of changes to a table

  • Is there a way to have photos apper with most recent first on the camera ios 8' iphone 6

    IS there a way to set my photos in ascending order rather than decending in my camera? I want the most recent first. Ios 8 iphone 6

  • How to handle infinity in PL/SQL ?

    my function is returning a/b a,b are number retrun type is number... how to deal with it ?

  • Identifying a specific Hard Drive in the computer

    Does anyone know how to physically find a specific drive in the rack of hard drives   ( C: thru to G:) in my computer. I wish to remove drive F; Device Manager does not give any clues at to which is which and neither does Explorer. Apart from Trial a

  • Printing Excel docs... NOT!

    Hi all, I've searched the postings here for my problem but haven't found anything definitive. I'm hoping you all may have some direction for me. When I print an Excel doc (version X, service release 1) it disappears in the queue. I am printing to an