For all things Dreamweaver.
Recently active
Im encountering CORS cross origin errors when trying to perform a GET request to an API on another server. I'm fairly new to coding and am trying to build a vehicle registration lookup which gets data from another server. I presumed I could build this and preview it in dreamweaver before adding this feature to my website. I tried XMLhttprequest, javascript and JQuery all receiving the same CORS errors Is there any way to get this to work in live preview. Below is an example of my script.$.ajax({url: $("#apicall").text,type: "GET",crossdomain: false,datatype: "jsonp",success: function(data,textstatus,xhr){$("#div1").load(data)console.log(data);},Thanks in advance
I have a client who purchased an SSL and now no longer have FTP access to the site. I tried changing the site settings from FTP to connect using FTP over SSL but nether worked. I think I need to change the port setting but am not sure.
Website Hijack?Sorry if this is not a pure Dw question but…somehow related. After a long coding sweatshop, I managed to launch my new website, partly with help from this community.When opening it in the browser I receive this blocking message covering the screen.Does anybody know what it is? Spam? Hijacking? If you understand anything of this, please help me.Ingemar
So I have used DW to build asp and .net stuff for years always working with SQL Server. I got the newest version of DW and it does not even have the server behaviors feature installed. Question 1... Is DW no longer interested in allowing us to build sites that connect to a DB or am I overlooking a new and different way to connect to my SQL server without using the server behavior functions? I installed the server behavior plug-in and it does give me the option to connect to my DB... I set it up and click test and it accesses my SQL server just fine. Now when I try to create a new recordset the minute I click OK dreamweaver completely crashes and I have to restart. I spoke with DW support and they simply say they don't support server behavior and that I will need to contact the developer of that plug-in for support. I do not mean this rhetorical but is there no longer a standard way within the stock version of DW to work with my DB? I mean why would they remove that featu
At first I thought it was "the usual problem" - occasionally, I would get this message when I tried to update a page:In the past, when I'd try again later, it would work. Not so this time - I've been trying off and on for the past 24 hours.I saw that there were some Adobe updates waiting to be installed, and I've tried (repeatedly) to do that, but I keep getting these error messages:This is all on a Macbook that uses this OS: Any and all help would be appreciated!
I am a high school Web Design teacher and our district has installed DWCC. On all of our previous DW versions, we had to have students set preferences so that the sites they create would run correctly. With this version I am unsure what to have student preferences set to. I have found an article "Synchronize Dreamweaver wettings with Creative Cloud" and most of it is helpful, but I still have questions. If anyone can help, I would appreciate it. For instance, File Types/Editors: OnlyReload Modified Files and Save On Launch. But do we choose file types to associate with Dreamweaver? Also, should I make Photoshop primary since they will be using their Photoshop images in Dreamweaver?This is just one area where I am unsure and there are a few others in Preferences that hae me stumped because I don't know enough about this version.
Discovering how to publish\put files to servers and struggling a bit. I want to have a local\testing server where I can run the site locally to see it works OK. I plan to set up a local Wamp server but for now I just want to get publishing to work. At the same time, I want to setup a remote server - i.e. the live website. To start: could you please confirm whether I understand the terminology correctly: • I believe "Put" is the same as Publish - ? • I believe "Dependent" files are all the files that are referenced \ linked to the main index file - So that would be all html, css etc. plus any images actually used in the website. - ? My indexfile is D:\webs\mysite\index.htmlImages are in D:\webs\mysite\images\ - This contains all the working images, draft images, etc. not just the dependent images needed for the site.CSS files are in D:\mysite\css\ - Again, there may be draft versions as well as the working \ dependent versions. The local server is setup at
Every page I create show accumulation of small blue horizontal lines across the page in between and also over the text. ADOBE support suggestion was to remove Adobe CC , remove DW reinstall CC reinstall DW This procedure did not help at all. Any suggestion how to fix this is welcome. I am attaching a screeshot as well.
dreamweaver deconfigures when I put the site on my cell phone...
Hi folks.I keep getting Expected LBRACE after I use @media in my CSS.Has anyone come across this?My CSS: @media screen and (max-width: 400px).box3 {float: left;text-align: center;height: 300px;width: 25%;margin-left: 30px;margin-top: 20px;background-color: #FFFFFF;display: inline-block;box-shadow: 0px 5px 8px 2px #464a4a;table-layout: fixed;border-top: solid 50px;border-top-color: #494949;}.box4 {text-align: center;height: 300px;width: 25%;margin-left: 30px;margin-right: 30px;margin-top: 20px;background-color: #DFFFFFF;display: inline-block;box-shadow: 0px 5px 8px 2px #464a4a;border-top: solid 50px;border-top-color: #494949;}.box5 {float: right;text-align: center;height: 300px;width: 25%;margin-right: 30px;margin-top: 20px;background-color: #FFFFFF;display: inline-block;box-shadow: 0px 5px 8px 2px #464a4a;border-top: solid 50px;border-top-color: #494949;}
I have a Mac Pro and fully up-to-date Dreamweaver with a Majic Mouse 1. My mouse works just fine at all times on all applications until Dreamweaver is running. As soon as Dreamweaver is running and I am focussed on the Dreamweaver application, it almost grinds to a a complete halt. It freezes, stops moving, jumps randomly and is generaly almost wholly unusable. I've tried a different non-Apple mouse and get the same result.
... but then a friend moved my system from my old laptop (which was having hardware glitches) to a slightly newer one - and now my Dreamweaver wants me to update. I'm ready to bite the bullet & spend my nonexixtant $$$ (cursing Adobe), but the Adobe sales page says I'm not compatable... does this mean I need to update to a new OS just so I can use programs I've depended on for years?!
Hi everyone, I’m trying to create a custom code theme (version CC2019), but not having any luck. Per the instructions found on this page ( https://helpx.adobe.com/dreamweaver/using/customize-code-coloring.html#Token-inspector ), I created a new code theme based on an existing theme and renamed it. custom-light.InstructionsNow that you know the selectors that you need to edit, make the changes to the main.less file.Go to the end of the file until you see the following comment:/* Custom code colors or overrides should start after this line */ Type in the selectors for the code elements whose colors you want to edit. Use syntax similar to the following example:.cm-tag {color: #00D0D0; } I’ve done just this, but the colors will not change. I’ve included a pic. with the hope that helps. Any help would be appreciated. Thanks. Mark
Hi,I want to create a hyperlink of a selected text which has several styles – e.g. here italic and bold-italic. But DW (CC) does not overtake the selected text to the dialog box: ... as it does if it would have only one or no style: Do you call it a bug? 😉 resp. 😞 Thanks!mycc
lately I was wondering what folks around this forum would think about starting debates about the web in general, and the place of the Creative Cloud in this environment. I'm not necessarily thinking about technical debates about languages, libraries, technologies... but rather about the approach to development in general. About the way to work, like for example... starting from a blank page, relying on a template (and what template), what are the good practices to work in team with Dreamweaver, the efficiency of exchanging code snippets thanks to the cloud, the pluses or minuses to complete one's toolbox and in what Dreamweaver could be a central place, ... anyway, the bottle is thrown in the sea
Hi,Is there any straight forward way to change the language in an already working Dw installation?Such that all tools change from English to French in no time? And then back another day?Ingemar
Hi,I get a lot of these errors on W3 validation:The aria-controls attribute must point to an element in the same document. It relates to my tabbed panels - some missing connection between the tabs and the panels, but i am not sure what needs to be corrected? It is the same error on all pages/ tabbed panels. <li class="nav-item"> <a class="nav-link" href="#pane6" role="tab" id="hatstab6" data-toggle="tab" aria-controls="hats">Intro to Philosophy</a></li> The corresponding panel content is <div role="tabpanel" class="tab-pane fade" id="pane6" aria-labelledby="hatstab6"> <br> <p class="panelcontent"><h6 class="panelh6">Intro to Philosophy</h6></p><br/>
I can't believe how bad Dreamweaver has become does anyone else agree ?
CSS Exlusively ExternalAfter a great input from Osgood in this group the Media Query response is now perfect. Next thing is to safeguard an exclusive use of an external CSS file for styling to avoid messing up of the current code. This seems difficult to achieve as the system easily reverts to <style> in the source code even though a new css file has been dedicated to the root. Probably easy if you know how?
Hi everyone, I am and have been a graphic designer for nearly 20 years and would like to do an internationally recognised course in web design. Does anyone have any suggestions? TIA!Shez
Hi all, October 2020 (version 21.0) update is now available! Adobe Dreamweaver version 21.0 brings improved compatibility with latest operating system versions (macOS and Windows) and bug fixes. Also, the following workflows are discontinued in Dreamweaver version 21.0: Image optimization List of discontinued APIs Thanks, Preran
HelloIn this example of a menu I want a 1px border all around.The problem is the dividing lines and the horizontal lines in the drop down menu are doubled up.How to fix? <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Horizontal Drop Down Menu</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); body { background-color: #FFFFE0; padding: 0px; margin-top: 50px; margin-bottom: 50px; } .container { min-width: 650px; max-width: 750px; width: 70%; background-color: #FFFFFF; margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px; padding: 0px; } .menu ul { list-style-type: none; padding: 0; margin: 0; } .menu li { float: left; position: relative; border-bottom: 1px solid #555555; border-top: 1px solid #555555; border-left: 1px solid #555555; border-right: 1px solid #555555; } .
How can i put a navigation bar? And what it is?
HiI would like to place a puffin, either standing with his foot on top of the hr line dividing the footer underneath,or standing at the very bottom of the page, in the footer section, with some margin space on the left.It is hovering in the air on top of the line at the moment https://www.quodvultdeus.com/ Any ideas?
[Moderator branched & moved to new topic.] Hi Nancy I have the same problem, but the boostrap files are version 4? When I try and add a navbar menu, it gives me the same message as for the person above, that: "The component is not fully compatible with the current Bootstrap CSS/ JS file (lower than 4.4.1). A new Bootstrap CSS/JS file will be created and linked from the document." When it creates this new file, the contact form stops working fully - it still sends the message but the validation of email sent (Thank you for your message!) opens up as plain text in a blank html page rather than as a pop-up on the original contact form page. The same thing happens if I try and update the script files (jquery.min.js, validator.min.js, bootstrap.min js, popper min js) linking to them from the cdnjs libraries. I can't find a way of including a navbar menu and keeping the contact form working? Below are the references to the script files in the html contact page. head>
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.