For all things Dreamweaver.
Recently active
I just noticed that Dreamweaver may not be opening the current file from our website.I needed to update a WWE card and double clicked the file in my list of files on the server.My local file opened and not the more recent file on the server. I tried several things short of copying the file from the server to local in Win-Explorer.I finally had to delete my local file, and then when I "check In" the file, the current ver loaded.This will be a big pain if I cannot trust Dreamweaver to pull the current version on our website.My local htm file was a month earlier than what my assistant posted. I would have lost his changes had I not discovered this issue.He said he had noticed this issue too. He thought he resolved it by right-clicking the file and using Get.That did not work for me. Am I going to have to compare file dates from now on?Thanks. (subscription ver.)
I will be having a domain closing in a couple weeks and want to save three specific pages of it. Those three specific pages are Bootstrap 4 pages. So what I have done is use FileZilla and copied/pasted all files from the three HTML pages (and files within - the css's, js's, img's, etc.) I want and put them in the proper folder(s). Then I made sure each domains' folders had same names, etc. and moved them too appropriately. The HTML scripts were obviously copied and pasted there too for the host that will be ongoing.So now I would like to set up DreamWeaver properly for the editing (right?). In order to do this I assume I need to go through the "Manage Sites" process. I've done this kind of stuff before and have messed up. Since the domain I am moving the three pages too is very, very important and I don't want to mess it up is it possible for somebody to guide me on how to do this properly ?Any help here will be greatly appreciated -John
Hi,I set my table at 450px across, but when I load it on my phone, it's shrunk...What is the best method to code for mobile phones in Dreamweaver so it's WYSIWYG?
Hello,I'm trying to create multiple modal images that are in 2 columns on my webpage. I was using the template from w3 schools, but I can't seem to figure out how to make multiple images modal. I can only get the first one. How would I be able to do this? Here is my script below for my images. I want to be able to click on the image and have a full size image come up. <div class="row"> <div class="column"> <a href="images/Worden_Looking_West_a.jpg" target="new"><img src="images/Worden_Looking_West_w.jpg" alt="Worden Looking West Toward Allegany" style="width:100%"></a> <div class="w3-container"> <h5>Worden Looking West Toward Allegany</h5> </div> </div> <div class="column"> <img src="images/worden002w.jpg" alt="Friedsam Memorial Library" style="width:100%"> <div
Hi I have the problem with the background of my ImageSlider. If I make the browser smaller the image gets smaller but the background not. If I take for the container in CSS width: auto height: auto max-width: 100% the background disappears completely. Can someone help me. Thanks a lot.MY CSS-Code:@charset "UTF-8";/* CSS Document *//* Simplify width and height calculations */html { box-sizing: border-box;}*, *:before,*:after { box-sizing: inherit;}*{padding:0px;margin:0px;}/* ganze Seite */body { font-family: source-sans-pro; font-style: normal; font-weight: 400; font-size: medium;}#wrapper { margin-right: auto; margin-left: auto; margin-top: auto; margin-bottom: auto; background-color:#FBFBFB;}/* Kopf */.Damaris { max-width: 100%; max-height: 100%; width: 345px; display: block; margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px; pos
I have recently had a bootstrap site written for me, and one result is that the class pull-down menu is now hundreds (maybe thousands) of items long. It doesn't respond to the scroll wheel, and the down arrow will only move it one line per click. In other words, it is now useless. Is there a way to customize it so it will only display the classes that are actually used in the current site (or page), so I can use it again to apply a class?
I'm working with the DW HTML One column liquid, centered, header and footer example file.In the header there is a logo on the far left. My question is probably super simple: how do I move the logo to the far right?The relevant code is<div class="container"> <div class="header"><a href="#"><img src="" alt="Insert Logo Here" name="Insert_logo" width="20%" height="90" id="Insert_logo" style="background: #8090AB; display:block;" /></a> <!-- end .header --></div>.container {width: 80%;max-width: 1260px;min-width: 780px;/background: #FFF;margin: 0 auto; }.header {background: #6F7D94;}I'm guessing that the logo is displaying far left because there is no positioning on it but I can't figure out how(and where) to specify where to position the logo in the css.Thanks for any help.
What a major stuff up in this latest version. When typing then need to add a letter, or a word at the cursor is impossible. The only non-hair pulling thing to do is to do the copy in Word, then copy/paste. Really Adobe!!! Thanks for nothing !!! Except a waste of time... Robert M
Hi there! I'm having struggles by positioning this element in the footer. The contact (insta, facebook, mail) should be in the center an now they are at the left site. By the web designed by Aris Martin Accola ist the "Aris Martin Accola bolder then the rest because it has a link. Used CSS but didn't changed. Also the Copyright should by positioned from the bottom by 40px.How it should look:How it looks:My html-code:<!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.0"><title>Sira Accola: Home</title><link href="../css/home.css" rel="stylesheet" type="text/css"><!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.ed
Does anyone have experience going SSL with a site with a lot of inner pages? What service did you use? Did you have to do redirects in advance to maintain you SEO search results? Thanks.
I created a Slideshow using javascript and html coding. All works fine. Only when I use the button to go to the next picture the page jumps to the top. How can I fix this? Thanks for help.
For the last week or so myself and some teammates who are using Dreamweaver CC 18.2 on IMacs are experiencing a significant lag in the program and constantly getting the rainbow wheel. We jump back and forth between Chrome Internet browser and Dreamweaver where there is a lot of copy and pasting, this is where the most significant lag is. However, even just working with the HTML and CSS alone inside DW there is lag when scrolling through the code or trying to click and drag over specific text to copy and paste.We have uninstalled, re-installed, updated to the most recent version and have re-set to the default the settings and still no change.Any help would be extremely helpful.
Dreamweaver cc 18I cant seem to find the browser button the one with the drop down list of different browsers that you can choose
The real-time preview option only works when I save the document in Dreamweaver. When clicking the real-time preview button, my page renders perfectly in Chrome. However, if I make changes to the page, the changes aren't reflected on the preview page in Chrome until I save the document in Dreamweaver. According to the documentation, the real-time preview should show my changes as I'm typing. It doesn't. Once I save, the page automatically refreshes and my changes are shown.I shouldn't need to save for the changes to show.Why isn't this working?I have just installed the suite onto a new PC. It wasn't working on my Windows 7 PC and now it also doesn't work on a fresh install on a Windows 10 PC, so it must be a problem with Dreamweaver or its settings.Any ideas?Thanks
Hello All,Dreamweaver cs 6.I am having a problem with design it shows the page like it has no css and things are missing and all in the wrong places as well.These are downloaded templates from different sits.Oddly enough when I open them for the first few times it works.Thank You
This app on a MAC is a complete joke to use, how Adobe can release this and say it finished is beyond me.
I'd like to have a web site with "Times new" font.I set this font in the .css file in this way:____________body { font-family: "Times Roman"; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff;}____________and this work properly on the web also ipad but not in the smatphone that show the font like "Arial".I'm missing something?Is there a way to set also in the smartphone the same font that I have on the web?How?Thanks.
hello guys , i m working on a project i m using mysqli in that, but have used only mysqli for form inputs like login or reg. now i m creating pages to show only data using recordset, so my question is " is it still secure? " .
So i'm writing my code, i'm trying to make my first page. I did a div header with my logo in it, a div nav and div article, in this order.The thing is, when I see the code and design in dreamweaver, I can see everything looking how it is suppose to look. It seems fine, until I try to see a live preview in a browser. What is suppose to appear first appears third and what is third.. does not appear actually but whatever. I'm new to making websites.How it is in dreamweaver: div logo, nav and articleHow it is in Edge, Opera or another browser: article (which does not appear lol), nav and logo.I tried to figure it out.. I just don't understand, my code is written correctly. The browser seems to don't respect the chronology of what I've wrote.I also have some strange yellow bars around my different sections and I want them to disappear. Do you know how?Thanks in advance to the persons who will answer
DW18.2 on MacOS 10.13.6I have used DW’s standard date insertion thingie for many years. It’s currently done by Insert—>HTML—>Date. I check the “Update automatically on save” option in the dialog. That puts something like <!-- #BeginDate format:En2 -->22-Jun-2018<!-- #EndDate -->in the markup. I position the date near the end of my pages, not that the position should matter. This generally works exactly as I expect: the last-modified date of the page is shown below my content and automatically updated following subsequent edits.Trouble is, this often gets corrupted. Typically the trailing “—>” is duplicated so an arrow becomes visible to the right of the date in Design View and, ultimately, in the visitor’s browser. In a short time, this one arrow typically grows to multiple arrows.I can fix this easily enough when it happens, but … this should not happen, agreed?I can’t spot any pattern to the corruption,
I have created my website using dreamweaver Ultra Dev4 but I have recently been told that my website needs to be mobile friendly in order to get better rankings on google.I had no idea that it wasn't already mobile friendly and I have no idea how to make it so.If anyone can help, it would be much appreciated. By the way, I am a complete novice when it comes to websites and I know very little about the Dreamweaver program. In fact, I am very surprised that I even managed to get my website online in the first place. Please make any answers as easy as possibble to understand especially for someone as thick as me when it comes to web design etc.Also, if anyone can offer suggestions on how to optimise my website for search engines. This would also be very appreciated.By the way, my website is: mkkarateuk.co.uk just in case you needed to see what I mean.Thank youC. Lewis
Dreamweaver cs5 just created 128 faults today on my Windows computer. How can I remove it entirely? Will removal affect other changes?
Is it possible to buy a later version than my current 5.5 on CD? I don't want to be tied to the "cloud" and have to pay a monthly fee instead of a one time charge?
Thanks for looking at this post. Sometimes when I high light certain pieces of code (images ect.). DW will briefly underline that code and put a line under the code of similar items. It seems like Dreamweaver is allowing me to make changes to all those items at the same time. Just hitting the delete key does not delete all; which is a good thing most of the time. After researching the issue, I'm still wondering if there is a combination of keys that would allow editing all those underlined items similar to how Emett works. I use Emett when items are sequentially stacked one after another with shift alt keys. However, These underlines I see DW place on like items are not all ways stacked so I believe Emett would not work . I have concluded that DW is just pointing there are similar items. I just want to double check with the experts for direction on this. Your support is appreciated.
I received great support from a certified expert a couple of years ago. He is now retired. Wondering if it is possible to hire a certified DW expert to do some work on our site?Kate
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.