For all things Dreamweaver.
Recently active
I bought Dreamweaver about 10 years ago. I haven't used it in about 5 years. I'm trying to open it up now. Adobe Application Manager comes up and asks for my email. I enter my email and it says I don't have an account. Chat was a dead end. Is there any tech support? Do I now have to subscribe to use it again?
I embed Vimeo videos on my family web page 4 across, 25 columns, 100 videos per page.I am not a web designer, but surely there must be a way for a video to go full screen whenthe user clicks the play button???I have searched the internet and read how you can use Java script to do this with YouTube,but Java is way beyond this old grandfather's pay grade. Vimeo has added lots of customizing,so is there a way to NOT have a fullscreen button and instead just have the video play fullscreen when the user clicks the play button? https://lean-into-god.com/Stuff/Fam4.htm
Hello,Perhaps a dumb question, but the live view in Dreamweaver is not rendering content correctly for me becuase, I think, I am using a CDN for my Bootstrap CSS. When I open my page in Dreamweaver, there are three tabs- one for the html, one for bootstrap.min.css, and one for bootstrap.bundle.min.js. In the bootstrap css and js tabs, there is a single line "Invalid URL. The URL structure is /npm/package@version/file.js" Is there a way to get the live view to work when linking to a content delivery network? Thanks much for anwering my noob question.Chris
The latest update - 21.4 - ruined an Extension.
I have been using Dreamweaver (currently 20.1) to push files to the webserver for years. Nothing has changed on either side in terms of configuration or account. In the last week, I have sometimes been getting the following error that the FTP upload failed. What is weird is that it appears to connect and deleted the file on the server, doesn't' upload the new file, and then stops. I can upload the file using other programs, again just not with Dreamweaver. Webhost company also confirmed no issues on their end with FTP. Later, it may start working again. Been off and on when it works for about a week. Also not had any internet connection issues. Any thoughts? Bug? Here is the Dreamweaver message:File activity incomplete. 1 file(s) or folder(s) were not completed.File Transfer failed due to the following reasons: - Internal data error, possibly because of failure to start the upload. Here is FTP log file - for an
Quite a few years ago I created my web site in Dreamweaver (took a class at my local community college). I managed without doing any coding. I have made small changes over the years, but now it needs a major re-do. I have gone from XP to 10 and purchased the subscription, but the tutorials I am finding all emphasize writing code. Where do I find helpful tutorials not necessitating learning to code? I thought the whole point of Dreamweaver was that we cretins who have no interest in learning code could create a decent website?
Brand new to DW. Having performed due dilligence first and searched previous discussions for a useful answer, I must submit that this thread:Solved: Re: Centering an image in Dreamweaver - Page 2 - Adobe Community - 2489936is outdated, because none of the suggestions therein seem to work with CC 21.4. Let's fast-forward to 2024, shall we? I have been all over the web looking for the inexplicably hidden secret as to how to center a simple image.I have tried internal, extermal, and inline CSS containing .center .I have tried adding the attribute class="center" to the img tag.I suppose the next thing I'll have to do is reach for my VISA and pay somebody off, because I don't know what else to do.Here is what I have: Funny...in HTML5 all you had to do was add align=center to the img tag. Guess it wasn't cryptic enough.
Version: 21.4Platform and OS version: Windows version 22H2 OS build: 19045.4291Basic steps to reproduce the problem: This happens with most dialogue boxes that I've tried - open file, define servers, create new site. Then minimize Dreamweaver or tab out and tab back in. Expected result: Tabbing in and out with the program remaining usable.Actual result: The dialogue box disappears, and the app becomes unusable until you use Task Manager to kill it and then reopen it.
Please help. I've upudated, uninstalled, re-installed. My Dreamweaver keeps on crashing on launch. I'm on the Mac App if that helps.
Is Adobe even supporting DW anymore, it seems like ages since it had any sort of update. meanwhile Mac OS gets updated and everytime that happens DW gets more unstable? Has Adobe given up on DW and letting it die a slow death? Ever since the last few Mac OS updates DW crashes whilst performing the most basic taks like a simple upload of a page (new or modified) I feel like I'm spending a lot of money for a program that Adobe no longer cares about.
Dreamweaver 2021 hung when opening. It said it was updating the cache and that was where it stopped. Cannot get it to do ANYTHING. Telling it to stop updating cache has no effect.Removed this version, went back to Dreamweaver 2020. Guess what? Now 2020 hangs at the exact same point.I pay a LOT of money monthly for these tools. We expect them to at least LOAD.Options please ...
hi,after the Dreamweaver 21.4 update, when I save a file the cursor is positioned on the first line of the file and all the content is selected. It does not remain in the position where the cursor was when saving the file, this creates quite a few problems in large files containing functions.Is there a way to work around this problem or to go back to uninstall the latest version 21.4 update?
HelloThese pages were created long ago and are no longer used however I did locate them in my ftp folder hierachy under 'Garden'. These photo libraries are of the garden work done in the middle 2000s. I can open them in a brower however the pages and photos need to be of regular web page size. The message in the page shows 'adobe flash is no longer supported'.What can I do to improve the page so that I can share these old photos with members of our non profit group? Let me know how to fix these out of date web pages.Thanks !I have these links:https://meherbabalibrary.com/Garden/Album1.htmhttps://meherbabalibrary.com/Garden/Album2.htmhttps://meherbabalibrary.com/Garden/Album3.htmhttps://meherbabalibrary.com/Garden/Album4.htmhttps://meherbabalibrary.com/Garden/Album5.htmhttps://meherbabalibrary.com/Garden/Album6.htmhttps://meherbabalibrary.com/Garden/Album7.htmhttps://meherbabalibrary.com/Garden/Album8.htmhttps://meherbabalibrary.com/Garden/Album9.htmhttps://meherbabalibrary.com/Garden/A
nunca he podido activar el git con dreamweaver, como se hace?, tengo instalado el git que viene por default en mac sonoma
Good Morning, I am running Dreamweaver 21.3 15593 Build on Mac OS Sonoma 14.2. Dreamweaver will randomly hang up and I have to force quit and restart the application. I have two macs and they both have this issue. Thank You,
Is there a way for a coding fraud like myself to easily implement a "random quote" for my site's front page that does not involve databases? I don't need it to rotate on a timer, I just need the page to display a different quote each time it's loaded. No frills. I'm pretty comfortable with HTML/CSS at this point, but only know PHP includes & strings (so I can't really say I know PHP). Don't know any Javascript at all, beyond just placing existing code where I'm told to place it. In a perfect world, the front page would pull from a sheet located where the web pages are; where every 2 lines is a new quote. So the odd lines would hold the quote, and the even lines the authors of those quotes. (Unless someone has a better idea, but this seemed the most obvious using only 1 sheet.) I assume it would be preferable to do the quote-pulling in PHP since it can do it locally, right? (It's my understanding that this would allow the downloading of only the quote being used, inst
css not loading in secure browsers anyone know the code to use css with https?
Hi,Preview in browser not working for Firefox - Mac. I'm guessing it could be somthing to do with my update to FF 3.6 as it was fine. The browser opens but the temp file does not show.Anyone any ideas?Rich
https://www.twinbeaksaviary.com/index-new.htmlMy dropdown is not dropping, and my hamburger button isn't on the menu. I'm guessing they're related, but I don't know why. (Surprise, Surprise!)I copied the navbar from my other site, where it is working as should. But here, the dropdown doesn't function, though, and I have a hamburger button that's only for show. tia (miss me? 😉ps. I haven't optimized, yet. This page might set off the Richter Scale!
I just get a page that pops up showing I'm supposed to send this e-mail and in it is a link to download it and clicking on it loops you back to that page.
I want to delete multiple tags of both opening and closing tags.For example, in the next tags, <span class="b">text</span> I want to delete both <span class="b"> and </span>but text should not be deleted. There are a lot of codes like <span class="b">text</span><span class="b">happy</span><span class="b">time</span> How can I delete not only <span class="b">, but also </span> but keep the texthappytime? (in the example above) Thank you for your help.
When html-page uses a font-family tag, the result is different in a web browser from what Dreamweaver shows in preview. Especially, number 0 shows in the browser with diagonal line inside the number. This may be misleading and affect readability. Thanks.
Hallo, bedauerlicherweise bekomme ich in meinem Dreamweaver CSS File häufig den Error "Expected RPAREN at line..."Das CSS ist korrekt und validiert, es gibt also keinen Fehler. Hier ein Ausschnitt:::placeholder{color:inherit}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;word-wrap:break-word;-moz-user-modify:read-write;-webkit-user-modify:read-write}Error: Expected RPAREN at line 4, col 8.Expected RPAREN at line 7, col 8.Würde mich über Hilfe Freuen.VG Ben
I have an active website I designed with CS3 and CS5.5 Dreamweaver. The website is 13 years old and still evolviing. Now I am trying to use the latest Dreamweaver version because the old versions are incompatible with my new Macintosh. The new version has changed the alignment on some/most of my photographs. I cannot navigate the new Dreamweaver to find out how to align, space, and add borders to photographs in design mode. I'm not a programer and it seems that the engineers assumed that everyone using Dreamweaver is a genus engineer using code. Well, maybe they are, but this 77 year old woman volunteer who has developed an inventory website for a nonprofit conservation group is not. Can someone help me?
Hello everyone,I'm struggling with a problem in Adobe Dreamweaver where the live preview fails to automatically update when I make changes to CSS media queries. I ensuring the correct configuration in settings, Software update, clearing browser and Dreamweaver caches, and testing on multiple projects, the preview does not refresh to show changes unless I manually reload it.Does anyone help me to fix this so I can efficiently test responsive designs?
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.