Design view different from preview  -  is muse still in beta testing

I have limited experience with coding html so when Adobe released Muse, I was excited. However, I'm wondering if they released it too soon and/or if it is still in beta testing - which I don't mind but would like to know what I'm dealing with. It seems to have a lot of quirks - mainly that the design view is sometimes different from the preveiw or browser view. I spent over an hour yesterday trying to get text boxes to line up. If there is an hidden element affecting the text boxes, I don't see it. I have moved everything off the page and >selected all
and nothing shows up.
Other issues:
Sometimes paragraph styles do not apply - even though in design view it looks like they do.
Can't find a way to center text vetically in a text box other than adjusting the leading?
Can't find a way to organize assets into folders?
When an object is selected on a page, is there a way to indicate that that is the object in the assests panel?
Sometimes the padding options are not available for no apparent reason.
Thanks to the Adobe staff for being responsive as these issues are discovered. One staff member in particular was very helpful as I was trying to get hyperlinks to work right. But I am STILL having a problem. The text box and the text itself have the hyperlink style applied but as you can see on the Dardanelle and Chad Lawson Trio hyperlinks - the style did not take even though they are both hyperlinks that point to the right URL.  -- geezermusicclub is the correct link for Dardanelle - It's difficult to see in the pic, but the Dardanelle and Chad Lawson text color is black but the hyperlink text style is brown.
Persoanlly, I feel Adobe should lower the subcription price while all these kinks are being worked out in Muse. In a way, subscribers are **** a LOT of beta testing for Adobe. Not only are we not being compensated for that, we are having to pay for an application that has too many wrinkles.

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

