For all things Dreamweaver.
Recently active
Well as per usual Adobe has broken a working feature.Dreamweaver only connects to certain servers now via ftp. SFTP/FTP over SSL is broken.I can connect perfectly to the server(s) in question with putty and WinSCP(sftp) on Windows, but as soon as I try with Dreamweaver it displays an 'FTP error occured - cannot make connection to host.' Triple, and Quadruple checked the server name.- Windows 7 Firewall is allowing the program through.- Antivirus turned off.I see other people are having this problem and also with Muse. In fact one of these servers I cannot even connect via regular FTP now....Any solutions yet?
The option in Dreamweaver to associate a Git Repository with my site is gone. The Git tab is blank with no task icons.I have been using this functionality for years without issue. Today I open up Dreamweaver and the option is grayed out. I have made no changes to my computer other than Windows 10 update.
I have several very old files that are not encoded as UTF-8One by one I am able to change that from File Properties - Title/encodingIs there a way to automate the task for all files?This is not about text replace.CC2019 MacThank you
Hello, I need a modal for the index page of a large website - it's for users to accept internet policy to proceed on to the website. I've managed to get it to open on page load unfortunately each time a link to the home page is clicked or the page is refreshed the modal pops up again Can anyone advise me on how to keep it closed after the first visit please? I imagine javascript is involved but I'm not experienced in that.Many thanks.
I think Dreamweaver updated without me and now I can't put my files to the server. The server error message says "An FTP server occurred - Cannot make connection to host." I may have not added it correctly as it still doesn't connect. Same errorAs a business, this is a really bad situation. I hope someone out there can help. Thanks,Debra
Why do the fonts look different in the top row between the first column on the left and the rest of them to the right? I want them all to look like the one top left. <!doctype html><html><head><meta charset="utf-8"><title>Untitled Document</title><style>table {font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;font-size: 80%;text-align: center;}th {font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;font-size: 80%;text-align: center;}td {font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;font-size: 80%;text-align: center;}a {color:#A30D10;}</style></head><body ><table width="725" border="1" cellspacing="0" cellpadding="5"><tbody><tr><td width="106" >GEOTEXTILES TYPES AND SERIES</td><th width="72">Separation</th><th width="
PHP professionals (Nancy, if you are listening), I FINALLY have a working form, thanks to the great tutorial by Nancy O'Shea. But for my intent and purpose all I want is a Comment form. I know how to get rid of the form fields I don't need (Name, Email, Phone number), but I don't know enough of PHP (yet, still learning) to work out what to strip from the following code. I have tried removing portions of the following (pasted here in full), but I think I'm still missing something (or not missing something, as the case may be). Any help appreciated! Dave <?php// NOTE: this page must be saved as a .php file.// And your server must support PHP 5.3+ PHP Mail().// Define variables and set to empty values$result = $name = $email = $phone = $message = $human = "";$errName = $errEmail = $errPhone = $errMessage = $errHuman = "";if (isset($_POST["submit"])) {$name = $_POST['name'];$email = $_POST['email'];$phone = $_POST['phone'];$message = $_POST['message'];$human =
can someone help me again i have created a template with a header and footer that works great but i am creating a cooking website so inside the template i want to create a page for diffrent recipes, so i want to lay it out so every time i upload a recipe the layout will be the same so instead of creating a new layout all the time can i make a template inside of my original template.thanks
Is it possible to create a table layout with variable content?I want to use the same table layout different times on my website, each with another image and also with different content.The easiest way is to copy/paste the layout and change the content, but isn't there another solution? (with less coding and more flexibility)
I have this error when I'm nesting styles in scss. Dreamweaver puts a gap between the stylename and ::before and ::after. I don't know how to get through this. Anyone could help?Example:IN SCSS.page-wrapper{ width:80%; margin:0 auto; ::after{ content: " "; display: block; clear: both; }}IN CSS.page-wrapper { width: 80%; margin: 0 auto; }.page-wrapper ::after { content: " "; display: block; &
Is it possible to install Dreamweaver on more than one PC at the same time? Also, how long does the trial version last?
Hi there,I am desperately looking to have indent guides in Dreamweaver 2019 mac. What I found in the forum for past editions doesn't seem to work. Anyone has found a successful way to do this? Thanks.
I really hope someone can help ive been trying to solve this problem for 3 days now.i am creating a website for college i have my template done out with a footer and header bootstrap but my navbar active class is not working.it says active on the home page but if you click another link the home page stays active.
I'm running on a newer Macbook Pro, fully updated. I already have a few Adobe products, such as Photoshop, installed. When I try to grab a trial version of Dreamweaver, the installer hangs at 2%.I've seen some solutions on these forums to use the uninstaller, but I fear then I'd lose my Photoshop, which I use a lot, forever. Is there any other work around to this issue?I simply want to try Dreamweaver, but it's become impossible. Thanks,
Is anyone else having this issue? It started just a couple of days ago. The file transfer window is unavailable and it's so annoying. If anyone has this and fixed it I'd be grateful to know. I'm running a Lenovo P50 Windows 10 Pro Insider (Slow) 64GB RAM. Thanks!
Hello experts,Recently my hosting had expired and all my files on GoDaddy were lost. No biggie, really. I think I found the original files on my computer, uploaded them, but now the form won't actually send when I hit the submit button. Here is a link to the ugly but previously functional page: www.theotherdaveharrison.com/form.html If you type something intothe text field and hit submit it gives an error message. (GoDaddy was unable to help). The email address that the form should send to is "dave@daveharrisonwebdesign.com" But part of the error message says "Please contact the server administrator at webmaster@theotherdaveharrison.daveharrison.info to inform them of the time this error occurred." I don't know what "webmaster@theotherdaveharrison.daveharrison.info" is all about. They are two separate domains. Any insight appreciated. Thanks for any help, Dave -------- Here are the following CGI files that worked just fine before: gdform:&nb
I just installed Dreamweaver Next and I can't find out how to get the Prpoerties toolbar back shown in my screenshot of the old version. Can anyone held please?ThanksAlanNever mind. I found it
Dreamweaver CS6I created a recordset (mysqli) and it tests fine. But when I go to the Server Behaviors tab, it has a red exclamation point in front of it and won't let me create any behaviors (like Repeat Region). It says I have to create a recordset first! If I click on the recordset, and then click on Test, it still displays the records fine. What is going on and how do I fix it?
Awhile back when Adobe started not supporting asp.net and I was running into Http Error 404. I finally figured it out that it was due to the MMHTTPDB.asp file in the folder _mmServerScripts, so out of frustrations and a joke I copy the folder with the said file on the new project I was on and surprising now my app allowed me to connect the MsSql server. That was great and several years back from XP to W7. Now I am running into the same problem but the above method did not work. I soon found that after copying over the said files, I tested the connection in dreamweaver and strangely, it deleted three files namely, MMTHTTPDB.asp, MMHTTPDB.js and adojavas.inc. Anyone ever run into this problem. windows 10IIS what ever came with win10Dreamweaver CC 2019 Any thoughs or suggestion are always welcome. ThanksAlsee pics below
My Dreamweaver created website is different on each browser. Renders perfectly on Firefox, Edge and Safari. Looks great on Ipads and Iphones. Chrome is a problem on desktop and chromebook. This behavior is consistent in both preview and actual viewing on the website. My base design is a two column multiple row array with a photograph on the left and text on the right. When viewed at full screen, the text overlays on the top of the photograph. Shrink the browser window and the website goes to two columns. I think this appeared early in September. I have not made any changes in my .css files. I am checking here because it's either something I did in DW or something changed in Chrome. I am asking in both places. website URL http://www.joelipkaphoto.com/Thanks for your help.
How to add my own code hint to Dreamweaver? I edit file CodeHints.xml but it won't work. [Edited by moderator]
I had to reinstall my apps on my Windows 10 laptop but the option to install 2015 has disappeared. Any version of DW later than 2015 doesn't work (and I am way past bothering to try and find a solution to THAT problem).Any help would be much appreciated.ThanksBen
I seem to have a problem with my css and Chrome. Things don't line up anymore or are on the wrong place. In other browsers everything looks perfect. It seems a recent event. Any ideas please ?
Can i load brackets extensions to Dreamweaver?i see in Dreamweaver folders Brackets but if i copy extensions and restart Dreamweaver, dosent work.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.