For all things Dreamweaver.
Recently active
I updated to 2018 and now I cannot get into Dreamweaver as it asks for a darn keychain access login.Wish for a representative of adobe to call, I have not paid the full creative cloud membership for all these years to not be able to access the tools I have paid for!I am mad!
This is semi-complex but I have to edit and rename the .css file because I'm working with a bootstrap template and want to change the photo of multiple different pages of which are linking together. And if they all have the same .css file within -> each will automatically have the same photo (.jpg) . So I don't know if this is possible but let me go more in depth of the situation. I am using this nice pre-made bootstrap template. But now I want to "multiply" it i.e. more pages - along with links from the home page - and want to have different headings, photos, etc. However, nothing really can get done until I can figure out how to change the main photo that is set on the template. It is located in the .css file which I can locate along the Dependent File Toolbar (top, right of the source code where all the .js's and .css's are...along with other scripts). Now I learned recently on how to add source codes if needed, but never on how to completely REMOVE an existing source code ->
I'm an "average" Dreamweaver user, just switched over from CS6 to Dreamweaver CC 2018. Working on a Mac OS 10.11In CS6, I was able to collapse (fold) code chunks and - unless I switched to a different computer to work on the same file - they would stay collapsed any time I opened the file. More importantly, they stay collapsed while I was working in that file - allowing me to cut and re-order code without anything popping open. They would only open if I targeted content within the collapsed code, but would collapse again when selecting a different target.Now, in CC 2018, I've collapsed code numerous times yet they pop back open at seemingly random times. Sometimes the collapsed code would "screw up" in that one or two lines would come out of the block while the rest remained collapsed. I have been able to force code to pop open simply by adding a line above the collapsed code. It seems that any time I edit content code pops open below and sometimes above.I've tried Split Design and Spl
I have to re-enter my username and password in site control every time I restart Dreamweaver. I have purposefully properly quitting dreamweaver so the preferences would be sure to be saves. Rather tedious since I have multiple sites. DW CS5 running on High Siera 10.13.2This is a new computer and OS. Thanks
Set Dreamweaver as default app for html. Select multiple local html files. Right click and select 'open'. Crashes dreamweaver every time. Same results 3 different machines.
HiI last used Dreamweaver around 10 years ago, I only have basic knowledge but managed to get a website up and running with it at the time. Anyway, all these years later I assumed that Dreamweaver would have amazing ready-made templates that can be edited. Unfortunately, using Dreamweaver CC 2017 I haven't found this to be the case, the starter templates are basic and plain. Can I download templates or is that it ?Thanks to all.
I just updated to the new Dreamweaver 2017, and now the refresh button pops up this box: All I'm trying to do is refresh the local files...
Hello!I have anchor ties that cut to different sections of my webpage. I was given this code in a tutorial so instead of cutting to my anchor ties, the website would scroll down to them. For some reason, it only scrolls down for one of my anchor ties, and the rest of them it still only cuts to them. I would like the Javascript to work so that all my anchor ties will be scrolled to when clicked on. Any help is appreciated! Thank you!let anchorlinks = document.querySelectorAll('a[href^="#"]')for (let item of anchorlinks) { // relitere item.addEventListener('click', (e)=> { let hashval = item.getAttribute('href') let target = document.querySelector(hashval) target.scrollIntoView({ behavior: 'smooth', block: 'start
Hello, I am using Dreamweaver CC 18.0. When I want to prewiev a site this site doesn't come but this one http://127.0.0.1:49232/preview/app/index.htmlnormaly should come the prewiew of the site. What is the reason?
Hi.I'm working on a contact form for my website. I've done this earlier this day and then all of it works fine, I received mails with questions that were filled in in the contactform. When I quitted Dreamweaver and took a look a couple of minutes ago I did get this error when I want to submit de contact form: {"code":"MethodNotAllowedError","message":"POST is not allowed"}What did I do wrong? I'll put the HTML and PHP down here.HTML:<div class="col-md-6 col-sm-6 col-xs-12"> <form name="contactform" method="post" action="send_form_email.php"><table width="450px"><tr><td valign="top"> <label for="first_name">First Name *</label></td><td valign="top"> <input type="text" name="first_name" maxlength="50" size="30"></td></tr><tr><td valign="top""> <label for="last_name">Last Name *</label></td><td valign="top"> <input type="text" name="last_
Hi,until some months ago my 2 sites run on PHP 5.6 and in HTTP environment. I had no issue this time.Then I migrated to HTTPS (still staying on PHP 5.6) and had the first trouble to connect to the database. I was able to solve that issue by leaving the "_mmServerScripts" folder in HTTP instead of forcing it to HTTPS in my redirect script and setting the site URL back to http://www.mysite.com instead of https://etc. in the DW "Manage site" panel. In that way, both of the 2 sites were able to connect correctly to the MySQL database. Recently, I got the New Mysqli Server Behavior by Webassist and then made all the necessary changing from MySQL to MySQLi. (in the connections and in all the queries). When I finished I switched on my server from the original PHP 5.6 to PHP 7.0.It seemed everything was OK, but when I tried to connect to the database I've realized, that DW Mysqli Server Behavior in the new PHP 7.0 environment did not connect anymore. The connection sett
I want to uninstall a CS5 version of Dreamweaver, plus other Adobe apps that I no longer need.The uninstaller app wants me to quit Safari and three other apps (SafariBookmarksS, SafariCloudHistory, and SafariNotiviati) that I don't have (or can't find). And it won't continue until I quit these apps.In addition, I want get rid of CS5Service Manager (which is a major nuisance).So what can I do?Thanks for your help.PS - I spent almost an hour today trying to find a solution.
This is an unprecedented Dreamweaver Extension...another PVII HTML Toolkit that simply makes Dreamweaver better.Responsive Images Toolkit for Dreamweaver Two tools in one! In its simplest aspect, the Responsive Images Toolkit allows you to quickly insert responsive, scalable images and optionally style them with rounded corners, borders, and even shadows. For the connoisseur of modern CSS, however, it is so much more. The UI also allows you to use the HTML5 picture tag and SRCSET Attribute, giving you a means to serve separate images based on the viewing device's viewport size. The viewing device (desktop/laptop/phone/tablet) will download and display only the image that meets the criteria you set in the toolkit's UI, thereby saving bandwidth in the most efficient way possible.Dreamweaver Extended...The PVII Responsive Images Toolkit is a productivity tool that enables you to manage the most important aspects of your site's images— from inserting them, to styling them, to making them r
Bonsoir,J'ai débuté l'apprentissage du HTML5 et du CSS avec Sublime Text, mais je trouvais la méthode assez peu visuelle. J'ai donc découvert Dreamweaver, qui permet de voir le résultat de ce que nous tapons instantanément, enfin du moins pour le HTML. Existe-t-il un moyen de faire de même pour la feuille CSS ? On dirait que je ne parvient pas à lier les deux feuilles.. J'aimerai de préférence que le CSS et le HTML reste bien sur deux feuilles différentes, comme il est possible de faire grâce à Sublime Text. Merci de votre lecture et de vos réponses Bonne soirée !
I'm have a weirdo problem and i'm not sure how to fix it. I do my best to explain everything. I notice the past few month some of my web files gone missing from the site root folder, but nothing goes missing from any of my backup files in the project folder. At first i thought it was the new hard drive i bought so i when back to my old version, but it still happen. It seems like this happens every time i do a disk repair. Every time i ran it and select fix all problems i notice files where missing. I figured disk repair was deleting them so i stop doing it. I also notice the files that where going missing where always files i was recently working on, before i shut down for the night. I also notice lately when i make back up copy of my website i can't copy the root folder and save it to another area, i get an error. But i can go in to the root folder and select all the files copy them and save a copy to another folder.Not not running disrepair work fo
Having trouble with Dreamweaver 2018.. Whenever I try to create a new site a pop up message that says "The folder you have chosen is inside the folder for another site and might cause sync" though the folder is not in the other folder. If I continue the thing just goes crazy and starts syncing everything and it even deletes some things. I have tried about everything and I even restarted Dreamweaver and uninstalled it and installed it again. Anyone know how I can fix that problem?
I am currently using Dreamweaver CC version 2018.1 under Windows 7 but in the control panel a version CC 2017 Beta also appears (not in the Creative Cloud application though).If I try to uninstall it, the process starts but gets stuck at 2% and I have to terminate it.I wonder if there is a way to manually uninstall it or simply remove it from the hard disk.Thanks,Paolo
Started: 4/25/18 1:43 PM/public_html/Architecture/arc 405/ship rebirth/ boatModel - error occurred - Unable to create server folder /public_html/Architecture/arc 405/ship rebirth/ boatModel. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured.File activity incomplete. 1 file(s) or folder(s) were not completed.Files with errors: 1/public_html/Architecture/arc 405/ship rebirth/ boatModelFinished: 4/25/18 1:43 PMStarted: 4/25/18 1:44 PM/public_html/Portfolio/Painting/ PAINT/FIG - error occurred - Unable to create server folder /public_html/Portfolio/Painting/ PAINT/FIG. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured./public_html/Portfolio/Painting/ PAINT/images - error occurred - Unable to create server
Hello!I am new to Dreamweaver and html code. I was writing code out for my website. My goal is to have a menu where you can click on the word and then it would shoot to that section of the page. I've done anchor ties in the past and haven't had any issues. No matter what I type in it does not zoom to that section of the page. Here is my html code and the "name" ties for the anchor:<div id="nav-bar"> <ul class="nav"> <li> <a href="#about">About</a></li> <li><a href="#education">Education</a></li> <li><a href="#skills" >Skills</a></li> <li><a href="#experience">Experience</a></li> &
I have recently updated our live site with a SSL certificate so our site is secure with https domain. I now can not access my site ( preview in browser ) on the localhost using MAMP. When I try and view the site it tries to access through a https url, but I do not have the web url setup as https. I even deleted the remote server so there is no reference to the https domain but this does not make any difference. I am using "http://localhost:80/RTMF_root/" as the web url.Does anyone know where I am going wrong here?
Dreamweaver is seen by many Muse users as to difficult to use, that may not really be a realistic view.With the use of Dreamweaver extensions, it is often possible to build a fully responsive site using the latest html and css, (and javascript or server-side/database) without having to 'dive into the code'.If you are interested and want to know more, information on Project Seven and the high quality extensions they offer can be found at -http://projectseven.comDMXZone also offer extensions for Dreamweaver, and the server-side/database extensions are considered the best, so will also be of interest to many -https://www.dmxzone.com
This may be a simple fix but I can't see, to find it. I'm trying to link some text to a different link I created. When I link the pages I text turns purple and there is an underline. I was wondering if I can link these pages without having the text be purple and without the underline.here is the code to the whole page, I'm not sure if it's needed but I'm providing just incase<!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>Simple Theme</title><link href="css/multiColumnTemplate.css" rel="stylesheet" type="text/css"><!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js doesn't work if you view the page via file:// --><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js
Hi Support!I have encountered a strange FTP-problem.For many years I have been working on an iMac with Adobe Dreamweaver CS6 as a combined editing tool and FTP client. The Mac is connected via a home network. It has always worked fine without any problems.Then I realized that I sometimes need to work with my websites from other locations, and therefore bought a portable MacBook Pro and installed Dreamweaver CS6. The site settings were imported directly from Dreamweaver on my iMac and everything works great when I use it on my home network. It works even if the iMac is turned off, so the laptop cannot be connected through it.But as soon as I connect the laptop to another network or to 4G via my iPhone, the FTP connection does not work. Very strange because the settings are exactly the same.Can you figure out what's wrong or how to troubleshoot?Jerker Beckman
I'm a new Dreamweaver user. I have assumed the responsibility of webmaster for the mwpschooners.com. I've managed to move the web site to GO Daddy and have made many updates to the site. What I would like to do is remove the password from the members link on the front page. I have been unable to find the command structure or html code to the password code. Help!ThanksRichard[email address removed by moderator]
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.