For all things Dreamweaver.
Als letztes aktiv
Hello,I'm having problem with preview on device at dreamweaver (there is no QR code). I use this a lot because I test my website design on my iPhone. Tried on my two laptops. I tried this too:https://helpx.adobe.com/dreamweaver/using/device-preview-troubleshooting.html#:~:text=Device%20Preview%20does%20not%20work,Device%20Preview%20will%20not%20work. Greetings,
I’m having an issue viewing an html file in Dreamweaver’s “Preview in Browser” option. The color is correct in the design view but is not rendering correctly in the browser preview. This is the case with all browsers, too. I’ve tried cleaning the browsers caches, restarting, etc., but it is not rendering the correct color. I do not have this issue with other files rendering correctly. Attached are four images in an attempt to show what I’m talking about. The sample menu displays correctly in DW as citrus but when viewed in any browser the menu items are blue with a black hover. The images are as follows:DW code.pngAMM interface.png DW design view.png (this is rendering correctly)Firefox rendering (this is not correct? And here’s a link to the way the sample menu should work ... https://projectseven.com/products/menusystems/amm/tutorials/color-set/index.htm.I’ve followed up with the support team who built the menu but as of yet we’re still trying to resolve this. In the m
je ne parviens plus à synchroniser les modifications que je fais; les message d'erreur est: La version locale et la version distante de ce fichier ont changé depuis la dernière synchronisation . Indiquez si le fichier doit être acquis ou placé.... qqun a une idée ?
Dreamweaver's Shortcuts have a Duplicate Command in the Edit Menu, though I can't find it on the Desktoop Menu. When I create a shortcut (Alt-Ctrl-D) nothing happens. I want to highlight a text and duplicate it without Copy-Paste. Anyone know of solutions?
I have been using Dreamweaver CS3 for many years, I know its out of date! It has suddenly decided it cannot connect via ftp or sftp to my server. It connects and loads fine in Filezilla. Dreamweaver server test says connected. Attempts to upload hangs, while green line creeps across background file activity and just before the end it says timed out cancelling. GRRR!! Sometimes it retrieves from remote server other times that times out also. I have tried the solutions found on this forum but without success. It is definitely Dreamweaver that is causing the problem.
Hi, I know I can use git checkout <hash> to accomplish this, but I'm thinking Dreamweaver must have a tool for it. When I use the Git Repository History tool, I can see the hash numbers of all the commits but I can't copy them from there. Seems like there should be a better way rather than trying to remember all the numbers in the hash and then type them into the git console. Anyone know?
macOS Monterey 12.2.1Dreamweaver 21.2 When I click on any option on menu it do not reponse as usual
After the last update, ALL my Hard Drive folders disappeared from the Files Tab except, Library and System? All the other Hard Dive expand just fine, it's only my main Hard Drive - and yes all the files are actually there.
so basically, i tried to do a sort of thing where when you click on some text some more text would appear under it, so i tried this and it didn't work! what went wrong?(Javasciprt file)/* global $, document*/// JavaScript Document and stuff ya know//homepagefunction angy() {document.getElementById('me').src='Angy.png'ang.textContent = "Ahmad A. oh no now he angy now"}me.onclick = angy;//page 1//page 2// page 3function whe() {whydo.classList.remove('hidden');document.getElementById('whydoe');whydoe.classList.add('clicked');}whydoe.onClick = whe;// page 4// page 5// page 6(Main html page)p class="" ><span class="titilles">Web browsing?</span> <br><br>Well its sometimes referred to as surfing the web but yeah! <br><br><span id="whydoe" class="clickable">No, I meant what is it?</span><br><br><span class="hidden" id="whydo">Oh, well it refers to the action of</span></p><br><p><span class="titille
Just recently, I am unable to connect to web hosting server.
I have tried to no avail to re-create the text aligning shortcuts that CS6 used to have when in Design view. Now, in CC, I have to switch between CSS and HTML in design view and click on the text aligning icons. They don't work most of the time. So, I have to split the screen and code it in manually. What's up Adobe? You deprecate stuff that really works. You're supposed to make it so that I can work smarter and faster. So, there must be someone out there who knows how to code that can help me create my shortcuts again. I've given CC a chance, but to me it's way slower.
Hello, I am a long time DW user, unfortunately, and in our current setup we have a server with approximately 300 sites hosted on it. I have one login for the whole server, meaning when I connect in DW I get a full list of sites (folders) that I can move around in without havig to connect to each site differently. This is very helpful, but not a common feature that I have been able to find last I checked (a few years ago) on other tools like Sublime. When I did manage to get something working it was very problematic, somtimes opening a folder would take minutes, or it would crash often, etc etc. (any recommendations would be great). But I am writing to see if anyone else has experienced an issue where pushing a file in DW to their server causes the server itself to crash? This has happened more than a handful of times over the years. At first I wasn't sure it was related, but now I am starting to think it may indeed be related. I mean almost immedatley after saving and putting
Hello, I could use some help on creating the title page of my portfolio site. DW is fairly new to me. As you can see on my PS draft, I want to have the nav on the left side of the screen, with the an illustration on the right. I assume that I would be using the Inline-block decloration quite a bit. Is that correct? The biggest question I have is how to go about including my arm/hand, since it covers the nav area, as well as the image. I really have no idea on how to go about that. Any advice would be much appreciated. Matthew
Out of curiosity (I dont know much about sql queries) why would the query below flag an error and not work if 'FROM' was to followed directly on after the first instance of Max(departDate) ???? (difficult to see below but there is a break directly before FROM so it goes onto its own line. $excursionMonth = $conn->query("SELECT DISTINCT departMonth, excursionYear, MAX(departDate) FROM excursions GROUP BY departMonth, excursionYear ORDER BY MAX(departDate) ASC") or die($conn->error); If FROM is not started on its own line the browser error is: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'excursions GROUP BY departMonth, excursionYear ORDER BY MAX(de' at line 1 OR error in sql console: 2 errors were found during analysis. An alias was previously found. (near "excursions" at position 80)Unexpected token. (near "excursions" at position 80) If FROM is
When I try to open any html file in dreamweaver CC I get an "Unexpected file format." error. This has never, ever happened before and this error appeared after CC updated this morning 4/18/2022. I cannot find documentation in Adobe for this error.
Hi all. I am wondering if it's possible to change the code of color or SPECIFIC comments only? I am aware that I can customize the code theme file to change various tags, etc. However, I have a file that someone else will be working on to make minor color / link changes and need to make sure they know where to do this. So I want to change all comments that are <!--CHANGE HERE--> to it's own color. Is this possible? The following changes ALL comment colors - in this instance to a yellow background highlight. ".cm-comment {background-color: yellow}" Is there something I can modify on this to reach my goal?Thanks all!!
HiDreamweaver 2020Are there templates for creating a page that retrieves data from a MySQL database?Or TutorialMy wish is that a calendar should be displayed with the option to select "Year, Month and date" and then subsequently view the data in the MySQL database that matches the search criteria
Hi Guys, I'm having a CSS issue. I'm trying to split the footer of my web page into sections. The left footer and the center footer are falling into line but the right footer acts like it's ignoring the CSS completely. I can't see it. Hoping someone here will spot my mistake. I'm aware that there are other issues with the footer that need addressed but right now I only care about the right footer issue. Any help you can provide is appreciated. Here's the HTML and CSS.<!DOCTYPE html> <html> <head> <title>Layout</title> <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="css/styles.css" /> </head> <body> <div id="wrapper"> <div id="headerwrapper"> <div id="header"> <p>This is the Header</p> </div>
HiI have Dreamweaver 2020.Is it possible in version 2020 to make an Offline server so I can see my work while I make a new website in PHP?Would like to be able to see the finished work before I upload to the WebServer itself!If "YES" Is there a good guide or video tutorial I can follow?
I have imported my large but unsophisticated website into a new DW2021 and connected it to my host server. All of my files are visible in the local root files panel, including my Template folder of dwt files, also visible under Assets. But I cannot get the Template controls, Insert>Template or Tools>Templates, to be active; they are shaded out and I cannot Apply Template to pages. Is there a solution to that problem?
So i just started seeing this error. Previous posts indicate that the solution is to modify info in the ssh hosts file and give the file path to that file. But all the posts refer to earlier versions of Dreamweaver, and i am unable to locate this file in Dreamweaver 2021. Can anyone help me?
I'm pulling my last gray hairs! Every time there's a CC update there's trouble. I used Dreamweaver CC 2017 just a couple of months ago, made changes and uploaded via FTP no problem! For the last week I've been trying to connect and am at wits end! Was on phone with GoDaddy... could not resolve it. I could not find answers in Adobe forum. Tried to find an Adobe phone contact - no success. I checked host address, added a new user, uploaded and tried FileZilla, Quit and restarted DW and still nothing. Can someone please hold my hand or give me clear direction on how I can connect to GoDaddy host via FTP on Dreamweaver?? I am not a programmer but I can follow step-by-step directions...
I am getting files disappearing, css and other html letters /folders being inserted into my web site folders, after I save all my files and back them up each time I work on them. When I start up next day Mouse on Mac is not responsive for first 5-6 minutes after power up. Printer does not respond. Coruption all over my web pages. Files being deleted. I must get the missing files from my back ups I took the night before. Is it me doing something wrong with the new Monterey 12.3.1 upgrade I was told to do by a lady Adobe support team member as I had a strange issue, small issue now, after all the grief I am having with the new OS. I think it's not fit for purpose, Is that too strong an opinion ??
While working in Dreamweaver my computer crashed. After restarting my computer all of my files had saved exept the the index.html file, it's now blank. Is there a way to recover this file from before the crash or after the last saved version?
The tile is descriptive. Is it possible to do it? does it have some extra steps? If I do it locally, I have to update all the pages based on that template and then upload aaall of them again to the server.I experimented connecting and opening directly the uploaded template, remotely on the (remote) server, will it also make update the uploaded pages atuomatically as if I worked locally, but on the server? I didn‘ get success. Did I do something. wrong?Sorry, it‘s a ver old legacy site. Thanks a lot.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.