For all things Dreamweaver.
Recently active
Hi.Are there any way to fix lines of media queries at the bottom of the stylesheets?how to make sure global style is above the line of media queries when I add new style in the style sheet? The reason I post this question is I found messy style.css created with Dreamweaver by my colleagues .
Sorry, there's an old topic, but I looked through it and wasn't able to find the answer and the topic is locked now too.I keep getting this FTP error in Dreamweaver (21.1) while my hosting provider checks with FileZilla and this works totally fine it seems. So it seems it's a typical Dreamweaver thing...All help very welcome!
When selecting a website for the file browser in Dreamweaver, other html-pages on the reading pane may stay open, so it may look like another website is active on the files. This is a feature of the current application, but if there will be another application as a successor to Dreamweaver, it could be more apparent which website is active in the files. Thanks.
While all my files are still on my harddrive, all my site management info is missing.I cannot find any place where such information is stored. Ya, I didn't make note of it, so my fault!Is there a place to find all the settings so I can access my websites and upload them again. No matter what I try, I keep getting the message. An FTP error occured - cannot make connection to host. The remote host cannot be found.
Several times I've found on switching to code view the screen goes blank with no code showing. The page will display in live view and validates.I'm using the 'Light' theme, which I find easier on my eyes.To fix it and make the code visible again I find I have to switch themes, sometimes several times, back and forth.I'm using build 15593 on a 64 bit PC with 32Gb RAM and an RTX 3060 graphics card
All of the .jpeg and .svg files included in my index.html for my portfolio website have found their way to Google Images. In contrast, non of the .jpeg files on my relative pages have (to my knowledge). The remaining .jpeg files were never photos. Instead, they are renditions of real locations, created using Illustrator, then re-saved in PS as Save for Web files. Where and how do I specify a given image, so it (i.e. a rendition of the Washington Monument, etc.) can be populated within a collection of images with similar, but unrelated domains on Google Images? Furthermore, how do I enable relative links to be directly accessed from their browser, bypassing the index page, etc.? I assume this may be a metadata question. Am I correct? Thanks, Matthew
Any experts out there on PHP? I am trying to merge the following php code (#2) with my existing php code (#1) so that it I can attach and send multiple files. I've got it so I can attach and send files, no problem, but the form verification and anti-bot test no longer works. I realize there might be some redundancies in the two php codes. I have removed, replaced and tried combining code multiple times, but to no avail. Also the code in #2 returns a blank page saying "Message sent" or "Failed to send" when I prefer what I already have in code #1 with the message appearing in a div over top of the page. Any guidance without starting from scratch with php mailers, etc, would be very appreciated. It's probably something simple for those of you well-versed in PHP. Thanks! Dave PHP #1 (No file attachment, but form verification and anti-bot test): <?php// NOTE: this page must be saved as a .php file.// And your server must support PHP 5.3+ PHP Mail().//
Why is the "let" keyword in JavaScript not being recognized in my Dreamweaver app
I am building a website that has a comment section for clients to type in their name, their email address, and any comments they may have for the business. This email form is sent to a php page that I have created. During my test run, the content was sent succesful to a gmail account; however, the content will not send to a yahoo email address (the business owner has a yahoo email address). I was wondering as to why this content will send successfully to a gmail account, and not a yahoo account. The code is as follows:<?php $errors = '';$myemail = 'jondoe@yahoo.com';//<-----Put Your email address here.if(empty($_POST['customerName']) || empty($_POST['emailAddress']) || empty($_POST['emailComment'])){ $errors .= "\n Error: all fields are required";}$name = $_POST['customerName']; $email_address = $_POST['emailAddress']; $message = $_POST['emailComment']; if (!preg_match("/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-
I'm having an issue loading Dreamweaver. It lags at "Loading site Cache" and doesn't load.Apple M1 / Sonoma 14
Hi All, I recently changed institutions and need to reset up my website via a new Adobe Dreamweaver account on a new computer. I don't have any .ste files that I can tell, but all my website content is in one folder in Google Drive. How do I import my website into Dreamwever on this new computer/account? Thanks!
When Dreamweaver opens, it displays a pop-up at upper left with common actions as its default plus other options. However, it covers the menu bar there, so I can't get to Edit actions (apart from alt-E). The popup won't move if I try to drag it. What can I do?
I'm NOT a website-designer !. I created a Website in Adobe Dreamweaver with a free Bootstrap-Template. Everything works fine except for one section. A section I call "FRIENDS & LINKS". In this Section, if I insert a Hyperlink to an image, the link will always open a smaller window over the existing browser window, almost like a pop-up-window, even I choose Target-Blank for the link. I want the links from the image to open in a new tap. For some reason, whatever I do, it always opens a smaller window on top, but only in this perticular section. My Website is called http://transformationhealth.net/ The section in the Source-Code is called "Portfolio section", the FRIENDS&LINKS page. Please Help ! Thank You !regards; Hansi
When I start any JavaScript code, inside of one HTML (<script></script>) or in a linked document .jsIf I use let, show me this message:ERROR: Parsing error: Unexpected token nombre. If I use const, this is the message:ERROR: Parsing error: The keyword 'const' is reserved. For example:let person1 = 'Charlie';const valor1 = 5; Console log also doesn't work:Uncaught SyntaxError: missing } after property listmain.js:5:41note: { opened at line 1, column 14 Uncaught ReferenceError: person1 is not defined <anonymous> debugger eval code:1debugger eval code:1:1 Don't have any relation about where I declare the variable or how, just avoid me to use let or const. I have Dreamweaver updated this morning. Anybody know about how to fix this??Thanks!
For some reason the thread with the above problem of, "how to resolve js linting issues, concerning errors appearing as errors, when they are not actually errors" was closed - so much for open discussion.I'm not wanting to reignite the topic of Dreamweaver's dated failings, I just want to offer a solution to the original problem, which resolved it for me.After exhaustive research - I can't stand to see red on my javaScript document, so ignoring the bug was not a solution - I found a solution on Stackoverflow which says insert, to the top of Dreamweaver's linting document,{ "parserOptions": { "ecmaVersion": "latest", }, "env": { "es6": true }}https://stackoverflow.com/questions/42706584/eslint-error-parsing-error-the-keyword-const-is-reserved?rq=3 It worked for me.regards.
How do I position my "navbar" alongside? do I use "aside" element to do this?
this morning, while reading the news, I learned that Molly Holzschlag had passed away. although this is not a DW-related topic, I thought we could pay tribute to to her on this forum. after all, it's thanks to people like her, but also Andy Clarke, Mark Boulton, Jeffrey Zeldman, Eric Meyer, Christopher Schmitt, Dave Shea, Andy Budd... that the web has been able to get out of the rut it's been in since HTML4. for those who didn't know Molly, here's the article that once revolutionized the way I thought about CSS: Thinking Outside the Grid, followed by the preface to Andy Clarke's book Transcending CSS . many thanks to Molly for all her contributions to the maturing of the web
Is there a way to add Dreamweaver to my existing Adobe Photography account or will I need to purchase Dreamweaver separately?
Hallo zusammenIch arbeite am Mac unter OS13.Ventura, habe DW 21.3.Möchte ein Shortcut für den Wechsel zwischen offenen Dokumenten (file1.html, file2.html, ...).Im Menü geht das über: Fenster > Nächstes DokumentHierfür ist standardmäßig kein Shortcut vorgesehen, siehe Tastaturbefehle.Im Menü "Tastaturkurzbefehle" kann ich diesen Eintrag nicht erstellen:Unter Aktueller Satz = "Dreamweaver Standard" meldet DW: "Der aktuelle werkseitige Satz kann nicht modifiziert werden. ..." Also "ok" zum Anlegen eines eigenen Satzes.Wenn ich in diesem via "Kurzbefehle" > '+' eine Taste drücke, kommt: "Sie haben das Tastaturlayout geändert. Öffnen Sie dieses Dialogfeld erneut, ..."Mache ich, doch der Fehler kommt immer wieder, auch nach Neustart. Auch nach dem Zurücksetzten der Tastaturbefehle.Any help!?Thanks, Christoph
Hi everyone,I am trying to chage the stacking order for some div's with text and images on mobile. They are side by side in rows of two. I uploaded screen shots of desktop and mobile of what I have currently. When stacking on mobile they stack with text-text-image-image and so on. I would like them to be text-image-text-image, etc. This is the link to my site I coded it and am hosting it in Marketo as a landign page:https://offers.premierinc.com/Transforming-HealthcareBTW-I removed what I tried in order not to confuse so basically I'm starting over with this post. I found this on stackeoverflow but can't get it to work with my code. .col { display: flex; flex-wrap: wrap; } .col div { display: flex; align-items: center; justify-content: center; height: 100px; width: 200px; border: 2px solid green; font-size: 18px; } /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .col div:nth-child(1) { order: 1;
When I switch screens between applications using cmd+tab, sometimes the Dreamweaver work screen only appears halfway, so to solve it I have to adjust the screen, a simple feature but sometimes it hinders productivity a little.I've already tried using vscode but I really like the Adobe app, I imagine this error will be corrected in an update. Thank you very much.
See aattacheed files - I need someoen to do coreect codimg
I use an older version of DW...simple, standalone-- quick html changes.. That said with Mac M1, for a person on AN APPLE Mac, the current version of DReamweaver, 2022 --what option best looks like the current Dreamweaver in Visual mode for someone on Apple. Thanks!
I use Dreamweaver on a Mac. This problem started several days ago.Suppose I highlight the woreds "This problem" in the sentence above. As I move the cursor to choose Edit > Copy or down to make the text bold or italicized, all the text the cursor passes over is highlighted. Long story short, I can no long cut and paste individual words or blocks of text, unless I do it in HTML mode.Is this a new bug? What's the fix? Thanks.
I am just starting to work with Dreamweaver. To speed up my transition to using Dreamweaver I am looking for someone who can, for a fee, recreate a few webpages from my existing old website so I can manage them with Dreamweaver.
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.