Similar Messages

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

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

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

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

  • Design view differs from browser view

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

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

  • Look different in Design view and Browser Preview

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

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

  • Background in live view different from design view

    Why when I am looking at my page in design view it shows up black like I want it to, but when I go to live view or view it on the internet it shows up like the template color that it was when started?

    Without the code, it's pretty tough to say what might be happening.
    One thing to look at would be the order of you css, including the links to external .css files in the <head> of the page.
    If you have two like selectors, for example, two versions of: body {background-color:some color here;}, the one that comes last in the stylesheet links, embedded css, or in the html itself (inline css) will be the one that's used by the browser.

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

  • Centre not working in Dreamweaver Design View (CSS+HTML)- Preview OK- help!

    Hi there
    I am having a slight problem with DW which I have had before, and fixed, but I cant for the life of me remember how I fixed it.  So any help is much appreciated.
    I am producing a proof site for a client and cannot load it to be live just yet so sorry for any inconvience but I have taken some screen shots and will paste code/html.
    The site is currently sitting like this  in the design view of DW
    [IMG]http://i1200.photobucket.com/albums/bb323/SKH_Design/Picture1-1.jpg[/IMG]
    Which it usually doesnt.... its usually centred within the design view!!
    this is how it sits in the preview
    [IMG]http://i1200.photobucket.com/albums/bb323/SKH_Design/Picture2.png[/IMG]
    My main page container is margin left auto and so is the margin right.
    (please excuse my experiment with the drop shadow behind the main container)
    please excuse me if anything is messy, im pretty new to this!!
    Thanks, Sarah
    Code -
    <style type="text/css">
        <!--
        @import url("styles/base.css");
    body {
        background-image: url(images/backgroundred.jpg);
        background-repeat: no-repeat;
        -->
    </style>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body leftmargin="float">
    <div class="shadow">
    <div class="pagecontainer">   
                <!-- navigationbarstart -->
                <div class="topbarcontainer"><img src="images/pb-topbanner.jpg" width="800" height="126"></div>
                        <div class="navigationbar"> <img src="images/pb-linkbar1.jpg" width="353" height="34"><img src="images/pb-linkbar2home.jpg" width="87" height="34"><img src="images/pb-linkbar3products.jpg" width="198" height="34"><img src="images/pb-linkbar4offers.jpg" width="161"                                                                                                                                                                                                 height="34"></div>
                                <!--navigationbarend-->
                                <!--flashanimation-->
                                <div class="flashcontainer">
                                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="257" id="FlashID" title="paulburtonflash">
                                    <param name="movie" value="flashfiles/paulburtonflash.swf" />
                                    <param name="quality" value="high" />
                                    <param name="wmode" value="opaque" />
                                    <param name="swfversion" value="6.0.65.0" />
                                   <param name="expressinstall" value="Scripts/expressInstall.swf" />
                                    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                                    <!--[if !IE]>-->
                                    <object type="application/x-shockwave-flash" data="flashfiles/paulburtonflash.swf" width="800" height="257">
                                  <!--<![endif]-->
                                  <param name="quality" value="high" />
                                  <param name="wmode" value="opaque" />
                                  <param name="swfversion" value="6.0.65.0" />
                                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
                                  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                                  <div>
                                    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                                    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                                </div>
                                  <!--[if !IE]>-->
                                </object>
                                    <!--<![endif]-->
                                  </object>
                                </div>
                                <!--flashanimationend-->
                       <!--mainbackground-->
                       <div class="mainbackground">
                       <!--maintext-->
                        <div class="homepagetext">
                        Established in 1980, we are a drinks wholesale business, based in the Scottish Borders which prides itself on being able to provide alcoholic and soft drinks in whatever quantity you require at outstanding prices and on time.<br><br>
    We deliver 7 days a week and offer a free, prompt delivery service, by our own staff in the Borders, East Lothian and Midlothian.<br><br>
    <div class="textspacer1"></div>
    <div class="textsixe16">We have regular promotions - click here to view our latest special offers</div>
                        </div>
                        <!--endofmaintext-->
                        <div class="homepageimage">
                        <img src="images/pb-home-mainimage.jpg" width="328" height="219"></div>
                        </div><!--endofmainbackground-->
          <div class="bottombar">
                  <div class="bottombartext">
                    Paul Burton Drinks Wholesale, Pinnaclehill Industrial Estate, Kelso, Scottish Borders, TD5 8DW
                </div>
          </div>
    </div>       
    </div>
    </body>
    </html>
    CSS -
    @charset "UTF-8";
    /* CSS Document */
    .shadow{
    width:840px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/editableshadow.png);
    background-repeat:repeat-y;
    .pagecontainer{
        width:800px;
        height:auto;
        margin-right:auto;
        margin-left:auto;
    .topbarcontainer{
        width:800px;
        height:126px;
    .navigationbar{
        width:800px;
        height:34px;
        float:left;
    .flashcontainer{
        width:800px;
        height:257px;
        float:left;
    .mainbackground{
        width:800px;
        height:349px;
        float:left;
        background-image:url(../../CL%20-%20New%20Ideas/Images/pb-home-background.jpg);
        background-repeat:no-repeat;
    .homepagetext{
        width:372px;
        height:275px;
        float:left;
        margin:50px 0px 0px 50px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#FFF;
    .textsixe16{
        font-size:16px;
        font-weight:bold;
    .textspacer1{
        height:15px;
        width:5px;
        color:#d6f3fc;
    .homepageimage{
        width:328px;
        height:219px;
        float:left;
        padding:50px 0px 0px 20px;
    .bottombar{
        width:800px;
        height:59px;
        float:left;
        background-image:url(../../CL%20-%20New%20Ideas/Images/pb-home-bottombar.jpg);
        background-repeat:no-repeat;
    .bottombartext{
        width:600px;
        height:17px;
        float:left;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        color:#000;
        padding:25px 0px 0px 50px;

    "<body leftmargin="float">"
    Can you say what that's doing? "float" is not a legal value for the leftmargin style, which requires an integer value.  But its use is deprecated in favor of CSS anyhow.
    Your pasted code is lacking a doctype or anything that would normally be above that stylesheet link.  Is that just an oversight or is it really not there?

  • Exported swf formatting differs from preview mode

    When I view a model in preview mode, everything looks fine with the formatting.  However, after exporting the file (or viewing the export preview), some of the formatting is incorrect - such as axes labels and titles being truncated or moved from their original position, as well as grid sizes changing so that what I have aligned no longer is aligned. 
    I can make formatting adjustments in the model so that it appears more properly in the exported swf file, basically correcting for these differences.  However, this is obviously not ideal, and I have not been able to identify any patterns in these discrepancies (sometimes it looks fine, other time not).  I appreciate any suggestions!

    Hi,
    I am facing the same issue too. The whole formatting goes off once exported to ppt. The fonts reduce to such an extent that I cannot see the fonts. If I drag the swf component to full screen in ppt, the labels, come over the axes.
    Please let me know how to correct it.

  • Colours in result vastly different from preview

    I've just installed the latest Photoshop CC. Whenever I go to Image → Adjustments → Anything, the result turns out to be completely different from what I see in the preview. For example, when I use Hue to colourize a picture:
    If I do the same using the corresponding adjustments layer, I get the same result as in the preview on the screen, but as soon as I save the picture to a non-psd format, the colours are off again.
    It is impossible to work like that. Do you have any idea why this happens? I should note that I work in the standard RGB mode, and the "Proof Colors" option is disabled (but if I enable it, the results are the same).

    Well, I construed "preview" to stand for Apple's Preview Application.  Not my bad this time, but yours.
    Next time, please provide a lot more details when you post:
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Particles (flame) bug? Export render differs from preview render.

    I've added a particle emitter (Pyro -> Flame) to my movie. It all looks fine in the Preview window. But when I render (export) the final movie the flame comes out differently. Some frames contain large grey parts that seem to appear out of nowhere. Here some frames from my video. The upper part is the view in Motion's Preview window, the lower part is how it is rendered.
    I've tried exporting to several output formats, including the lossless ProRes formats. I also used several rendering settings, both in the Export dialog and the upper-right Preview window settings menu. Nothing solves this problem.
    Does anybody know how to fix this? Motion isn't very usable this way. I'm using Motion 5.2 on Yosemite 10.10.3 on a MBP 13 Retina, late 2013.

    Hello all and thanks for the tips. I really appreciate your help. After having it work sometimes and sometimes not, I definitely checked most everything you all mentioned. I really thought the answer shouuld have been in the areas you all pointed to... but I got lucky and found it somewhere else... maybe this was a newbie thing, but I'm willing to swallow my pride and cough it up...
    My file was created from following Creative Cow's "reflection" tutorial step by step... in the tutorial, you "pre-compose" your text layer and create another layer below it. This other layer becomes your reflection.
    Here's what was happening:
    When I export to .swf, if I am viewing the pre-composed layers in the "comp" viewing area, I will get the red hue around stuff during the render, but not in the preview. If I switch from the pre-composed layers, back to the main layers, and view the main "comp" at the highest level and then render, I get a perfect render... make sense? perhaps it was human error... I just felt that the render would always look like what you are previewing. Make sure you render from the main layers and not while still looking at a pre-composed layer...
    thanks again all!

  • AE - Render differs from preview (get red outline and red layer)

    Please excuse a newbie... I'm using AE and all looks good with the text I create.. I add a pre-set animation and then render to swf file. Sometimes all goes well, but most of the time I get a red hue over the graphics or the text gets an outline. See examples here...
    This swf file rendered perfect.. all silver text and good reflection:
    http://www.denmasterstudios.com/vision.html
    This swf file (from the same AE document, I only changed the text) rendered with a red outline and red hue over the reflection:
    http://www.denmasterstudios.com/hardware.html
    It is kind of hard to explain, hence the examples. Thanks for taking the time to check it out. I'm spending too much time trying to diagnose.

    Hello all and thanks for the tips. I really appreciate your help. After having it work sometimes and sometimes not, I definitely checked most everything you all mentioned. I really thought the answer shouuld have been in the areas you all pointed to... but I got lucky and found it somewhere else... maybe this was a newbie thing, but I'm willing to swallow my pride and cough it up...
    My file was created from following Creative Cow's "reflection" tutorial step by step... in the tutorial, you "pre-compose" your text layer and create another layer below it. This other layer becomes your reflection.
    Here's what was happening:
    When I export to .swf, if I am viewing the pre-composed layers in the "comp" viewing area, I will get the red hue around stuff during the render, but not in the preview. If I switch from the pre-composed layers, back to the main layers, and view the main "comp" at the highest level and then render, I get a perfect render... make sense? perhaps it was human error... I just felt that the render would always look like what you are previewing. Make sure you render from the main layers and not while still looking at a pre-composed layer...
    thanks again all!

  • Calendar in List view different from Day and Month view

    When I look at my Calendar in 'List' view all of the Birthdays and Events are in the wrong date but in 'Day' and 'Month' view they are correct. 
    Has anybody found a fix for this yet?  I have looked at similar discussions but they are all a couple of years old and none seem to have found the solution

    It looks like I have found a solution - it is to do with the birthday dates - if you delete the year of any pre-1932 birthdays it solves the problem! 

  • Colors in viewer different from Photoshop?

    When I view my images in the viewer the colors appear flat and are not as rich as when I open the image in photoshop. I cannot figure out why there is this discrepancy? I would like the images in the viewer to match what I am seeing when I send the image to photoshop.
    Any help appreciated.

    1. Are you using a calibrated monitor?
    2. Have you accidentally turned on soft proofing in Aperture? View>Onscreen Proofing.
    Ian

  • Is design view missing from RoboHelp's new Find and Replace editor?

    I just started using RoboHelp 10 and was excited about the new Find and Replace feature. However, it seems to force the user to edit in the HTML editor (which is very difficult when the topic has tables). Am I missing some preference setting?
    The only workaround seems to be to to find a topic and then track it down in the Project Manager list and open it in the normal fashion.
    Thanks.
    Carol

    Find and Replace in Files (as opposed to a single topic) has always been at HTML level.
    If you do use this updated feature, do not use the Contains field unless you want to kiss your project goodbye. See Using Rh10 on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • How to reinstall from time machine onto a new hard drive?

    how to reinstall the system from time machine to a new hard drive?

  • How to read the content of MS Word document?

    Hello Experts, I need to upload ms word document and fetch its content to an internal table. Is there any function module or class which is suitable to my requirement? Regards DNR Varma

  • Help, My 2010 Macbook Pro looks wierd!

    Last night I started up my 2010 17" macbook pro and I noticed the startup was strange. The gray screen looked different and the apple had a dotted line outline. When my desktop appeared the image looked like I used a polarized affect in Photoshop. I

  • Aspell dictionaries listed but ignored

    Hi, I have installed CocoAspell (http://cocoaspell.leuski.net/) to be able to use spell-checking of languages not supported by Apple, such as Catalan. CocoAspell works quite nicely with some applications such as TextMate but Mail fails miserably with

  • MIRO- Header screen

    Hi Friends, Can anyone please tell me what controls header screen in t.code MIRO and how do I see what fields are mendatory or suppressed in it. If you can provide path , it would be helpful. Points to answers. Thanks