For all things Dreamweaver.
Recently active
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
My old computer died. I've since loaded my DreamweaverMX from 2004 (which I've been using since 2004) onto the new computer and been attempting to activate it online. From the box that pops up telling me I have to. A box which then, again and again and again, tells me it’s "Unable to connect to the Internet. To try again." A problem I have had every single time with this particular software (and only it) every time I've had to activate it on a new machine. I just finished an online chat with an Adobe representative who couldn't have been of less help. She asked for the Product Serial Number. Which I copied in from the preprinted sleeve the disk was in (which the activation box has always accepted as a valid Serial Number with a little green check-mark) only to be told by the representative that it wasn't. That it couldn't start with letters as it does. DWD. I asked to verify that she knew we were discussing a product from 2004. She said it made no difference and then that my onl
Hello All,A bit of background.I am an amateur seismologist who has a seismic station which creates triggered event files on a Raspberry Pi.When an earthquake is detected by the station approximately 5 files are created and placed in a folder which is time and date stamped automatically. I can then analyse these seismograms locally using the relevent software... The mission.I have a website which I have developed over the years and now I wish to add these folders containing the data files onto my website so other interested parties can select and download and analyse the seismic events. This is the part I need help with.This is my first post on here and thanks for reading , Hoping someone can educate me , appreciated.
I would have liked a Swedish forum for my question as I use Dreamweaver in Swedish. Well, maybe there is someone who can read Swedish that can help me.When I try to connect to the remote server I get this messange that it can't be done. I have the same settings as always and this error message has never occurred before. Is the problem with me (and my computer) or with the owner of the website? I don't know here to start...
I am also interested in contacting her. I am rewriting my website which I did in DW many years ago (1990s) I am not a professional. Here is the current site: [link removed as per forum guidelines] dont laugh, in those days the options for names were limited. Anyway, I am trying to use dreamweaver 2021 . I would like to hire a professional to take migrate the content from the old website to the new. I have gotten as far as setting up pages and menus but can't get it to show up on internet so I am kind of stuck. I don't begin to understand the explanations people are giving to this question. I am willing to pay for advice and assistance.
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.