Help! Dreamweaver CS6 bug makes code disappear!

I manage a dozen or so very stable websites in DW. Yesterday when I went to edit one, all the text was gone! I was able to workaround by pasting fresh text in Design mode from the web page. Today it's happening with another site. Both these sites have templates with editable regions.  It's not happening in all of my sites, nor on every page of the affected ones.
Here's an example.
The web page:
The file:
It's so bizarre! Any ideas?

#1 If you're using a Mac with Mavericks, disable your system's "Dictation & Speech Recognition" features.
#2  Validate code and fix reported errors.
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
#3 When DW starts acting weird for no other reason, the first thing to try is Deleting Corrupted Cache in DW
http://forums.adobe.com/thread/494811
#4  If that doesn't help, try Restore Preferences
http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
Nancy O.

Similar Messages

  • Dreamweaver CS6 Rewrites My Code!!!

    Sigh. I just upgraded to Dreamweaver CS6 Creative Cloud, hoping it would solve the code rewriting issues added in CS5.5.
    No joy. Take a look at the following code fragment:
    <input type="text" name="getEmailAddress()" size="40" required="1" validate="email" message="Please enter your email address." />
    Thing is, this is NOT HTML. This is part of an XML definition of a form, embedded within a CFC. Whenever CS6 gets its grubby little paws on it, however it changes it to this:
    <input type="text" name="getEmailAddress()" size="40" required validate="email" message="Please enter your email address." />
    Note the required="1" attribute is now simply required. Which blows up the XML parser big time.
    This, just when I was getting around to writing a post about how, after THREE versions (CS3, CS4, CS5), Adobe finally got around to fixing the code rewriting bug I originally posted back in March, 2008.
    I've tried changing doctypes, turned off rewriting in preferences, and done pretty much eveything I could think of, AND DREAMWEAVER STILL REWRITES MY CODE! I was told in CS5.5 that Dreamweaver will perform these kinds of changes based on the presence of a doctype specification...
    But why is doing it in a ****ing CFC?????? Am I supposed to add doctype's to my CFC's now?
    Look, Adobe, I'm a professional. I know what I'm doing, and when I put text to a file, I expect it to remain exactly as written. I do NOT need you "improving" my code.
    Especially when "improving" my code BREAKS MY CODE.
    Please provide a "hands off" option, and HONOR it.
    I need Dreamweaver because I need RDS access to some sites. If it were not for RDS access, I would drop this piece of grief and aggravation in a heartbeat.
    I wonder how many years I'm going to have to wait to get THIS fixed...

    > I do NOT want it doing that.
    Why? It's the right thing to do. Anyhow, PREFERENCES >
    Code Rewriting,
    might be what you are looking for.
    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
    ==================
    "kavakava" <[email protected]> wrote in
    message
    news:f87hhh$rro$[email protected]..
    > Hi,
    >
    > I have a number of affiliate links, and they all have
    the "&" character in
    > them. However, Dreamweaver keeps replacing them with
    "&amp;". I do NOT
    > want it
    > doing that.
    >
    >
    > I am using Dreamweaver 8.0.
    >
    > Many thanks!
    >

  • Dreamweaver CS6 - Guidelines in code view

    Hello,
    Is there any extension/plugin that allows to make similar view like in Notepad++?
    Example: http://screenshu.com/static/uploads/temporary/ed/aq/w0/xtgy6g.jpg
    I mean those vertical guidelines + selecting closing tag that selects also opening tag. Is this doable in Dreamweaver CS6?
    Thanks in advance.

    Nothing currently.
    You can suggest features here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • HELP Dreamweaver CS6 crush...

    MY dreamweaver cs6 cannot open it keeps saying ''dreamweaver quit unexpectedly'' i have tried o restart the computer and reopen the program but nothing is working

    Bring it to the Computer/Network Admin guy at your school and have them try clearing DWs Cache File: http://forums.adobe.com/thread/494811 if you don't have access to it yourself.
    It's a decent catch-all for "suddenly acting up" issues.

  • I am updating content in an old site and am using an old extension to close a child page.  It has worked fine up until I started using CS6.  The code for this is in a template I am using and the code has not changed.

    So the site is www.fulcrumcwi.com and the page URL is: FulcrumCWI Rebecca Morgan Operations Strategy Consulting Newsletters.
    if you choose the first HTML link to the current newsletter when you try to use the close buttons neither of them work.  Yet if you go down to the issue from January, and go to the HTML version, it works just fine.  This is the code that the extension puts in:
    <form>
              <input name="Close" onclick="self.close();return false" type="button" value="Close" />
            </form>
    I haven't changed it in any way.  The only change is that I'm using Dreamweaver CS6 to make these changes.  Anyone have a fix for me?
    As always, thanks in advance.  (and yes, I know this site needs major updating)
    GraphicEdge

    Boy, that didn't really come out very well.
    On the archive_newsletters.html page, the "HTML" links are supposed to have target="_blank" in them...
    <a href="newsletters_html/2014_03.html" target="_blank">HTML</a>
    so a new tab is opened with the info. That new tab is then closed by the this.close() javascript.
    On the newsletters that don't close correctly, there is no target="_blank" to open them in a new window initially, so they can't close with that method.

  • Create web photo album missing in Dreamweaver CS6

    Why is create web photo album missing from the command menu in my Dreamweaver CS6?

    That feature disappeared in Dreamweaver CS5.

  • Dreamweaver CS6-  jquery and jquery cycle to have 5 images slide (as a fade) in a banner code failure- help?

    Dreamweaver CS6- I am trying to use jquery and jquery cycle to have 5 images slide (as a fade) in a banner. I thought I got the code right but it stacked the images. I suspect I have the incorrect code for the position or I haven't properly added cycle.
    my head code:
    <title>slider</title>
    <script type="text/javascript" src="JS/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="JS/jquery.cycle2.min.js"></script>
    <script type="text/javascript">
    $('#slider').cycle({
    </script>
    <style type="text/CSS">
    #slider {margin:auto;}
    </style>
    My div code:
    <div id="slider">
      <p> 
        <img src="Leather web page/DSC_0531_4925.JPG"/>
        <img src="Leather web page/DSC_0035_edited-1.JPG"/>
        <img src="Leather web page/DSC_1593_edited-1.jpg"/>
        <img src="Leather web page/DSC_1595_edited-1.jpg"/>
        <img src="Leather web page/DSC_1821.jpg"/>
        </div>
    Any help would be greatly appreciated.

    1. You can use a constructor to change the defaults. The default values can be seen in jquery.cycle2.js starting at line 659 as per the following. As you can see at the bottom, the code automatically runs the slideshow(s)
    // @see: http://jquery.malsup.com/cycle2/api
    $.fn.cycle.defaults = {
        allowWrap:        true,
        autoSelector:     '.cycle-slideshow[data-cycle-auto-init!=false]',
        delay:            0,
        easing:           null,
        fx:              'fade',
        hideNonActive:    true,
        loop:             0,
        manualFx:         undefined,
        manualSpeed:      undefined,
        manualTrump:      true,
        maxZ:             100,
        pauseOnHover:     false,
        reverse:          false,
        slideActiveClass: 'cycle-slide-active',
        slideClass:       'cycle-slide',
        slideCss:         { position: 'absolute', top: 0, left: 0 },
        slides:          '> img',
        speed:            500,
        startingSlide:    0,
        sync:             true,
        timeout:          4000,
        updateView:       0
    // automatically find and run slideshows
    $(document).ready(function() {
        $( $.fn.cycle.defaults.autoSelector ).cycle();
    2. To center the slideshow, merely center the container as in
    div.cycle-slideshow {
        width: 1000px;
        margin: auto;

  • Adobe Dreamweaver CS6 constantly freezes temporarily while editing code

    When using Adobe Dreamweaver CS6 or older versions, while writing code in PHP, when I end some syntax like closing parenthesis, adobe get frozen for 20 to 30 seconds, the more lines I have the slower it gets. I guess it’s because its detecting mistakes in the code, after that period of time it tells me if I have gotten some errors in that line.
    Anyways, I have found a trick to avoid it but it’s really annoying in programming time, instead of using SHIFT+0 to close parenthesis, I copy “)” symbol on the clipboard and paste it to close the whatever function that needs to be close, and in this way, adobe Dreamweaver CS6 wont freeze for 30 seconds, (loosing of course the cool feature of grammar correction).
    I know how this sounds but when you have 40.000 lines and you have to correct several mistakes in different lines and after each correction you have to wait 30 seconds… it just pisses you off.
    I hope someone could help me to get rid of that waiting maintaining the correction feature or if that is too much to ask for, at least to make it behave like any other text editor that just writes what you time without waits needed.
    Thanks a lot for any help about this.

    A snipppet would be way faster

  • Dreamweaver cs6 menu bar disappears

    I am using dreamweaver cs6, and it keeps doing this wierd hang in which the window size of the application becomes small, and the menu: File, Edit etc. disappears. I have to shut it down via the task manager and restart, losing any unsaved work. I Dont know if this is a bug or a new feature I dont know about where im triggering some different mode. It usually happens after I get the greyed out screen when the application is busy and not responding.

    It mostly happens around saving files which i have set up to automatically ftp.
    IMO "upload on save" is a dangerous option.   What if you make a mistake and save a corrupted file?  It now becomes part of your site.  Try turning that option off and see if it fixes your freezing problem.
    Nancy O.

  • DW CS6 horizontal scrolling bug in code/design view & code view alone

    I posted a video demonstrating the issue.
    Dreamweaver CS6 12.02 Build 6006
    http://www.youtube.com/watch?v=E7x5QZWNfk0
    Will there be a fix in the works?

    Believe me Thomas, I know exactly what you are going through.  I used to work for a company that used an archaic ecommerce platform called Marketlive.  It was a beast, but caused more problems than what it was worth.  But the companies that have grown with them have become so big they are afraid of change themselves.  Unfortunately, you just have to make with what you have.  Personally I'd still try to push about the paths because a find and replace could still be done ont he database side, although a bit more complicated than DW's because you would have to write a query to replace the values, but still possible.  Honestly, I would just do without the preview and just code as if DW is your text editor and then upload and test.  I wish there was a better answer, but even when I was in the tough situation that's what I worked with.  If they don't like how time consuming it can be that way, then you need to show management how you could save time and money.

  • In dreamweaver cs6 12.0, build 5842, there is no syntax coloring on main code view?

    In my dreamweaver CS6, why is there no syntax coloring showing on the main code view window on php or any files? It works in window>code inspector, but this does not have all the same functionality. ther is no preferences icon anywhere that I can see to turn this feature on or off? This used to work until just recently. Nothing on google, but the main basics. I tried checking preferences under syntax coloring and all is okay and shows color. I also reinstalled and restarted PC. I am on a macbook with retina display. on mountain lion with latest updates. CS6 is different than cs5 in menus. Please help soon!

    Thanks for the help. I didn't think the retina did, I just wanted to help clarify what I was working with. I tried changing the external editor also and that got the split design view working again, but still no code coloring gosh darnit.

  • "Help" error 404 in Dreamweaver CS6

    I have just purchased Dreamweaver CS6 after more than twelve years of web-site development using NetObjects Fusion and hand-coding.
    Conscious of the step-up in possibilities offered by CS6, I am keen to learn as I go (un-learning my existing bad habits too). 
    Sadly, at the first hurdle, I tried to click on "Help" on the first page and had Error 404 returned.
    I have been looking at the excellent tutorials, but thought all the promises of seamless integration would not trip up so soon.
    My default browser is Firefox - is that the problem?  I don't trust IE which keeps falling over.
    Any help would be happily received!
    NigelHS

    Hi Nigel,
    Welcome to the Dreamweaver forum. 
    Having used NOF for several years, I know what you're going through.
    First, define your local site folder.  Go to Site > New Site.  Tell DW where to find  the folder containing all your site files.  This is an important 1st step, otherwise DW cannot properly manage links and assets for you.  See screenshots.
    You will probably want to define your remote server settings too, but you don't need to do that to work on local files.
    Root directory is where your hosting provider told you to put your files.  This varies by host.  The directory could be public_html, www or htdocs.  Some hosts don't use a directory in which case you should leave this field blank.
    Run a Test.  If you can't connect, click on More Options:
    Chances are you will need to re-build your site with CSS layouts and cleaner HTML code.  Initially, I used Find & Replace to strip out all the old NOF proprietary tags, inline font styles, tables, etc...  It's a tedious task but well worth it in the long run.
    Finally, validate your code with the W3C validation tools and fix all reported errors.
         Code validation tools:
              CSS - http://jigsaw.w3.org/css-validator/
              HTML - http://validator.w3.org/
    Have fun!
    Nancy O.

  • Using hyperlinks in Dreamweaver (Was: Dreamweaver Cs6 Help?)

    Ok, well I'm using Dreamweaver Cs6 and came across a few obstacles I was hoping to get help with. One of them is the hyperlinks, I am building an antique based website and cannot figure out how to add multiple links so all pages are linked to the other like, home to porcelain, then if I then decided to choose glass while I'm on porcelain, I could click glass from there. Its hard to explain but hopefully someone understands what I mean. Second would be adding the Spry Menu Bar. I figured out how to write and code it yesterday and it worked fine, but when I went to go add the Spry Menu Bar code to my other pages it showed it as a vertical bar with bullets. Any help would be great for I am on a tight schedule. If its easy to explain on skype or something let me know and I'll post it. I just really need this help

    Safest way to link is to construct your destination page first and then click on the source link and then let DW code the link to the target page for you
    Finished code would look like this if you named your pages as I have
    <li><a href="german.htm">German</a></li>
          <li><a href="chinese.htm">Chinese</a></li>
          <li><a href="english.htm">English</a></li>
    Sorry I don't have your DW version but here's a video
    http://www.youtube.com/watch?v=xNpc2C0Nr3Q

  • Dreamweaver CS6 and Coldfusion 9 - Syntax Errors & Code Coloring

    I recently purchased Dreamweaver CS6. 
    Also, I'm running Coldfusion 9 on Windows 7, but that's probably irrelevant.
    The issue is that Dreamweaver keeps on marking my files with syntax errors, and the code coloring gets all messed up.
    For instance, such function would indicate an error due to the #var#:
    <cfoutput><script>functionXYZ(#var#);<script><cfoutput>
    But this would work just fine:
    <script>functionXYZ(<cfoutput>#var#<cfoutput>);<script>
    The issue is that I have entire pages wrapped in cfoutput, redoing everything would take months.
    Or this would break the code coloring for the entire select as such:
    <select <cfif test eq 'test'>class="test"</cfif> name="selectbox">
    While this breaks the code coloring for the closing cfif as such:
    <select class="<cfif test eq 'test'>test</cfif>" name="selectbox">
    I'm getting syntax errors on thousands of my files, I understand that I could rewrite the code slightly to remove some of the error indications, but these are not actual errors so I feel that there is no point of me spending months updating the code.
    Is there a patch that I can apply so that this would work without any of these issues?
    Can someone please help?

    Have you posted this question in the Cold Fusion Forums?
    http://forums.adobe.com/community/coldfusion
    I don't use CF myself and the few CF coders I know have long since moved to Eclipse/ColdFusion Builder. 
    Nancy O.

  • Help Getting CS6 DreamWeaver to Allow Me to Set HTML Settings in Property Inspector

    Hi,
    Another quesiton regarding table layout.  As I often am designing email newsletters, I still need easy ways to set old fashioned HTML elements without messing with CSS (alignment, etc) - it just works better for me for email blasts to code in HTML, plus Outlook still doesn't follow CSS very well in HTML emails.
    After moving to CS6 on a Mac, I can't get the property inspector to allow me to edit HTML Cell properties in the property inspector.  Everything is grayed out.  I'm sure this is some setting somewhere but I can't find it.  In Preferences I do have "HTML instead of CSS" set.  Note that in CS6 on my PC I AM able to edit these fields and change alignment and other cell propertie.s  But, see below, on the Mac, everything is grayed out and I can't edit anything.
    It's got to be a setting somewhere.  How do you over ride CS6 insistance on CSS and HTML blocking and go back to ability to set HTML properties in the property inspector?  There has to be something set different on my PC install than my Mac install but I can't figure out what, as I personally don't remember changing anything and both are brand new installs of CS6, and both are editing the same file.
    HELP!  Thanks!

    Hi Nancy,
    Thanks so much for the response, and I understand CS6 is more standards compliant, but they did NOT remove the ability to make these changes.  You’re missing that I AM able to change and edit in the property inspector to my hearts content in CS6 on my WINDOWS install.  See this screen shot – I can click in the property inspector for a cell and change alignment, etc, and CS6 happily makes the code (like it should) for me.  But on the MAC, it’s grayed out per my original post.  There is a setting I’m missing that I can’t find, or does CS6 Mac not work like CS6 Windows?  Something doesn’t add up.

Maybe you are looking for

  • APXIIMPT-PayablesOpen Interface FND_REQUEST.submit_request returns 0 inToad

    I am submitting APXIIMPT (Payables Open Interface Import) FND_REQUEST.submit_request from Toad and it returns 0 . I am setting context before I submit the request. Not sure what is missing. Any help is very much appreciated! Here is my code: BEGIN Fn

  • Can't upload RAW images in PE6

    I have PE6 on a PC running Vista and PE8 on a Mac.  In neither instance can I make the plug-in's work for uploading/editing RAW files.  I've followed directions for the manual installation of the plug-ins closely (I think), and have reinstalled PE6 a

  • Macbook Doesnt REcognize when i plug in my charger help

    Macbook Doesnt REcognize when i plug in my charger please help me i dont know what to do and my computer curently as 8 minute battery left please provide me an answer also i woud appreciate if you could email me the answer as well becuase i mite not

  • Database Design Issuee

    Dear All, Need your expert Comments on this Issue. We are about to design an application. One of the Entities in our Business process is a " Site " . Now for a single Site , there are 10 different department who store their own information . e.g A Si

  • Corba in weblogic 5.1

    i wanna use corba Server ... what setting should i make in classpath and path to work with corba thanks in advance khaleel