For all things Dreamweaver.
Recently active
Hi, I've seen really cool animated transitions for carousles on the web. I'm wondering if there is a website that has a bunch of transitions for enhancing a carousel. Something like this, but that has some code included:https://wowslider.com/bootstrap-carousel-demo.html Thanks
I am trying to create a simple HTML mail in Dreamweaver so I started with one of the templates. I can't figure out why I have this spacing between my table rows. Padding, spacing, border-collapse etc. are all set up, but the problem perists. Anybody have an idea??? table {border-spacing: 0 !important;border-collapse: collapse !important;table-layout: fixed !important;margin: 0 auto !important;} <table cellpadding="0" cellspacing="0" border="0" height="100%" width="100%" bgcolor="#e0e0e0" style="border-collapse:collapse;">
Hello,My name is Steven lash San Diego, I have been using dreamweaver for long time but somedays before it becomes crashed regulary. I dont know what is the exact problem. Thanks,Steven lash San Diego
Good morning all,I have had a problem for several days, I can no longer work on Dreamweaver, I usually use the software in French, but there a message in Arabic is displayed.I attempted to uninstall the software and all cloud versions, then install again. But it doesn't work.Someone would have any idea ?Beautiful dayLucie
I'm new to web development/design, but as a freelance graphic designer, I've resolved that I need to be able to offer this as a service (most of my work is small/medium business). I've looked into using CMS (so, Wordpress then), but I don't want to be tied to templates (or learn PHP to build my own), and giving clients complete contol over their sites worries me. As such, I've started learning HTML, CSS, JScript with a view to using Dreamweaver (plus, I like and understand Adobe products). This gives me the ability to produce sites exactly the way I design/intend them. Perfect. Apart from: How do I allow non-code literate clients (all of them) to make edits to content (whether that be images, text or shopfront)? It would be unreasonable to expext clients to come to me for edits, or for them to buy and learn Dreamweaver. Is it possible to 'bolt on' a simplified CMS to allow edits on predefined sections? So many questions; sorry, I'm new here.
Effective July 2022, Adobe Edge Fonts will be discontinued. Please switch over to Adobe Fonts or other suitable font replacement.
On my home computer the design view looks fine and looks like the web page minus the boxes for the library items. When I downloaed the site to my new computer, however, all that shows up now on the page in the design view are the links, library text and images. Nothing is formated. It is just like one long vertical list. Any help would be appreciated. Thank you
I work mainly via Upload on save feature. This means working locally and on every save file which I edit is uploaded to the server via FTP.The problem is the FTP connection too often stalls. At first it works ok, but shortly after I have to wait each time almost for 15 seconds for each file change to be auto uploaded. Just .... Waiting for server.... It is impossible to work like that and very time consuming. Does anybody else has the same kind of experience?It happens only when connecting to Siteground server. Interesting enough, when using WinSCP for this,... work very smoothly. But you know,... since we are paying for the Dreamweaver and the FTP is part of it,.. shouldn't it just work? And wouldn't need another software for it.
When will this bug be fixed? Using CSS-Designer for choosing font-family : automatically linked in as http:// instead of https:// e.g. a href="http://use.edgefonts.net/open-sans:n3:n4:n7:default;jockey-one:n4:default;abel:n4:default.js"
I was editing my index.HTML file in Dreamweaver 2018 and I got the error "An unknown error occurred while accessing [local file location]" I noticed there was a newer Dreamweaver so I opened Dreamweaver 2019 hoping that would fix the error, sadly it did not. I did spend some time looking for an answer online, but I did not find anything that helped.Not really sure why this happened, I never had this problem before.I did look at the permissions and it's set for me to read & write, same with the folder and drive.Any help will be greatly appreciated!
bonjour je ne suis pas informaticien mais j'utilise bcp dream pour mon sitemais je rencontre des périodes où rien ne va plus... manque de reactivité (je tape du code qui n'apparait pas au fur et à mesure dans le direct, par exemple) impossibilité en direct de voir apparaitre le petit rectangle en haut à gauche des img pour modifier qq chose ((taille ou class)impossibilité de voir le code avec l'explorateur de code ou l'apercu comme si le logiciel était en veille, endormi avez vous une idée de ce que je pourrais faire pour y remédier c'est fatigant ! merci pour vos avis Jean etienne
DW has started (again) to slow start and crash.Right now im getting an error "a script in the file "UNKNOWN" has been running for a long time.Do you want to continue?" Click no and it dissapears. The home dashboard then presents recent files, however clicking anywhere in that space creates a windows sound alert and nothing selects - theres no interaction in that area. If i select a particular .php file in my site DW throws alert "encountered a sharing violation while accessing 'path name/file'.maybe the very slow start is linked ? How do i resolve this sharing violation? so that i can continue using DW?
Dear Adobe,Its becoming more crucial when an article or a reading material was written. Nobody wants to spend time on any ambigous information from the web anymore when it coems to designing and developing. So please specify dates on your reading materials.I have just stumbled on an article which i think might have useful information but can not really trust it to be up-to-date because it does not have dates on it! Can anybody help? Does anyone have an idea here about when this was written or published?A.
Ich nutze Dreamwever auf Apple Catalina 10.15.Leider funktioniert die Echtzeitvorschau Browser nicht. Habe DW de- und neu installiert aber keine Änderung?
Hello forum, I hope all are safe and doing well. I am editing an HTML template. I want to change the color of the text in multiple areas. For instance I want to change the color of the word "Report" in one paragraph from black to red. What is the easiest way to do this in Dreamweaver 2021?
in dreamweaver cs6 you could use insert tools so easy and manually, but in new dreamweaver you cant so 😞
hi, I have newly downloaded and installed Dreamweaver on my Macbook - I used to work on an old version on a HP Laptop before.I have found that two of my 5 websites that I am currently working on, I can't preview. I checked all the settings and they are the same for all 5 websites I am working on, except that two of them won't show the live preview, nor will they open in a browser. I am at my wits end. Any ideas what the matter is?
Hi,I am somewhat familiar with Dreamweaver, .HTML, and Bootstrap. I have a few questions about carousels and code: 1) Is there a way to randomize slides? Can you randomize the order that slides appear in the carousel if they are labeled “slide_1.jpg” and so on? 2) Is there a way to set a timer on a web page? For example: if the end user doesn’t click, move their mouse, or falls asleep, can you make the current web page jump back to another/home page? 3) Image Size VS Fixing it with Code? When making a carousel is it better to crop each image by exact size like “1200x800px”, or is it to better to introduce some sort of class that alters it? Is a circle always circular if resized/on different screens? Any recommendations on image sizes/resolution? 4) I’ve seen two different ways to insert an image into a carousel.FIRST is an overlay-image” <div class="overlay-image"style="background-image:url(./slide-2.jpg);">The SECOND is an “img src” <img src="slide-2.jpg"
I am running DW MX in the Windows 11 environment. I use Webdrive to do this. It can't "see" and won't open files/folders on my web site even though I do see them and can open them with other programs (e.g., WORD). Everything worked fine in Win 10. Any ideas? I feel sure I've doing something wrong.
Hello All, I have a question about the Dreamweaver Template and it's folder. I have purchased a web template from a third party provider. I'm not very fond of the directory structure that was used in crating the template and the associated web pages used in this template. I have been able to move all the other folders used by the template to a location that suits my taste. I have not been able to move the template folder. I am aware that the template folder is required to reside in the root folder of the site. The folder that I would like to move the template into will be the root folder of the new layout. When I try to move the template it updates the pages with the new path but the link between the template and the pages is broken and changes made to the template are no longer applied to the pages. Is there a way to move the template and reestablish the link between the template and the pages? Any help you can provide is much appre
Hello guys, about 7 years ago I designed a Website with Adobe Muse. The owner contacts me now and then for a few simple changes, which I usually did with the Inbrowser-Editor from Muse. Since Adobe has cancelled it, I tried to solve everything with Dreamweaver and it worked pretty fine until yesterday. The owner wants me to change the images from the slideshow: https://www.schwarzwaldverein-oehningen.de/Since I have as well as no coding skills, this is pretty hard for me, so I tried to solve it differently:1. I worked with the Elements Window in Dreamweaver by right-clicking on an image from the slideshow and go to "Edit in Photoshop", where I just replaced the old image with a new one and saved it. The dreamweaver preview showed me that I was successful, but when I uploaded everything to the server or previewed it in a browser it partly showed some grey fields instead of the images. Other images in the slideshow were uploaded pretty fine.2. I undid everything and replaced th
There is a BUG in DW 21.2 (and past versions) in the "SidePanel > Files > Manage Site> Site setup" panel.If you trigger the panel from a side panel when in collapsed mode and you click outsite of DW lets say to copy a password back to the interface, the panel hides and there is no way to recover from this locked state but to kill the app from the task manager.I you trigger the panel from an expanded mode or if you start it from the there "Site>Manage Sites" is no problem and you click outsite no problem.Can anyone verify this please ?
In a .php file, when selecting Edit > Code > Apply Source Formatting, Dreamweaver has a code-breaking bug. It applies incorrect spacing before and after backslashes used in PHP Class namespaces. For instance, this is what a namespace looks like after formatting (two examples: one without a backslash to begin the namespace and one with):<?php use Path\ ToMy\ Namespaced\ PHPClass; // Fully qualified name use\ FullyQualified\ Namespaced\ PHPClass; Before PHP version 8, this didn’t seem to affect the parser at all, so I never worried about it. After I updated my local environment to PHP 8.1, it throws a syntax error whenever there is a space after a backslash, or no space after a reserved keyword (use, new, return). This is probably a strict-mode condition that can be turned off, but that shouldn’t be necessary. In all instances, it just seems like incorrect behavior to ever change source code in this way. Backslashes have a very important role in PHP and should
After this latest upgrade, all my custom snippets are missing. I looked in the C:\Users\creco\AppData\Roaming\Adobe\Dreamweaver CC 2017 Backups and the folder was empty. Any other options?
Aloha @9264381how can i clear th cache in dreamweaver live preview? dont want to see color of visited link. in Normal Browsers is the shortcut strg+shift+delet and then reload.but how can i do that in dw?greetz herbsto
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.