For all things Dreamweaver.
Recently active
My daughter has to produce a web based quiz for her A level course work. No problem writing the code but we are struggling with the database for the login user/password. Can anyone recommend the database element or how to do the link to Dreamweaver. She can't get any help from school but is allowed outside help. Very strange!
HelloI have some scripts that make images move according to mouse movementbut it slows down the live preview - is there a way to stop script in the DW but keep it on the Chrome preview?I saw the option "freeze javascript" but it is greyed outany ideas?
HelloOn the local server, first folders are displayed then files quite OK.On the remote server, that order has suddenly changed to first files then folder. How can I reset this?Regarding DM 21.4 15620 Version on Windows 11 HomeKurt
Hello all!I am trying to make my embed YouTube video responsive in my website. I am using Fluid Grid Layout html 5.The css code I used:.video-container {position: relative;padding-bottom: 56.25%; padding-top: 30px; height: 0;overflow: hidden;}.video-container iframe,.video-container object,.video-container embed {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}Html code:<div class="gridContainer clearfix"><div class="video-container"><iframe src="http://www.youtube.com/embed/23T2VMtzVrE?rel=0" frameborder="0" allowfullscreen></iframe></div>The video will only show if I make the class into an idExample:<div class="gridContainer clearfix"><div id="video-container"><iframe src="http://www.youtube.com/embed/23T2VMtzVrE?rel=0" frameborder="0" allowfullscreen></iframe></div>And if I add the width and the height the video will still not be responsiveExample:<div class="gridContainer clearfix"><div id="video-c
I have a page that is fine on the web but not in DW CS5. Web page is lovelandnubians.com/reference.htmDW code is: <!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>Loveland Nubians</title><link href="p7pmm/p7PMMh03.css" rel="stylesheet" type="text/css" media="all" /><script type="text/javascript" src="p7pmm/p7PMMscripts.js"></script><style type="text/css">body {background-image: url();background-color: #C9CAFF;}.style3 {font-size: x-large}.style4 {font-size: medium}.style7 {font-size: x-large; font-weight: bold; }.style5 {font-size: small}.style31 {font-size: x-large; font-weight: bold; }.style41 {font-size: smaller}a:link {color: #6876C6;}a:visited {color: #6876C6;}a:hover {color: #6876C6;}a:active {color: #687
I'm sure nobody will hear my cries. There is no support from Adobe. However. I have a website that I have had going for at least the past three years. I just opened the Dreamweaver to add something to it and it is obvious that Dreamweaver is not attaching the template and/or the css properly. When I look at the code, there are fragments of code where there should be whole lines. Corrupted? I guess that's what it is. It was okay a few weeks ago when I opened it to do something similar. Somehow, sitting there, on my computer, it totally f---ed up. Luckily, it is not bad on the internet. My website (actually there are two of them) still look okay, but need updates. I have been fiddling with it for three days now and nothing has improved except the amount of stomach acid I make. I even tried deleting and reinstalling the software, but nothing changed. I'm seriously looking for another webpage producer. I have done a screen shot of how my page ends in the code. Mid wo
Hey, it’d be awesome to have a tool with a similar function like this Page Source Viewer built right into Dreamweaver. I know it’s comparable to the developer tools in browsers like Chrome or Safari, but having it natively in Dreamweaver would save so much time for web developers. I often need to quickly check the source code of various websites, and having that kind of source code lookup tool directly in the IDE would be fantastic!
Hi! Someone knows why all imaes is broken into Dreamweaver CS5 (I know, it´s an old version). I´m working as a blind user whe I use Dreamweaver. When I open the HTML into Google Chrome it´s all ok.
I have used Dreamweaver CS5.5 very sparingly, only enough to generate <html> coding for webpage structure; however I purchased this software many years ago and now I am unable to activate it because it returns activation attempts with the message "Activation limit reached for Adobe Dreamweaver CS5.5"I re-installed an old SSD on my older laptop and opened a valid version of Dreamweaver CS5.5 and followed the steps to deactivate that copy. I received the message that deactivation was successful, so I thought that I had succeeded and met the criteria for activation on a new device. However, I still get the error message when attempting to activate Dreamweaver CS5.5 on a newer laptop. Who can I reach out to for help. I cannot go to customer support because I do not have any active subscriptions. There must be a way to reconcile this. There is no option in my Adobe account to help me see older activations and delete them from my account. [Moderator remov
I am trying to align text with an imahe the folloeing is the css for the image and html css in external style sheet.parrotimg {float left;margin: 0 10px 10px 10px;width: 195px;height: 156px;} I then added the html<div class="parrotimg"><img src="Images/red_parrot_on_computer_lg_clr_6287.gif">Text goes here</</div>However, I dont know the css to align text with image
This is a property sheet for Dreamweaver's CSS editor to disable warnings related to custom properties and universal selectors.I created this because the warnings are annoying.Note: To enable custom properties, warnings for non-existent (undefined in CSS) properties will also be disabled.For example, the following warnings (like "Expected RBRACE at line xxxxxxx") will be disabled::root { --cfw-body-font-color: #000; // ← Warning here } @keyframes blinking { // ← Warning here 0% { opacity: 0.1; color: var(--cfw-theme-font-color); // ← Warning here } 100% { opacity: 1; color: var(--cfw-color-red); // ← Warning here } } .ql-editor ul[data-checked=true] > li *, // ← Warning here .ql-editor ul[data-checked=false] > li * { // ← Warning here pointer-events: all; }How to Configure (DW21.x)Windows:Go to [Edit] > [Preferences] > [Syntax Checking].Select "CSS" in the "Root Set" and edit.Mac:Go to [Dreamweaver] > [Preferences
/* CSS Document */:root {--main-bg-color: white;--main-text-color: white;}I am getting the error:Expected RBRACE at line 4, col 2.Expected RBRACE at line 5, col 2.I am pretty new and did some research on CSS linting but I am still somewhat lost on what to do here.
I have been updating websites from 2012 with DW 2021 Some of the websites are updating properly when I make changes on templates, but this one website is not. No prompt is appearing. I also note that the images folder isn't the one within the website folder on multiple sites. . It is like DW is confused as to which image folder links to which site. The only thing that may confuse it is that the sites have similar names.
the ancient DW used to have a setting within each site to allow or disallow images like png or pdf uploads. I can't find it in the current settings. I have an old website that I'm restoring that had previously blocked png uploads (the file has a red bar through it) . I can't find a setting to allow pngs to be uploaded during file transfers. Please help.
Hello!I have used Dreamweaver CS3 and have been completely satisfied, but Windows 11 on a HP ZBOOK forced me to buy 21.4. And now I am not satisfied ... Nothing is better, as far as I have seen so far.I have two external screens. When i try to point to a file to make a link on Screen 1 I can not do that but a strange window appears on the laptop-screen 2. Any suggestions to get this fixed?
Hi, I’m looking for some assistance in updating email templates I created using Dreamweaver MX2004. I would ideally like to create new templates with Arial 10 font and simple tables.
Dreamweaver is not opening and I have spent hours trying to get it to open. I need this for school so I need help!
In interface dark mode, the icons showing where are the hidden html form fields, are white, and they are not visible in the project that has a white background. For example anchor icon are yellow, and it is great, like in old version DW
I've been using Dreamweaver for years and have the most updated version on my Mac OS sequoia. Suddenly,When I add a link to an Image, despite saving it, it does not stay, but instead changes to whatever the next images is linked to. Anytime I create a link for an image all the images in that block change links. Don't know what to do at this point would appreciate any assistance
I tried to update an email address on the website using Email Spalm Blocker and it produces an error. Error:"Making this change would require changing code that is locked by a template or a translator. The change will be discarded"What to do here? Please advise
Greetings! I develop primarily on a fussy, funky SAAS platform. I write my code in Dreamweaver becasue I've been using it since the 1999 or so and it's what I'm used to. (yes, I'm ancient). The Enable Auto Compilation on File Save option is defaulted to ON. This causes me trouble. I usually remember to disable it before I start doing file transfers but when I forget, it takes me fifteen minutes to clean up the mess. Any suggestions would be helpful but what I'm really looking for is a way to disable this feature so that the DEFAULT is OFF.
I purchased a site on Domain.com and then created a website using Dreamweaver that I'd like to post there. The site is live and has When I try to upload it I get this error message:The site is live (https://jdonovan43.com) and has the appropriate SSL certificate. This could be a problem on m end with Norton or Windows Defencer. Since Domain.com doesn't seem to have customer service, I'm asking here. Any suggestions, please?
Hi everyone, I'm accustomed to using Project Seven menus in my web projects, but this time, I need to build a website using a program other than Dreamweaver. Does anyone know where I can find these types of menus? https://www.salt.org/https://www.scaramucci.net/ Thanks for any help you can provide. Kind regards, Mark
If anyone can offer any help or advice, this would be greatly appreciated!Dreamweaver 2021(CC) bugs - feedback - errors - issues.2021 is the current version, I see now download for 2024 :'(Thanks,SB-W
The last DW main interface design that was any good was CS5.5 This is 2021This is CS5.5 (not great, but much better) The main system interface needs to be as good as InDesign. There needs to be good contrast.This is InDesignNotice how much more comfortable that is on your eyes? I am urging the developers at Adobe to improve the working interface color and contrast. It will make a major difference in designer and developer use of the program. John G
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.