For all things Dreamweaver.
Recently active
In old versions of Dreamweaver there was a way to alter the structure of a new file. For example the standard in my company is for every file to have a commented out header text as lines 2 - 30 of the file. This makes it easy to find a particular file if you are not sure the exact name of the file. But i can't see how I can do this now. Can anyone help please? For example, a new HTML file would have the forllowing as the first few lines of the file as part of the default code: <html><!----==========================================================================================================Filename: filename.htmlDescription: purpose of the file - the subroutine in the site the file belongs.Client: Client nameDate: Date in our local format automatically entered..Author: Person who is the author - the login name for this copy of Dream
My website has images and data but when opened in DW there's only background image. No data. I have downloaded the entire site to my computer and it shows all the date in HTML source but nothing in design view. Please help! [Edited by moderator. Attached images removed & replaced with embedded ones.]
Every time I paste in comments to a file in my local file directory. I get a pop-up box that says, "The file xxx.php has been modified. Do you want to save the file before putting?" I am not even saving. I just pasting in notes. What can I do to stop this?
Is there an easy way to select a custom color for a page or table background? I'm not getting a color selector no matter what I do. What am I missing?Thanks!
Hi,We have a Mac that was formatted and reimaged his Mac due to an issue, but he never backed up his Dreamweaver 2021 Site Settings by exporting it. Is there a manual way to restore these settings from a computer backup file or folder for a Mac OS X computer? He specifically is trying to restore his webdav URL TIA
Is there any way to stop the code that has been collapsed from expanding when Dreamweaver opens??
я хочу создать css свойство для тега body, но не знаю как это сделать, помогите пожалуйста! не знаю правильно ли объяснил проблему?
After upgrading my Mac to Big Sur (OS XI?), Dreamweaver has jumped to my secondary monitor, and I cannot for the life of me figure out how to get it back to my primary monitor. Nothing in Preferences seems to point that way. Any suggestions?
I realize 'Bootstrap 5 Beta 1' was only just released a week ago. That said, what's a reasonable guess as to when Dreamweaver CC 2021 will support Bootstrap 5?
I have a FW inspecting SSL with own cert in front of Win10 machine running DW 21.0. So I imported the cert into Windows Cert Store under Trusted Root Certification/Certificates. But DW's Git access fails with "unable to get local issuer certificate" error.After Googling some, I tried "git config --global http.sslBackend schannel" to add this globally in .gitconfig but still doesn't seem to look up the cert in the Window's store. Do I need to configure something in DW to make this work?By the way, when I use Github Desktop to push the same file under local repo, it completes successfully. Toshi
[Link removed.] I have used the FTP Client program known as Cyberduck. One of my new year's resolutions is to stop using Cyberduck to update my website and completely shift to using Adobe to update my website. I already know how to code (to an extent) and have handy knowledge of how to use Dreamweaver. But to my knowledge Dreamweaver is not an FTP Client like Cyberduck is. Now of course I could be wrong and if I am I would love to be corrected and educated. But perhaps there is a different Adobe program I need that works a lot like the FTP client Cyberduck, I use to update my website. If there is in fact a way to use Dreamweaver as an FTP Client like Cyberduck is then please leave detailed instructions or a link to a "How to" article as that would really help my situation. The way I do it currently is I update the website source code in Dreamweaver and then delete the old file in Cyberduck, then transfer the new file I edited in Dreamweaver to Cyberduck and it auto-updates my we
Real-time Preview brings me to a 127.0.0.1:61772/preview/app/index.html instead of opening the HTML directly to the browser. Please help me, I have been looking for answers on how to fix this but I cannot find anything and nothing seems to work. I want to view my HTML directly into the browser just like CS5. Please provide a step-by-step instruction for me to follow. I am using CC 2017. Thank you.
I have Mac OS X 10.7.4 on a MacBook Pro. The menu bar is getting cluttered. I have Adobe Dreamweaver and Photoshop (and Reader). Is it necessary to have the Adobe Updater icon on the menu bar? If it is not necessary (if its function can be otherwise accomplished), I would like to remove it. How is that done? Thank you.
I'm trying to create a factorial calculator in Dreamweaver using HTML and Javascript.I'm encountering an error when I preview the code and try to use the calculator, the error message "NaN" pops up instead of a number. I've been told the error is somwhere in this line of code;document.getElementById('answer').innerHTML = "Your Answer Is" * a;but I can't figure out whats wrong with it. I'm quite inexperienced with Javascript and coding so a dumbed down answer would be appreciated.<!doctype html> <html> <head> <meta charset="utf-8"> <meta lang="en"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Untitled Document</title> <link rel="stylesheet" href="factoral.css"> </head> <body> <h3>Enter Your Number</h3> <input type="text" id="que"> <input type="button" value="click me" onclick="myFunction()"> <br><br> <p id="answer"></p>
Hallo,ich habe eine Downloadseite mit mehreren Links zu Ankern auf einer anderen Seite. Der Link springt zwar zu dieser Seite, aber nicht zu den einzelnen Ankern. So muss man trotz Anker scrollen, um auf untere Textstellen zu kommen.Allerdings ist es kein Text, sondern eine 2-spaltige Tabelle mit einigen Zeilen. Aber kann es daran liegen?GrußMargot-Jo
I'm on Big Sure and Dreamweaver 2021. Out of the blue the code color has switched to black and white blocking my interactions with the app!I'm ttoally blocked and can barely edit my codes as everything is black and white. I tried to change code color themes but nothing changes. still black and white. Please help.
The "Edit > Code > Apply Source Formatting" doesn't work correct for PHP-Code.I'm using Dreamweaver CC 2017.0.1 Build 9346Code-Before:Code-After:This code doesn't work anymore!
Здравствуйте я недавно начал изучать Dreamweaver и наткнулся на проблему не знаю как правильно сказать в общем я создал CSS, но я не в ручную его писал, а создал правило css через вставку тега например div и когда я уже создал css я хочу изменить css свойства как это сделать не печатая в ручную
Hey there, I have a site built with wordpress and want to migrate it to Dreamweaver. If it is possible to migrate, what will be the process? Will be very thankful to you. The address of the site is [link removed by moderator.]
For a number of years I have used the following code to display a blank page containing a specified image when clicking on a thumbnail image:<a href="blank.php?img=path/photoname.jpg"><img src="thumbnail path/name.jpg" /></a> It now calls up a totally blank page. Has something changed in php? html? When code has worked for a long time and suddenly breaks, I assume something in the system has changed that I'm unaware of. Thanks for any information.
I have a display page which shows 6 records at a time with First/Prev/Next/Last available as appropriate. When I navigate away from the page to add a new record, delete a record, or edit a record, I come back to the first page. Is there a way to return to the same page? I have tried using session variables without success. Is there a way to send TWO variables to the next page? ie Show.php?var1=$var1&&var2=$var2? Thanks for any advice!
Have an account with godaddy for our domain and web hosting. Our webhosting was updated and after the update the nav bar was gone. We use adobe contribute (Yes I know it is discontinued) to keep our page updated, we use dreamweaver very little but our site when built in the late 90s was coded. In our index page (Home page) this is the code for the nav bar <td><!--#include virtual="/includes/nav.php" --> I can't seem to edit this line of code... I have never done this before, we are a not for profit organization completely volunteer, and I was handed this, the person who use to run the site is no longer with us. Any assistance at all would be helpful, I just need the nav bar back. Any questions please ask, I will try to give as much as I can.
どうしてもサーバーに接続できません。
Hello to all, I have an html website that was made from a Template Monster template, in one of the pages I have a video that is hosted into the hosting server (not from Youtube or Vimeo), the video is mp4 and webm and ogg, 750x422.The video plays nice and smooth on a pc/Mac and it also plays nice and smooth on mobile devices when using wifi from home/office but it won't play and won't load on mobile devices when using cellular data from the cellular company.I tried 3 different pieces of code for the player and currently I'm using the player that www.linkedin.com uses, when watching video from www.linkedin.com on a mobile device using cellular data all videos played nice and smooth and they loaded fast, when I tried to watch the video from my website on a mobile device using cellular data it won't play, it won't load, it can take several minutes to load, it can play but buffers for long time.I contacted my hosting provider tech support and they don't have explanation for that problem, I
After update, it keeps crashing. And when it finally launches, the files are not opened by DWAny clues???
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.