For all things Dreamweaver.
Recently active
Our company web store is on the CimCloud platform which supports the old version of bootstrap 2.3.2. My question is can I set up Dreamweaver to support this old version of bootstrap? I need to do some coding for basic page development.
I accidentally got my file from my remote server which was an earlier save, and now do not know how to get back my previous save.
Hi, I would like to download and install version 21.1 of Dreamweaver. Is it better to delete the existing program beforehand, afterwards, or does it not matter? Thanks. Mark
Hi, I am trying to clear the cache on my 2019 version of Dreamweaver. I was forwarded the following link, but have not been unable to find the correct file. I am running a Mac with OS 10.12.6 and here is the path: Library>Application Support>Dreamweaver CC 2019> en_US>Configuration>Cef>Cache https://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/ What file(s) do I need ti toss in order to clear the cache, or should I toss the entire folder? Any help would be appreciated. Mark
Hi. I have Googled this issue but couldn't find any sensible (that makes sense) answers. My website design in Dreamweaver cc 2019 is 1200px wide at the moment and everything is left alligned. However, I have found an article on centering the design, but, what do I do to get the same website (design) to fit my entire Desktop (PC) screen (from left to right)? Can anybody help/advise?
Newbie here. I am trying to locate where in my code there is an issue , it tells me the line and column but where can I find the column?
scenario: a product relying on WebHelp currently produced from DITA-compliant .xml. DITA-savvy technical communicator close to retirement, no successor foreseenquestion: can we take the latest WebHelp, cut DITA out of the loop and use Dreamweaver to maintain the html content? Around 260 separate topics, lots of cross-references …
Let me start by saying that I am attempting to learn Bootstrap, and am still not sure exactly what I am doing. So please try to be understanding if you want to help.I've made some now-outdated html websites in the past, and have a little understanding of what Bootstrap is. So I've been messing around with the templates, and also trying to learn how to convert an html site to Bootstrap. Anyway, without doing anything (as far as I know) to my old portfolio website, the top navigation on ONE of my eleven pages mysteriously is more viewable on my phone, as if something changed to make it more Bootstrappy. I thought there was a lot more involved with updating the html, and other code, and for this to happen without me doing anything is confusing.Would an expert be able to look at code on these two pages, and tell my why the navigation on misc.html views better on a mobile device than advertising.html?This one looks readable on my phone:http://www.christinespidell.com/portfolio/m
Hi all! Need some help but I'm quite new to this so hopefully this makes sense. I'm editing a website which originally was sharing an FTP accountwith another website. The server provider underwent maintenance to update their systems and the result is that I have had to create a new individual FTP account, which has gone through fine it seems. But now whenever I push changes to the website in Dreamweaver this pops up (where before File activity went through fine and all operations were successful). The updates to the website appear to still be going live which is good. But after reaching out to my server provider they can "confirm that everything on the server-side is configured properly, however, as the error message suggested the issue seems to be a local one. Prior to uploading files, please make sure that they are not opened by another application such as text editor, visual composers and etc". I accept that maybe it is a local issue however I am unsure o
Hello, when I start dreamweaver I always get the error and no matter how much I have searched and searched for solutions, nothing ... Help please
I have been reading about the SVG . Does everyone here save or convert their image files to svg formats? Thanks in advance.
Hi everyone, I am building a site using a template, but for some reason a large number of the pages are not linked, even though I used the same template to create all the pages. I built each and every page the same way. Often, when updating template pages, Dreamweaver stalls—it does nothing. After repeated attempts, I have to restart the computer. Otherwise, I can't update the pages. The pages are all built off the same template. Is there a way I can link these pages to it, so that I don't have to create them all over again? Thanks for any help you can provide. Mark
I am brand new (and I mean like I have like an hour of use time) and I was wondering when I use split/live view I can't interact/click on anything. It shows the element I'm selecting and I can't click on anything. I know you can pull it up in your browser but I want to work on the website from the front and backend as I go. Any help will be super appreciated.
Hi All. I have an image that goes under the navbar and is reponsive but when it gets to a mobile size the image completely disappears. I know we talked about some of this before. I just don't understand this issue very well. Any input? Thanks
Hi All. My nav.shtml file is included on my page. It shows up nicely except when I get down to mobile. The hamburger menu will fold down but not up. I am using server side includes and when I pulled the include out of the page and put the actual navbar code into the page it works fine. So it must something to do with it being an include. Has anyone ever found a work around for this? I only wanted to to have one nav.shtml included in every page so I could only change the nav.shtml file.
When I open my website in Chrome, the navigation does not work, it does work in Safari and on my android phone. Any suggestions? Thanks.
Hello All. I'm doing a Udemy Bootstrap 4 video now. I started using Visual Studio Code because the person teaching the course is using it. My question is what code editor do you use and which one do you think is the best? I am just curious. Thank you! Ben
Hi All. I'm wondering what the point is of Dreamweaver's responsive image on the Bluetooth insert button. Does anyone bother to use it?
Hello, I am trying to find lifecycle info about dreamweaver cs3 on your website, but couldn't find it. Plkease provide the correponding link. Thank you. Best regards, Alex Wilhelm
I have been using adobe products since early 90's and Dw for years in Creative Suite 3 Design Premium to run a few local websites Now I'm blocked out requiring authorisation code but not able to contact any of Activation sites, I am in the UK using Mac Pro 3.1 El Capitan tried it on my iMac 27" Mojave same problem ????Help! Phil
Another Disabled or depreicated 'feature'. No ASP of ASP.Net support in DW CC. At: * Vista/Windows 7: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC\Configuration\DisabledFeatures there are a some .mxp files to add these functions back. Took the steps required to convert mpx to ZXP.http://www.projectseven.com/products/cloud-install.htmThe extension, ASP_JS_Support.mxp, once converted throws an error. It is searching for files in directories that do not exist. There is Menus.xml file in the /configuration/Menus/ directory, the the 'element' is not in the file at all. See image below. This is my most required function.When we open a new file, many file type starter pages are no longer available including ASP, Cold Fusion etc. Are these going to be added back? Add my voice to legions of others showing Our disappointment with DW CC's lack of support for developers. CC is simply a CSS, HTML WYSYWIG editor now. We should not have to load extensions to the primary program we u
I have a problem with DW 21.1 with find/replace with regular expressions. I want to delete all the white space on a line, but not the line itself. This has been a problem for a while, not just this version. Search if the line has only one or more spaces and/or tabs: ^[ \t]+$ Replace: (nothing) The find highlights the correct lines. Hitting "Replace" multiple times fixes each line one at a time as expected. "Replace all" does not find anything!! Suggestions? Thanks
Hi everyone, Is there a way to stop the text from wrapping under a pseudo-element when used with list items? In the example provided, you see how the text, in all but the first line, wraps under the pseudo-element. I would like to have the text align under the first character (red line). Nothing I've tried has worked thus far. Any help would be very much appreciated. Kind regards, Mark
hello all- i'm updating an old website and they have a sort of self-serve reseravtion system for their ski club. members fill out a reservation form then when submitted, the simple text data shows up on this other page that they can access to see reservations that are already made. It seems like a simple thing to set up but i can't figure out how they did it. i have the new site and form set up in dreamweaver but i can't figure out how to coax the completed form data into another page. here's the old site info:randolphskiclub.orgreservation page: http://randolphskiclub.org/secure/reservationpage.shtmldata page: http://randolphskiclub.org/secure/reservationout.txtpassword: skiRSC2018 any help/clues would be greatly appreciated.
I have created a table for an image in Dreamweaver CC 2019. After putting it together in Dreamweaver software, it looks perfect and everything is touching each other to form one solid image, but when you go and view it in Chrome (Browser) it displays 2 horizontal lines above and below the "Contact us" button. See attachment. How can I get rid of this? I've tried everything. All my borders, cell padding and cell spacing was set to "0". Can somebody please advise?
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.