For all things Dreamweaver.
Als letztes aktiv
I am designing a website for a software design class and am almost done except for the fact that the buttons I created in my navbar are not changing colors when hovered or even working as links to other pages. The weird thing is that they work on the two other pages ("songs" and "videos") but do not work on the home or bio pages. Please help, it's due at midnight!Here is the link Regional at Best to the home page and song page Bio. And here is the code for the navbar on both pages.<nav><ul> <li><a class="nav" href="Assignment5.html">Home</a></li> <li><a class="nav" href="SongPage.html">Songs</a></li> <li><a class="nav" href="VideoPage.html">Video</a></li> <li><a class="nav" href="Bio.html">Bio</a></li> &
Hello, all:While opening DW CC 17, I got the following error message, which I've never seen. . .Is there something I can do to correct the error?Wondering Warren
Saludos, alguien sabe por que Adobe quitó la útil herramienta para conexión a base de datos en dreamweaver? Yo no soy programador y me auxiliaba mucho con estas herramientas para hacer mis conexiones, sin embargo ahora no tengo ya opción de realizar una conexión así. Estoy por tanto buscando otras alternativas de programa para trabajar ya que para mí era una herramienta muy útil. Alguien sabe que paso? por que de esta terrible y mala decisión de quitar esa herramienta? Saludos desde México!
Hey help me asap.
Hi. What is the future for classic ASP? I have coded all of my websites in classic ASP but, recently, have noticed that software companies are starting to release, mainly, PHP extensions. Are there vulnerabilities with classic ASP? Will classic ASP code still work in the future? I'm concerned that I'm going to be forced to convert all of my sites to a technology I have no experience of which is, if course, going to be an absolutely massive task as I manage over 50 websites. And what happens, when I devote a year or two learning a new technology and converting all of my websites, when it is no longer supported? PHP looks completely alien to me, but at the same time I don't want to learn ASP.NET because I've already learnt ASP and rumour is that it will no longer be supported. Is there any technology / programming language that will be here for the duration? RegardsNath.
I am using Dreamweaver, mySQL, and PHP to build a db query and present it in a table. I can create a recordset and add the select statement by cut-and-paste (it has sub-selects in it). The "test" button shows the query properly but once it is inserted the "Bindings" tab it produces a 1064 error 'near '' at line 2'. The table actually loads properly in a browser but the "Bindings" is not correct and the recordset sometimes disappears from the tab. Now I have multiple versions of the recordset in the code but nothing in the tab. Is the query too complex? Do I need to do something else?
This is the 14 step tutorial on Adobe TV, but I can no longer locate the files at tv.adobe.com/go/classroom-dwI still need these files because I am teaching students on Dreamweaver 5.5, not the new Creative Cloud.How do I download the files for building a website in Dreamweaver?Part 01 - Introduction | Classroom: Basic Site Layout and Navigation in Dreamweaver | Adobe TV
The extension manager does not recognize my copy of Dreamweaver. This prevents me from loading an extension from extend studio. I g et an error message that I need version 9 or later. I have version 11.5. Any solution?
Has anyone been able to get Dreamweaver (2017.0.1 Release 9346 Build) to connect via SFTP with ED25519 Private Key?I recently moved servers to a new host. In doing so, I changed from SSH2 4096 Keys to the newer preferred SSH ED25519 Keys.I have not been able to get Dreamweaver to connect to the new server with the ED25519 Keys. I keep getting the following message:An FTP error occurred - cannot make connection to host.Your login or password is incorrect. Please check your connection information.Putty and WinSCP both connect fine to the server.I suspect that possibly Dreamweaver does not know what to do with the ED25519 Keys. I have triple checked that I am using the correct Private Key and Passphrase IP Address, etc., same as Putty and WinSCP. I am not sure what else might be the issue on my end.Any ideas from anyone or help from Dreamweaver Devs would be appreciated. I don't want to downgrade Keys on the server if I don't have to just to get Dreamweaver to work.Thank you!John
Hi everyone, Is there any way of having a different favicon on different pages on the same website? For example on all the files in a certain subfolder. I have a website which hosts multiple unrelated projects (each in it’s own subfolder) and it would be good if each could have it’s own favicon. The code below would put a favicon (in the root folder) on every page on the website, but could you put a favicon in a specific subfolder and direct the browser to use that for all the files within that particular subfolder?<LINK REL="SHORTCUT ICON" HREF="http://www.gwilliams-designs.co.uk/favicon.ico">The code below puts a favicon from within the same folder on any page which has this code, so I could just put that on every single file in the folder but the problem with that is if I then ever a have a dedicated website and url just for that project in the future, would I have to go and remove it of every single file to make the main code (above) work?<LINK REL="SHORTCUT ICON" HREF=".\
Hi I try to type and search for a specific class , or id but as soon as i try to type anything it deletes it . The result is that i cannot type anything in the search bar to find my class or id i am looking for
Will DW ever have Terminal Integration?
I am using Foundation for Sites. Is there a work flow anyone is using? Right now I use DW for anything that I do that isn't Foundation related which is getting less and less. I use terminal to spin up a Foundation/Handlebars site and Visual Studio to edit. I was trying tonight to use the Live reload in DW and it doesn't work for this. What am I doing wrong?
There is a center column of text that appears to have a transparent box over it, making the text and graphics lighter. Any help in getting rid of it?
Bonjour,j'essai de me créer un site perso, mais je n'arrive pas à le faire un responsive,En utilisant dreamweaver, j'utilise la grille fluide mais comment puis-je insérer un design particulier que j'ai créé dans photoshop?J'espere que vous m'avez comprise...Comment intégrer ce design dans une grille de dreamweaver comme celle-ci?Merci de votre aide
I cannot get one of my links to work on my website: http://s14.piercedigitaldesign.com All of the links function properly, but the last one will not link to my assignment no matter what I try. I've tried linking other assignments and even websites, but it still won't work. How can I fix this?
Hi I am looking for a simple way to create a pop-up window when the user clicks a hyperlink. When the user clicks the hyperlink, I need a pop-up window to overlay on the screen (smaller size), with the original page still being displayed in the background. Can this be done, relatively simply?Thanks
First off, I am using an older version (CS5) at the moment, but this issue has only come up recently. I am coding emails, so all of my links are external, and my HTML files are standalone, and not part of a site. Therefore, I never use relative links, and the full URL is always in my code.The problem:My links come from an excel spreadsheet. I will copy and paste them into my Dreamweaver file, and the link will look correct (for example: <a href="https://www.mysite.com/offerid123" target="_blank">....</a>)When I view the file in a browser or email proof, clicking the link will direct me to "file:///Users/username/Documents/2017/March/Campaign/filename/https://www.mysite.com/offerid123.html" instead of the URL.There is nothing wrong with my a tag, nothing visibly different from the links that work and the links that do not. I have tried pasting my URL into TextEdit and then copying and pasting it into my code, which does not work. I have removed the hyperlinks from the excel
When I start Dreamweaver there is no start/welcome screen. I'm the preferences it is checked. I have unchecked, restarted and then rechecked but that didn't do anything. It is just blank. Other panels are there and I can File>New and so forth. Is the page hosted locally? Should I uninstall and reinstall?
I would appreciate help with making the two logos and the main image responsive. here is the link: Page Title Also is there anyway I can get the text in the header at the top of the page, Preventive Law .... to stretch out responsively? It's fine on mobile but I need it to stretch out on a large screen.Thanks in advance!!!!!D
I need the red x that has been removed from the top of the Dreamweaver menu. In older versions of Dreamweaver, sometimes I would highlight text in live view, but the corresponding code in code view would not be highlighted automatically. I could click that red x at the top which seemingly stopped Dreamweaver from doing whatever background task it was focusing on and alerted Dreamweaver that I needed it to focus on the task I was doing. After clicking the red x, highlighting text in Live View would then find the corresponding code in code view for me. In the current version of Dreamweaver, I have the same problem of Dreamweaver refusing to find corresponding code, but no red x button to push. How to I get that button back or otherwise get Dreamweaver to focus on the fact that I want it to highlight the code corresponding to the area I am selecting in live view?
Firefox 52 update will remove ALL plugins except for Flash player. https://www.fxsitecompat.com/en-CA/docs/2016/plug-in-support-has-been-dropped-other-than-flash/ Most plugins are no longer necessary as QuickTime is dead, Silverlight is deprecated and Oracle is dropping Java browser plugin soon. Firefox offers a build-in PDF reader and DRM support as well. So this will be no big deal for most users. For enterprise users who require Java in particular, Firefox 52 Extended Support Release (ESR) will keep the plug-in support enabled until May 2018.What does this mean for websites? You should develop a strategy right now to replace ALL plug-in dependent content (including Flash) with browser supported web technologies.Nancy
I work in a school environment and a student is getting this error when she tries to use Dreamweaver. I have changed the read only attribute to the SLStore folder in my account, but the program already works in my profile. I can't change the attribute in the student's account via a right click as students do not have rights to right click anything. They also do not have command line rights, if that is an option. Is there any other way to change this attribute?
Hello,I'm a little new to using the newest version of Dreamweaver and I'm having trouble finding how to make a new Fluid Grid Layout. Under the "New" option at the very top left I don't see the Fluid Grid Layout option, and when I click new I don't see it there either. I need to make a Fluid Grid Layout but I don't see where or how to make one. Please help.
My version of Dreamweaver - 2000 - is running on an older windows system - Vista. It has been working perfectly. This morning I cannot connect via FTP. This is critical. If this is answered elsewhere on the forum, please forgive me. I cannot locate it. I will be more than grateful for any help!
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.