For all things Dreamweaver.
Recently active
Railway is a new kid on the block. This is a great alternative for those that want to move away from Heroku. I have a video explaining how to deploy the website. I have used a different IDE for this, but it should also be do-able in Dreamweaver. https://youtu.be/kaQqH9GIYh8
I want to link to my old site, twinbeaksaviary.com. This site was moved several times, resulting in a plethora of errors, some significant. I have corrected most so far, but I haven't been able to figure out why, or how, to get it to display as it did in the past. All content displaying side by side, over the background. Pinching to zoom. I’ve been researching and attempting to fix for days and need help, please. tia
Need a vector towards the right starting point - I have no idea! I am tasked to map and populate a route with various land marks along the way, zoomable and pannable, with icons for landmarks which show a popup when they are rolled over. Simple but search terms aren't really turning anything up. Any experience or pointers?
We recently went through a thorough site inspection to satisfy new credit card compliance guidelines. I thought I would share some of the things we were required to add to our site in order to pass inspection. 1. Privacy Policy revised to include data tracking by 3rd party sites like Google Analytics and social media to which the site may be linked. 2. Refund & Return Policy. 3. Complaint Resolution Policy & Timeline. If there's a dispute, who settles it and how long does the process take, etc...? 4. Complaint submission form and/or contact details (name, address, telephone). This is on top of existing requirements about record keeping, data protection & encryption to keep user data safe & secure. If your site conducts business in the European Union, additional regional requirements may apply. Happy coding!
Both Deramweaver 2019 and Dreamweaver 2021 prematurely shutdown only seconds after startup.
I’m trying to get the sidebar div, “col-2” to extend down to the bottom with the content in the adjacent column, “col”. Col-2 contains a vertical navbar in a blue background. I’m trying to get the blue background to extend to the bottom of the page, matching the length of variable content on the right. I have tried all solutions I found on the internet. I’ve set the height to 100%. I have tried flex-grow and flex-shrink. I’ve tried changing the positioning, as well as using 100vh, 100vw settings. There was either no change, or it messed up the design. Is there any simple solution? I was hoping height: 100%; would work, but nothing is every that easy. Here is the relevant code: *{padding: 0;margin: 0;box-sizing: border-box; }body {margin-top: 4.2rem;min-height: 100vh;display: flex;flex-direction: column;height: 100%;} .main {position: relative;overflow: inherit;display:flex;width:95%;} /** vertical blue container wrapping navbar**/.col-2 {position: r
Having recently updated my macOS to Monterey, and also updated Dreamweaver, I am now having very strange behaviors. Working on a website and the page designs seem to be changing all on their own and showing up differently every time I click on them. Could this be a cache issue? Please help! I also just installed new memory if that has snything to do with anything. Msny thanks, Pat
Under the Files tab I have a folder containing a website. I would like to make a copy/clone of the entire folder to checkpoint the website, to experiment, etc. How do you do this? I am using Dreamweaver 21.0 on a Mac. Expectation is that I should be able to right click on the folder and make a copy or clone. What am I missing? Any help appreciated.
I created a website using Dreamweaver's Bootstrap template. But I don't know how to configure this search button. Can someone help me?
I am new to Dreamweaver, still learning and practicing to develop a professional-looking website using Dreamweaver. Today I was trying to make a website like this" tattoosight". But I'm a little bit confused about how to create a slider similar to that site's homepage, which is showing in the aftercare section. can anybody help me how to create slider like that in Dreamweaver?
I have been using Dreamweaver CS5 for years. I just upgraded my computer from OS Sierra to OS Ventura. Of course Dreamweaver no longer opened in the new OS. I assumed that when purchased the latest subscription version of Dreamweaver, my old WEB sites would migrate to the new Dreamweaver, however they did not and I cannot figure out how to open the old WEB sites. Can anyone help me with this? Thanks.
I tried to create a template with a mobile responsive nav bar and a vertical nav bar. The vertical nav bar disappears in tablet and mobile view with a media query (as planned). I then added a container for content: text and images, etc. It stays to the right of the vertical nav bar in desktop view, then expands in mobile view. That all worked well. My problem is with the footer. In position: absolute, It will stay below the vertical nav bar, but it will ignore the container div with the text inside. In mobile view, the footer simply goes to the top. I tried many solutions from videos and how-to websites, including the implementation of wrappers, flex and grid. Nothing worked. The solutions usually made things worse. Please advise on any possible coding solutions. (not bootstrap). Thanks. The CSS and HTML are quite long. I will leave the link, instead. The footer class is “foot”. www.atnuke(dot)com/nav(dot)html
I am creating some html forms where the data being input by the users will be send via email, I have a field where the user selects the date from a calendar once the form is submitted the date displays as YYYY-MM-DD, How can I change the format to display as MM-DD-YYYY? I am using Dreamweaver 21.3 build 15593.
Hi,In DW 2017, when I select text in the code view, the selected text gets underlined - as well as all strings identical to the selected text on the page.How can I disable this? I couldn't find anything is any settings or menus.Thanks for any help!Leo
seems that each time that a new realease is pushed out it is auto installed.. Progam starts consuming all the resources and I have to use some other text editor. No other adobe product seems to have this issue. Disk writes 100%... I have all the code helpers and hints off. I have checked for the registry issues and no over bloated log files and this time none of these are the issue. I only use this for text editing and FTP. I have rebooted my computer... Just to clear that one up. for the past 2 months everytime I launch dreaweaver is goes to 100% disk. I assume that adobe pushed new programs.
I have recently upgraded from Adobe Master Collection CS5 to CS6. All seems well, but when I try to access the extensions for the Sellerdeck ecommerce package in Dreamweaver I get the error message: "The following Javascript errors occurred. Unable to open script fileC:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\Inspectors\act_common.js (Error 2)" It worked ok in CS5 - does anyone have any suggestions?
Can 2 different Dreamweaver account holders manage 1 site?
I am in design view, I created one hotspot and now the map tools are gone. If I click on the hotspot I get a hotspot dialog in properties, if I click away from the hotspot but still on the image in properties I get Image ID Src box, link box etc but no map tools, how do I get them back? Just to repeat, I am in design view.
I'm running DW 21.3 on a decent computer (Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz 2.81 GHz) using Windows 10. I find it takes nearly three minutes to switch between two large sites in the Files panel. Looking through other posts, I tried other solutions such as disabling the site cache in site settings and deleting the Temp File List in the Registry, but no luck.Any suggestions?
I coded a navigation bar. It works mostly alright, but the sub-menu collapses too slow in mobile view. It looks garbled up for a few seconds and then disappears. I'm not sure what to do. I've tried to disable animation effects in the media query, but I've had no luck. The li:hover code in the media query is the issue, specifically: .nav-menu li:hover> .sub-menu{opacity: 1;visibility: visible;max-height: initial;} Here is the rest of the code:/* Add a black background color to the top navigation */*{padding: 0;margin: 0;box-sizing: border-box;} header {background-color: #262626;} li {list-style: none;} a{color:white;text-decoration: none;} .navbar {min-height: 70px;display:flex;justify-content: space-between;align-items: center;padding: 0 24px; }.menu-icons{color: blue;font-size: 4rem;position: absolute;top: 50%;right: 2rem;transform: translateY(-50%);cursor: pointer;z-index: 1500;display: none;} .nav-menu {display:flex;justify-content: s
Dreamweaver version 21.3; iMac 27in; 4.2 GHz Quad-Core intel Core i7, Radeon Pro 580 8 GB; 64 GB 2400 MHz DDR4; Ventura 13.0.1; Army Vets Legacy WebsiteLightbox code apparently not working properly on our website centaursinvietnam.org. Our photo album pages have worked great for a decade, now all of them do not work properly. Click on the thumbnail of a photo album and the full size photo shows up alone with no captions or options to continue clicking through the full size photos. Here is example of one page (https://centaursinvietnam.org/PhotoAlbums/iPhotoFletcherRolland.html😞<!DOCTYPE html PUBLIC "-/W3C/DTD XHTML 1.0 Transitional/EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Photos Rolland 'Fletch' Fletcher</title><style type="text/css"> /*This is for Big Window*/#BigWin {position:absolute;v
I am coding my own navbar in Dreamweaver CC. I have used bootstrap before, but now I prefer to code it myself. It's going ok, but I'm stuck on one problem. The nested submenu item does not line up to parent item . I've tried finding solutions, and toggling the CSS attributes, including changng the positioning from absolute to relative, but no luck. the url is:https://www.atnuke.com/nav.htmlIf you hover over products, you see the product list. If you hover over instruments, the instrument list appears correctly. If you go down and hover over sources, the list of sources, rises to the top, instead of aligning to the parent element. CSS code: /* Add a black background color to the top navigation */*{padding: 0;margin: 0;box-sizing: border-box;} header {background-color: #262626;} li {list-style: none;} a{color:white;text-decoration: none;} .navbar {min-height: 70px;display:flex;justify-content: space-between;align-items: center;padding: 0 24px;&nbs
How do I get the "editing table" visible? the one that's normally at the bottom of the screen, it has disappeared and try as I may I cannot get it back, help!
Hi, I'm pretty new with Git and don't understand it well. I got git installed (Windows). Then I went to Edit > Preferences and associated Git with DW. I restarted DW. I already had XAMPP installed and had made folders in htdocs for each of the 4 sites I intended to clone from the main repositories on Bitbucket. For the next step I thought I'd be able to edit each of my sites in Manage Sites, check the Associate a Git Repository with this Site check box and then clone them. However, when I go to edit site, the Associate a Git Repository with this Site check box on 3 of the 4 sites is greyed out. Any idea what I might have done wrong? Since I'm new to this, I could have made errors at any of the steps above. Thanks for your help.
Hi, does anybody know why you can’t copy and paste a rollover image from one place into another in a DW file? I’ve made some links buttons where when you rollover the button you get a rollover image and when you click on it it takes you to the link. However, when I copy the rollover image in the file and paste it somewhere else the rollover doesn’t work. Why is this? The buttons in question are at the top of this file. The social media links … http://www.maximum-robot.co.uk/Many thanks for your help,Gareth
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.