For all things Dreamweaver.
Recently active
One of the best things about Adobe Muse was that the client could make minor edits with in their website, without having to use WordPress, or another CMS. Does anyone know if that option still exist after building a site with Dreamweaver?
I all of a sudden get this error below when I send files to the server. I've worked with DW for 20+ and never have seen this. A little background... I am redoing a site and I simple put a folder called "NEW" in the root folder of the site and then put the new files in it (building the new site). I've done that many times before without issues. Now I get this error and also there is an "X" by the "NEW" folder (locally and remote).When I upload, it asked if I want to upload related files and I do. It will uploadWhat is this and how can I fix it? Thanks in advance for any help.Here is a screen shot.
I cannot find where to do this.. It directs me to join and pay a monthly fee, but I already have a legitimate purchased and registered licence. Where do I enter my key?Thank you
Hello. Haven't done this is years. But I have a question that maybe someone out there can help with.To preface my query, I work for the U.S.Navy and I am building my second web site for one of their departments. Four years ago I built a site for them with Dreamweaver cs 5.5. I have now upgraded to Dreamweaver cc release 2018 and find the procedures in it to be totally different. I'm an illustrator by trade and am not a webmaster by any means. I do the best I can but in 4 years I have forgot a lot. The programmers here that I have access to can't crack this one. Here is my problem >In DW cc I have put in the body a long background to scroll down and it has no responsive images or text on it. It is just a background. I created an image set from an image generator and installed the generated image slider below a blank spacer to move it down from the top of the background. The problem is that the spacer and the content slider have shifted about 8 pixels from the top and from the left ed
If I use "edit -> code -> apply source formatting" the source code isn't formatted correctly.Instead with DW 2015 (and previous) "commands -> apply source formatting" works good.Is it a bug or a missing configuration?
Helloplease anyone tell me about Dreamweaver Extension for read mail with IMAP or POP3? Thanks
I am wanting to add a shoutcast stream into my website, i am using dreamweaver 2019 I have looked for tutorials on and did not find any that were helpful. Has anyone done this if so can you please help. thanks
Hello,I need to play one sound after another from list,something like that:var audio1 = new Audio("MySound.mp3");var audio2 = new Audio("MySound.mp3");etc.var MyList = [audio1, audio2, etc...];function PlayMyList(){ MyList[0, 1, etc].play();} Can you help me?Thank you very much.
Hi Everyone-I am taking over a curriculum publishing project for a team member who was let go. The company uses Dreamweaver to publish the curriculum which is then packaged utilizing Flexera and available for purchase via a download. Once installed, the curriculum is viewable to the customer on a web browser (not linked to the Internet). I do not leave a protocol for the Dreamweaver project I have inherited. I have files from the previous publication and need to update the content. I am new to Dreamweaver, not versed in code and not sure how to do this. It appears Codify was used to create a template (Stylesheet.css - screenshot attached below)? The second image is a capture of the files I inherited for the project. Any help on how to edit these files or where to begin would be wonderful. Thank you!
Hi,I am developing a CEP panel that needs some confirmation from the user, but the simple javascript confirm('message') doesnt seem to work. Is this something you cannot do from within CEP, or am I doing something wrong?.my code is now basically this and runs fine without the confirm function.var confirm = confirm("text");if (confirm){ go on}
Hallo,gibt es aus der Adobe CC ein Programm, mit dem sich interaktive Dokumente erstellen lassen,die in Typo 3 importiert werden können?VG, re
Hey folks. It is silly but I do not know why my animated gif inserted into page plays once (it was created to play once) but when call again through swap images or show / hide layers do not play from beginning. It shows just end. I need to refresh page. Manually through browser or "Refresh" head tag with automatic action delayed in seconds. Is there any way to make it through click / mouse over behavior?Please help.Janusz
I'm new to Dreamweaver and HTML, so excuse my ignorance when it comes to the problem I'm having. I was tasked with updating a webpage for work. Everything was going fine until I had to create a new page. I duplicated an existing page (so as not to recreate the wheel) and added the new content. At that time, however, I realized that the menu on the page was no longer visible. I looked at the other pages, and the menu bar was gone from those as well. I had not touched the menu html file, nor the css file, nor the spry file. I uploaded one of the pages to the server, thinking maybe it was a fluke and the menu bar would magically reappear (wishful thinking), but it's still broken. I have no idea what I did to break it. Any help??The page I am referring to is here: Puget Sound Nearshore Ecosystem Restoration Project Where the menu should be is an error message, "an error occurred while processing this directive".Thank you in advance!
Without Business Catalyst, is there a good temporary host so I can A) let my client/boss view my web design before it gets launched? And B)use as my web design portfolio?
Every time I update my code, I have to close the file and then reopen it to see my updates in the Live window. What am I missing?
I have a website with several links. Each link I can change from http: // to shttp: //.But how can I save the file I work with with shttp: // instead of the standard it gets when I just save the page.In the site configuration, under WEB URL I have changed to https: // but that information does not follow.
Is there a way to automate a particular task/action like there is in Photoshop? That would be great!One of the things I do quite frequently is to (in my CSS file) put a temporary border round a div or section etc. so I can see exactly where it is. It might sound silly, but I works for me. I would like to hit a hotkey or a Ctrl-something and it adds a "border: solid thin color:" to where I put my cursor. Is there anything like that?
Hello, all,Nothing serious, here, just curious about something Dw is reporting. I'm getting a Javascript error message at the top of the screen, and it's indicating the following line of pseudocode is the problem.let q = [["A","1"],["B","2"],["C","3"]];Of course, Dw doesn't tell me what the error is, just that it's an error. But the function I'm playing with works, nothing shows in DevTools Console. What does Dw see that neither I nor my browser see?Just curious.V/r,^ _ ^
I try to create the change image on click in my HTML but this site doesn't run my function. Can someone help me find the mistake in my javascript function or css or HTML. I really don't know what problem with this and I really really hope to fix. Below are my HTML source, CSS, Javascript code. Thank you so much for your help//This is HTML<!doctype html><html><head><meta charset="UTF-8"><title>jQuery1</title><link rel="stylesheet" type="text/css" href="CSS for jQuery(1).css"/><script type="text/javascript" src="jquery-3.3.1.min.js"></script><script type="text/javascript" src="JS for jQuery(1).js"></script></head><body> <div id="btbChangeImage">Change Image</div> <img id="my_image" src="html example/Support source/he-mat-troi.jpg" alt=""/></body></html>//This is my CSS@charset "UTF-8";#my_image{ width:800px;}#btbChangeImage{ margin:10px; padding:10px;&
Hi Folks,I'm trying to use the target pseudo class to open/close a menu and I find that, while the code works in Firefox (version 64), it doesn't work in Dreamweaver (2018) itself. I've done a community search and see no discussion of this so I'm left thinking it's a problem with my coding, but I can't find it.Thanks for any help/insight you can provide!Here is my simple test: (this works on CodePen)<style>#bttnBox { width:100px; height:100px; border: 1px solid black; position: relative; } #openBttn { position: absolute;
If you rely on extensions or add-ons, DO NOT allow the Dreamweaver 19 update to occur.
The image at the bottom that says "Placeholder Picture" is round, but the image is a regular. Why is there a circle clipping out part of the square?All Together Now
Hi everyone,I am building a responsive table and am not having any luck getting it to stack the way I need it to. I've attached a screenshot of what I would like it to do and a link to what I have so far. Thank you for any help you can give me.http://offers.premierinc.com/table-delete_table-delete.html
Hi,Might be a silly question. If I upload the non-minified file along with the .min file and the .min file is the one called into the index file... there will be no negative effect on site load time? Is that right? Just to have the non-min file stored within the web server to make it easier to make edits? (so they are not only stored side-by-side locally, but also remotely on the web server)I just want to verify and see if that is what people usually do? (best practice)Thank you.
The effects and behaviors work fine but when you in include an Accordion on the same page the shake effect stops working any suggestions please?
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.