For all things Dreamweaver.
Recently active
Hi there,I am a 4th year student in university using dreamweaver for the first time and I am trying to make it so a single image when clicked on will swap to a different image, then when clicked on again will swap to a different image. For example, image 1 when clicked on will swap to image 2, and when clicked on again will swap to image 3, and when clicked on again will swap to image 4, etc. I was able to figure out how to do a single image swap, but I was wondering if it is at all possible to do multiple.Thank you!!
Hi, hope somebody can help me with this issue. I have since an update from MS 10 the following errors and cants even start Dreamweaver anymore, anybody having an idea?
怎么变回竖光标呀
I'm a new comer in web developing section, recently i'm create a themes for my site pagalworldtop.comI'm create the themes with higher optimization according to the recommendation by google's page speed insights. However, i'm trying my best to complete this, became 90% success. Everything done fairly by me just failed to visible sites category on mobile version. Please look here, this is the desktop version of the themesPlease also look at mobile version of the themesHence, I want from Adobe Dreamweaver official to audit my site and suggest me what should i have to do for fixed this problem.
Bonjour,Je voulais savoir si dreamweaver comptait de nouveau ou non la gestion serveur et base de données php MYSQL pour développer facilement ?Et également si le module serveur behavior est à jour pour php 5.6 ?Sinon autant développer mon site sous un bloc note non ?
I so enjoy the fact that I can use different background colors on each of my website's pages. The different web colors look particularly good when I look at my website from my iPhone, but have noticed that on my desktop, the same colored space to the left and to the right of my copy is a little bland and boring. I'm looking to find a way to add some shading or texture to my pages like I'm showing here to add a little more interest and variety. Is there a way to create such a shade in Dreamweaver?Thanks.
I am continuing to delete older files from my website that at are no longer active.I've noticed the following local files that have nothing in them and so is it OK to delete them:.well-known._notescgi.bin.ftpquotapublic_htmlThanks for your help.
Hi guys,When I test the form and click "login", I get this:{"code":"MethodNotAllowedError","message":"POST is not allowed"}*******************************************************// index.php<?php$name = $_POST["name"];$password = $_POST["password"];$result = loginUser($name, $password);echo $result;?>// .html<form action="index.php" method="POST"><input type="text" name="name" ><input type="text" name="password" ><input type="submit" value="Login" /><form>************************************************Dreamweaver geniuses, can you help me please~
I use DW CS6. When I go to insert an image for the first time (meaning, it's the first time anything was opened in that folder), it always shows the wrong folder. Before, it opened the folder where the html file is in, which should be the default. I'm not sure whether that happens with DW CC as well, but CC is not an option. Will I be stuck with that behavior because CS doesn't get updated anymore? My work requires me to have jobs in job folders, so I code several html files a day and every new job has that happening. It's not only annoying, but productivity suffers. Does anyone know a solution?
http://livedemo00.template-help.com/wt_43866/index.htmlGuys, how to do the effect???(dont know what) inside the link.that one can scroll to other word at middle(total 3 page)not the navigator*please list the step for how to do in dreamweaver[personal info removed by Mod]:(come ask me if dont know what i say)help me please!T_T
We all knew it was comming, but here is the official announcement -https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.htmlI know what i would now like adobe to do, but i'd have to censor my own post
I've created a simple contact form for a website that I am working on, but I need to alter it slightly for another area of the website. I need to be able to add an upload section where the user can upload an image that will then be sent along with their comments. This is my current html and php for the basic form.<form method="post" action="RMArequest.php"> <label>Name</label> <input name="name" placeholder="Type Here"> <label>Email</label> <input name="email" type="email" placeholder="Type Here"> <label>Message</label> <textarea name="message" placeholder="Type Here"></textarea> <label>*What is 2+2? (Anti-spam
Hi,I've been using the SCSS compiler in DW for a while. Recently, it just stopped working. I double checked, and all of the settings are still set properly. It's set to auto-compile on save, the source and output directories are still set correctly, etc. When I save the .scss file, or right-click on the scss file and select 'compile', nothing happens. No .css file is created. I've been searching for days, and can't find a solution.It worked fine for months, then suddenly stopped working. Anybody have any solutions for this?DW Version: 18.0, Build 10136OS: Windows 10 Pro 64 bit
Hello, I started creating this website (this is my first one) and I am running into a couple of problems. the first being that after i create my events section my bottom navigation and footer keep pasting over my events sections. I tried z-index, having footer at bottom:0, and have changed the height of the body, nothing seems to work. Also both of my navigation bars will not go all the way to the left and I want them to fill up the whole space. Lastly there are these >>>> that even after I continue to delete them and are not showing up in my html code, they continue showing in my live view. I have no idea how to get rid of them or why they continue to stay there.Here is a link to the site to show it: http://127.0.0.1:52524/preview/app/index.html HTML: <!doctype html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>
HTML Tidy is not a good alternative for me, even though I can use it through a couple different text editors. It messes with the code slightly. Is there an extension out there that can give me more control over the pretty-printing of HTML, and possibly do so on multiple files at once?
Just downloaded Dream Weaver CC free trial but cannot open DW CC, keeps on "validating license" and then asking me to "Renew Subscription" ????
i have upload a html file(with java script) to webthe java script is the shadow effect,but when i search in web,the shadow effect is not appearwhat should i do,help me please! thank!
This is my code in Library <li><a href="mouthpieces/shew.html">Bobby Shew</a></li>However, this is how is saved.<li><a href="../Library/mouthpieces/shew.html">Bobby Shew</a> </li>I consistently run into this problem and don't know how to make stop DW from adding ../Library in front of the links, which doesn't allow the links to work.
The forums will be down on March 8 between 8:pm and 10:pm PST.
helloonce in a while I still recieve a message concerning an ideahttps://forums.adobe.com/ideas/3889#comment-177905 is there is any way to stop it ?
Hopefully this will be an easy one to answer because I'm just doing something foolish.I've set up my remote testing server with the root directory set as public_html/demo/website-name and Dreamweaver will happily connect and let me upload files. However, real-time prieview doesn't work. It puts the relevant files on the server but the browser just comes up with a 'page not found' error. If I change the root directory to be just public_html then it works fine and the page loads but obviously the files are not where I want them to be.What am I doing wrong?On a related note I thought that an alternative would be to view the local files in a browser by right-clicking on a file in Dreamweaver and selecting 'Open in browser' but that just seems to do the same as real-time preview - ie. puts files on the server and gives me the same page not found error. Is there really no way to prieview a local file from Dreamweaver?
I've set some links to open up a modal window on click but when the modal window closes I noticed the background image of the page "jumps" a bit. The image grows slightly then goes back to original shape. Really strange, I'm using the built-in Bootstrap Modal class to open the window.To replicate:URL:Supreme - VISION Click on a right side bar item http://prntscr.com/fzb8xn Then close the window and you'll see the background move slightly http://prntscr.com/fzb9qf Could the movement be caused by the modal class telling the browser to remove scrolling then once the modal is closed the scrollbars reappear making it look like the image is shifting, or some type of overflow setting on the modal class perhaps?Here's what I have:.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0;}.modal.fade .modal-dialog { -we
I have a wordpress website/theme that I'm editing in Dreamweaver. I keep making changes to the css that look great in the Live Preview window of dreamweaver, but when I look in the browser; it appears completely different. What could be the cause of this? It's not a cache issue; I've already checked that.
Dreamweaver SWF does not play in browser but playing in Live View. Please help.
I can see all the assets but not templates. Any idea?
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.