For all things Dreamweaver.
Recently active
It's Saturday afternoon, October 22. No matter what I try to do on numerous attempts, Dreamweaver (the latest version) fails to open on my iMac (the latest OS version). I continue to get a spinning beachball every time. Is there a maintenance effort underway? I received no advisory about it.What can I do next to open DW? Warren
Dear Adobe community, I was once able to preview my work on my iPhone without a problem. All of a sudden, then Device Preview stopped working, but there was a message below the Safari option (when I clicked Device preview) saying there was an error. I un- and re-installed Dreamweaver, but now when I click on the Device Preview button, nothing at all comes up. That little window that used to pop up with Safari and (previously) with the QR code, now does show up. Nothing happens at all. Any help would be greatly appreciated.
Hello friendsI have a question.I'm using this code for a website I'm building.It works. But there is something that bothers me.When I scroll down the window a little, there is a kind of "jump" downwards. What do I need to change in the code so that it doesn't exist? <!DOCTYPE html><html><head><title>Sticky Navbar</title><style>body {margin: 0;}.fixit {position: fixed;top: 0;}.main_navigation {background-color: #000;width: 200px;color: #fff;}.main_navigation h3 {margin: 0;}header, .content {width: 85%;margin: 0 auto;}</style></head><body><script src="http://code.jquery.com/jquery-1.10.2.min.js"></script><script>$(document).ready(function() {var fixit = "fixit";var height = $('header').height();$(window).scroll(function() {if ($(this).scrollTop() > height) {$(".main_navigation").addClass(fixit);} else {$(".main_navigation").removeClass(fixit);}});});</script><!-- end header -->&l
I 'd like a navigation menu above to have a link like this, when I click on it, a pop-up menu opens: (for mobile):
Using Dreamweaver on a Mac. In the file browser panel, html files have an icon that looks like a page with the corner turned down. I have two files that show a </> instead. Why? What does the different icon mean? Thank you.
Wow.. six years (!!!!) and this issue is still very much at large! I can't believe we still have to keep clicking indiviudal links to view them. I thought the issues with Illustrator and InDesign were bad... It's just sad to see such long standing issues very much in DreamWeaver as well. Does Adobe even read anything related to issues on their apps? Or do they just stare at their bank balance and watch it grow due to idiots like us to keep paying them for frustration?!
Hello, I have used this forum a numbr of times only after looking online for myself. So after hours of trawling and trying I have to post here. I have some text on a page of my website that I want to be better formatted and have certain words more visible to search engines. I have taken a few screenshots of both the code and the CSS that I am using for this piece of the page. The words I want to highlight are Dubreq, Waddingtons and FX Schmid. Any help or suggestions will be greatly appreciated. Thanks in advance
Hi, im working on Chapter 6 of the Dreamweaver classroom in a book but I don't see where the extract panel is. please helpthank you
Hello, I am currently working on an exercise in "classroom in a book" 2022 release book. I am on chapter 6 and it requires that I use the extract panel. However the thing is that no matter wher I look i cant find it is there something that I am missing that wont let me see it? My DW is upto date, my creative cloud seems to be synced up correctly and I already tried to uninstall and reinstall DW. Please see attached images. Any help would be greatly appreciated. -Ricardo
Dreamweaver Usability / Quality: When the user renames items on the local server, and puts them onto the remote server, currently the user has to keep up with the remote server to remove redundant html pages and images, that might still be available via search engines and bookmarks, but the content is not up to date. Thanks.
I just completed the first draft of a multi-page PDF document that I plan to share to a group of individuals for review via a link on my personal website (that I coded from scratch using HTML, CSS and limited PHP). No PDF editability or interactivity needed, these people just need to be able to view it. I'm not even sure this will be True PDF (selectable text) as it might just be flat pages, for this draft. There are 3 behaviors I'm interested in with regards to this link (and document) : That the link (ex: "website.com/folder/document.pdf") open the file in-browser. That file saving be disabled (at least as much as it can be). That the website not load the entire document, only the target page (or spread) assuming this is even possible. I realize that if someone really wants to open the document in Acrobat, or save the document locally, they'll find a way, whether or not the "easy way" is available to them. I'm just trying to limit this as much as I realisticall
There is no option in prefernces to switch back to drag and drop populating the title tag as opposed to the filename. There should also be this option in the insert menu at least. I've seen a previous thread that is old but offered no solution other than open the file we want to link to and manually copy/pasting the title. This is too time-consuming and opens the door for error. Is there a way to automatically populate the title of a linked page? Thanks.
I've tried both Apple Silicon and Intel app installations, uninstalled, reinstalled, and restarted my laptop. All other Adobe apps are working fine. It shows the cover art and "Initializing Files"M1 Macbook Air, MacOS Monterey
Hi, so this is all the code I am using, at the bottom of each segment you can see the part I just made relating to responsive embedding, I named it videoWrapper and videoWrapper iframe:uet if you go to this link https://onvermijdelijk.nl/TheThirdTemple.html we do not see any responsiveness. whereas on my local device we see responsiveness, but with an bug...namely that for mobile it jumps out of the screen.all and all, I'm stuck. I hope someone here knows what to do.@charset "utf-8";/* Simple fluid mediaNote: Fluid media requires that you remove the media's height and width attributes from the HTMLhttp://www.alistapart.com/articles/fluid-images/*/img, object, embed, video {max-width: 100%;}/* IE 6 does not support max-width so default to width 100% */.ie6 img {width:100%;}/*Dreamweaver Fluid Grid Properties----------------------------------dw-num-cols-mobile: 11;dw-num-cols-tablet: 17;dw-num-cols-desktop: 21;dw-gutter-percentage: 25;Inspiration from "Responsive Web
Dream weaver version 21. 3 working on Mc 12.6 Monterey. I am having issues with FIND and REPLACE FILES when trying to chage lage data at one time . Single lines of data changes work ok all site pages are updated. I have enclosed my small test site to pay with. Its a large sports bowls club web site over 600 pages I have copied a few lines of data amd made a small testbox site with different content background colours to make checking pages easier. Please try to choose a complete menu option of data ( i.e competions) enter that in the top box of the Find and Replace Files pop up box. Choose another folder with the same data in it add a line of test e.g TESTBOX TEXT TEST. Copy that page of data as the replace data in the bottom box of the pop up. It only updates the one page . If I change one line of data but using the same mechanisim it all works 600 plus pages are updated. Thank you Les Keen UK [mod note: removed private info to protect you. Also reworded the subject line t
Not sure if it's a bug report or a question.I use the null coalescing operator in a few of my pages to easily check if a variable exists before using it in order to easily avoid "variable does not exist" errors. Usually POST fields.I set Dreamweaver to PHP 7 under preferences, but it still flags those lines as having errors.Is there a way to tell it that the ?? is valid? Explanation of the Null Coalescing Operatorhttps://www.phptutorial.net/php-tutorial/php-null-coalescing-operator/
I'm in the process of updating a website that was created with Dreamweaver 8 to Dreamweaver 22. This was made necessary due to the newer PHP 7.2 that our web hosting site moved to. The MySQL database connection wouldn't work anymore. It has a data entry form with a List/Menu dropdown select box that is populated from the MySQL database table using a recordset. I was able to fix the PHP database code so I can connect, & populate the recordset, but I'm having a problem finding the List/Menu or equivalent control in Dreamweaver 22. I have looked thru Dreamweaver 22, and searched the internet, but no luck. Can anyone help me with finding a replacement for this form control?Thanks
Hello,I am experiecing problem when opening files in Dreamweaver. When I build a .html file everything seems to be working fine. After I save the file and close it, when I open it again there are some languages for which the text is broken and strange symbols are being displayed. I double checked the Econding properties and everything is set up correctly. For example here is a piece of the broken text:Уикендът е тук, както и вашият незабавен рабат в казиното 🎉 Thank you in advance!
Hi there, when I push return in Code View my cursor always jumps to the middle of the next line which is undesirable. How can I stop this? In previous versions when you pushed return in code view, it would move the cursor in paralell with the leading character position of the current line (see below).Version : Adobe Dreamweaver 21.3OS version : Windows 11 ProBasic steps to reproduce the problem:TAB TAB TABSome Code [On Pushing Return Cursor wrongly jumps to position marked by [X] below]TAB TAB TAB TAB TAB TABTAB TAB TAB TAB TAB TAB [X]The cursor should jump to here (see below):TAB TAB TABSome Code [On Pushing Return Cursor SHOULD jump to position marked by [X] below]TAB TAB TAB[X]I have Code View Options > Auto Indent disabled (Not Ticked)Enabling this feature make no difference to this behaviour.Thanks in advance.Richard Hetherington
when I was using dreamweaver, I was working on navigation coding and it quit unexpectedly. I reopened it and it ask me about unsaved files or data was still there and it ask me to either "recover" or "discard". I can't click on either of them because, it's loading very slow and does not respond and I can't do anything else on dreamweaver. I try turning off the laptop, uninstall and reinstall, nothing had work. This is a MacBook I'm using
So I open my html file that has this in the head```<link href="styles.css" rel="stylesheet" type="text/css"><script src="dist/js/lightbox-plus-jquery.js"></script><script src="jQueryAssets/SpryDOMUtils.js"></script><link href="dist/css/lightbox.css" rel="stylesheet"><link href="dist/js/lightbox.js"></head>```However I'm getting files in the tabs:When I select any of the last 3 I get 'remote files'.Any suggestions folks?
Hi, I am very new on adobe dreamweaver and have a problem with my coding. So, I want to write some text underneath an image and the text keeps getting under or has the same color as a black box.So, the question is, how do I remove the black box that you see under the image?I will add screenshots of the styles.css and how the website looks like with the black box:
Hi there. This isn't a bug but just a little irrataing issue in your page coding.At the bottom right of DW there is a little green tick icon with the tag 'No errors'.When there is a code problem this changes to a red cross.Click on it when it's red and you get a page showing the code violation. Click on it again and the page closes. Unfortunately, when you fix the code violation and it changes to green, due to the fix, clicking on the green icon does nothing. Can I ask that this little bug be changed, so clicking on it when it goes to green closes the fault page.It would make life just that little bit easier.Having to open the 3 horizontal lines and select Close Tag Group each time is a tad annoying. Cheers, Jon.
Hi everyone would really appreciate some insight as to why this code is not working.See screenshot. Thanks 🙂 <!--Center Everything Start--><div class="center"><h2 class="smallerh2Centre" >Nine-bot Segway Scooter</h2><br><img src="images/scooters/Ninebot-E-Scooter-500.png" width="419" height="445" alt="Sunrise E-Scooter" class="img-responsive" /><h3 class="lowerCase" >Just what you need for that Cable Beach sunset!</h3><h4 class="lowerCase">From $50 per day (24 hours)</h4></div><!--Center Everything End--> THE CSS.center {height: 500px;display: flex;align-items: center;justify-content: center;}
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.