For all things Dreamweaver.
Récent
Hello,I have a problem with Dreamweaver and although I want to save a html file to my network drive, DW creates an MFC5717.tmp file and after quitting the document the HTML file disappears. But only on this drive does it happen and not if I edit and save it on a different network drive. Can someone help me maybe.thanks
Essentially the statement above. I was working on a website in Dreamweaver for a client (one of the few times I even bother with dreamweaver) and everything was going well and I was working in my CSS document until dreamweaver froze for a second, and then everything was gone. My entire stylesheet, 6 hours of work, gone. So I closed the program and restarted it and it was still gone. Suffice it to say I am absolutely livid at the moment and I would like to know if there is a way to restore a file erased by dreamweaver? Otherwise is there a way to get a refund for this useless excuse for a program?
Can any tell why I get an error that says (There is an error at line 123, column 284 (absolute position 5925) of "untitled document": Nested editable regions) when I try and save this document?Thank you <body onLoad="MM_preloadImages('../images/b01home2.png','../images/b12contact2.png','../images/b02events2.png','../images/b07programs2.png','../images/b13museum2.png','../images/b14press2.png','../images/b04members2.png','../images/b11resources2.png','../images/b05auxiliary2.png')">
I have never had to do this and cannot even upload to my site nowcuz nothing happens in response except error. Now what? Thanks anyone !DW 18.1 b 10155
Does your current cookie policy cover everything it should? Especially now with the new GDPR regs in effect, this is a good time for everyone with a website to re-evaluate their cookie & privacy statements. Cookie policy | Requirements | GDPR | ePrivacy | 2018 | Example | Privacy Policy | Facebook | LinkedIn | YouTube | EU La… While visiting a web-zine owned by Ziff Davis, I noticed they have beefed-up their cookie policy to cover just about everything. Ziff Davis, LLC Cookie Policy » Ziff Davis » Leaders in Tech, Gaming, Healthcare & Shopping
As an example, I view my page in Live View and do File/Real time preview The Chrome browser opens at http://127.0.0.1:58135/preview/app/index.html as expected. If I then double-click an element in my Live view page to bring up the edit box I should be able to change some text and see it reflected in the RTP. I only see the change reflected in the Chrome window if i both save my change and do a Reload of the page in the Chrome windowall the pages in my site are .php files as I use includes to bring in blocks of standard code. Do pages have to be .html or .htm for this feature to work? I am using DW CC 2017.1 build 9583thanks in anticipation
Hey, I've been using the new DW 2017 for a few weeks and the auto bracket closing is driving me up a wall. (As well as auto quote closing). I haven't been able to find a setting to turn it off though? I have code hinting and auto completion disabled but brackets still auto close on me. Its frustrating me to a level that I'm considering ditching DW over this. Any help would be swell. thanks!
I am trying to edit this HTML template but not having any luck as I said I don't know what I'm doing, but I know enough to get in trouble. Want to see if somebody could help check the code. I'm trying to change the underlined areas.I’m trying to put the bottom code into the top code so we could change the hours and days opened of the post had pretty good luck changing things so far but I can get this done. Were being hosted with Go Daddy cPanel. The new code was done through the design part of Dreamweaver so I have a feeling the code is different than the one that was used to build the website.Any help would be appreciated.MarkVFW Cmdr.U.S. Navy_template.HTML<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>VFW Post 10049</title><meta name="Descript
hello, please forgive my ignorance I am new to all of this... I was wondering how I would go about connecting to a website that has already been created on a different computer. I have none of the website files but would like to upload new photos... is that possible? Thank you!
Hello all, I currently use serif webplus to build and I page to host my e commerce website. I have found this software limiting and seem to get a lot of downtime so I am looking to build a new site. My question is for a an ecommerce site for someone who has experience in web building but isn't a pro. Would you advice using dreamweaver or muse. Iv looked at the reviews and have seen mixed opinions. Im after a site that is mobile responsive, smart and smooth to run and easily editable. I don't mind putting the time in if the results are worth it. And I find seo to be the biggest issue.Iv also seen muse can be hosted through adobe? can dreamweaver? if not who would you suggest to host the site.Many thanks for any tips
I've cobbled together some php code to get a contact form together. Everything works but one thing. I'm trying to make the fields required and I must have missed a step. Right now the form just goes through even if you haven't filled anything out. Can anyone help? I've redacted a few bits for security purposes. <?php function post_captcha($user_response) { $fields_string = ''; $fields = array( 'secret' => 'code goes here', 'response' => $user_response ); foreach($fields as $key=>$value) $fields_string .= $key . '=' . $value . '&'; $fields_string = rtrim($fields_string, '&
Using Siteground for hosting.I have setup numerous sites there using the domain in the Web URL for FTP settings with no issue.If I use the temporary IP assigned from SIteground I cannot connect via FTP. I try the domain name (which has not ransferred yet) and of course that doesn't work.So how does one get the FTP in Dreamweaver to work with a temporary IP as the WebURL?Thanks.
Inserting a GIF image with transparent background, DW renders its background as black. It shows correctly when previewing in Chrome and IE. And on macOS, DW 18.1 renders it correctly as well. Please refer to the attachments for the screen-shot. Is this a bug of DW on Windows?Thanks,Aidy
Hi all,I'm getting the error constantly: Failed to read the contents of xml resource IDD_SSH_KEY_CHANGE_DIALOGI've deleted the ssh_hosts file in the config folder of Dreamweaver. A lot. Nearly 5x/day. I'm using Flywheel; they can't figure it out. They are managed WordPress hosting company, so all of my login info is the same aside from folder location. They use SFTP to connect. Thoughts? Anyone? A pain!
Security on our servers was recently tightened and old, out-of-date encryption methods are no longer accepted. Unfortunately, these are the only ones Dreamweaver on my Win7 desktop seems to know for establishing an SFTP connection. On the Dreamweaver side, it just says it can't make a connection. On the server side in the error logs, I see this:sshd[1770]: fatal: no matching mac found: client hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-256,hmac-sha2-512 [preauth]Note that Dreamweaver was connecting to the servers just fine before we had to get rid of the old encryption methods, so I know all of the other settings are fine.More details: I've got WinSCP on the same desktop machine which works just fine as does Putty. That means both of these have access to the updated encryption methods.How can I get Dreamweaver to use the right one(s)?
My version of Dreamweaver CC (version 17.5?) running on a macbook (OSX 10.13) suddenly became unable to connect using SFTP to my standard server. The error message is:An FTP error occurred -- cannot make connection to host. Your login or password is incorrect. Please check your connection information.It worked on Friday and stopped working on Saturday. Searching for help on the web and Dreamweaver community support site, it seems like many have had this problem over the past few years.I've confirmed/tested/tried many things:I reviewed suggestions of the Dreamweaver community support siteI confirmed that my username and password are correctI am able to sftp to the server via the command line and via filezillaI am able to use SFTP in Dreamweaver to another serverI updated Dreamweaver to version 18.0I tried temporarily removing ~/.sshI tried removing my Dreamweaver cache fileI tried server config using both username+password and private key fileI will ask our sysadmins i
How do you use hover instead of click for a link (and have it change colors) in a navigation bar on the left and have the explanation of that item appear in detail on the right and stay there until another item on the list is hovered on?
[Topic edited for clarity by moderator.]When I zip my files into a folder, they do not work because the CSS style of my website is lost. My website and all the other files that go with it only work on my flash drive. They do not work when I just open the files from a zip Compressed folder.
I need to make an add to cart and pay option for people to order products for a client and im not sure how to do that can anyone help? I would highly appreciate it. Need help ASAP
Sorry about my poor english, but i need someone help.Please see the image, why the php code is display in design view? how to fix it?
Hello all. I am new to this forum so please be kind I have been using my Creative Suite (CS5) now for many happy years. Just recently upgraded my Mac to High Sierra. Now while PhotoShop seems to work fine I cannot connect to the internet to update my webpage with DreamWeaver. The box opened with '..not optimised etc' then opened up my webpage and all so I could make changes, but when it came to connecting it just said there was a ftp error and my password and login was incorrect. I haven't changed anything so unsure of what that means. Either way I can't get my changes uploaded to the internet.My Acrobat seems to work fine.Any suggestions please and if I may request you don't get too technical on me as I am still an amateur Thanks all, and I apologise if I have done something wrong here because I don't know my way around this forum and am a first-time user. Be gentle Patricia
Hello, all,Trying to get the sibling of a parent, and keep getting a "not defined" message.<span><button type="button" class="delBtn">DELETE</button></span><span>Results</span>...$('.delBtn').click(function(){ $.post("components/APP.cfc?method=deleteUser",{user_id: "{a users id}"}).done(function(data){ alert($(this).parent().siblings().length); // Always reports length of zero &nb
I followed Jim Maivald's book in setting up my Bootstrap Navbar. I got most of it to work, but have not succeeded in centering the navbar. (I couldn't get it to wok in the tutorial either--perhaps there is a mistake there.) Can anyone help?The page is the home page ("index") of Dominiquebello.com
I've been using Dreamweaver for years. Recently, I had to upgrade to a new Windows 10 box, Creative Cloud, and the new version of Dreamweaver. After finding my local files, I went to edit, and found I was unable to do so. I can see the file in the index off to the right, and I can see the full live view version of my existing file to the left. But, what do I need to do to be enable editing, and saving changes I've made. Pretty basic stuff, right?David
OK...Been reading everything I can get my hands on (relative to column size, in bootstrap); & working to learn DW CC 2018 tools/functions like mad...& although I am making progress...I can't seem to wrap my head around columns (& their appropriate containers), just yet:Here's the site I'm designing; & what I have thus far:Burlington County Area of NA / Home page 1) On the div row directly under the 3 main columns...the one that contains the paragraph w/ the text 'DRUG PROBLEM'...I can't seem to figure out how to manipulate that entire area to have a shorter height (div AND paragraph...but not the size of the text).2) I added a nav bar below that, which looks nice (& functions correctly)...but I wanted the brand and all the links to be centered (like almost everything else on that home page); & can't figure that out. Not sure if it should have been a div row w/ a text-center class; and then the nav bar nested in that?...but I need help w/ that as well. 
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.