For all things Dreamweaver.
Recently active
Hello,I cannot stand my Dreamweaver CC document windows floating around my Mac's desktop separated from their Dreamweaver Application bar which seems stuck at the very top of my Mac's desktop. This should be an easy fix but I cannot find how to "dock" my document into the whole application. and then be able to drag them around together acroos my screen as an ensemble. 1) The Application bar is stuck at the top of my screen obscuring other apps; 2) the document is floating around "loose' separated from its parent app. TIA!Running ancient Mac OS 10.11.6 running Dreamweaver CC v. 18.2.1
Having the same issue. My display is making things in photoshop look super small because of the hi resolution display. Ok, no problem, but shouldnt it still look the same in DW as well?
Please could someone explain how to manage the files panel toolbars so that I can put the buttons underneath the drop-down menu. Also, I cannot switch to see the remote files at present. How can I do that?With thanks.
Hi, I have been trying to respond to comments posted on this forum without success. I hit the post button but nothing happens.This message appears along the top (see below). I hit the button only once, and have tried on multiple occasions.Thanks for any help you can provide. Mark Correct the highlighted errors and try again.Post flooding detected (user tried to post more than 2 messages within 5 seconds)
Beginner looking for guides on FTP connection, and server set-up best practices. I'm currently hosting my sites via virtual servers and cloud services. But well be move to an on-premise windows server soon. Thanks in advance.
I created a new Html file and inserted the "autocomplete" jquery UI component. Input box where we will type for autosuggestions had been inserted. Next, I tried to upload source data for autocomplete function. It opens a dialog box and I found that I need to upload a .json or .js file, so I prepared JSON data and uploaded that file. I saved the HTML file and opened that in the browser, autocomplete doesn't display JSON data. After researching that issue, I came to know that, I need to update source data via coding, so I opened HTML file and added json array and called that variable to source in autocomplete function. Then it worked fine.My query is, "is there any way to do without coding?"
using Dreamweaver 2021 on Mac, when trying to insert image and use absolute link am unble to insert.what am I doing wrong?
はじめまして。現在、DreamweaverでVIDEOタグを使い、Mp4ファイルをサファリで表示させているのですが、プロパティ内のContorolチェックボックスを外すと確かにブラウザ上ではビデオコントローラーは消えるのですが、動画自体の再生も始まりません。コントローラ非表示で再生を可能にすることは出来ますでしょうか?
Going to the View menu everytime is slowing things down a lot. Adobe took it out a view version back and they added them back into the document bar and then again took it out. Frustrating.
Is code even meant to be read by a human any longer I'm regularly asking myself given the seemingly intoxicating examples of websites being produced these days by automated CMS systems, which just pump out complete junk, in my opinion. Look at the source code: https://www.nme.com/features/film-features/billie-piper-interview-rare-beasts-interview-britney-spears-2944088 Does any other developer have a view? I'm really interested in this one in particular as it includes 'scoped' css in the html, which isn't created by the shadow-dom as in the case of react and vue, I believe, the css has just been dumped right into the middle of html code, is that even allowed, I thought that was poor practice. I could create my own web-components which bought along the css, without having to resort to a framework and since web-components seem to have slide off the cliff, without using a framework, there currently is no way to keep the css with the html. hummmm.
I am a career software developer with history in C/C++ for embedded systems, but now I am venturing off into unknown territory for fun. Will Dreamweaver allow me to accomplish building a scalable subscription based website that also allows me to easily produce an App for IOS and Android devices with the same features and functionality?
I'm struggling a bit with a conversion to Dreamweaver from MS Expression Web, but my question is really a generalized issue. I want to know the best way to refer to my CSS from each HTML file (which I do from a Template). What I WANT to do is this:<link href="/css/my.css" rel="stylesheet" type="text/css" /> My understanding is that leading slash takes me to the base domain (either HTTP:// or HTTPS:// followed by, for example, mydomain.com), regardless of whether or not my HTML is in a subdirectory. That doesn't seem to work right while editing in Dreamweaver, so I put the full domain in there:<link href="https://mydomain.com/css/my.css" rel="stylesheet" type="text/css" />I don't like that, because then I can't experiment with CSS changes with Dreamweaver: I have to publish first; but the relative reference idea above (/css/...) doesn't seem to work within Dreamweaver. So my question is, what is the BEST way to do this? It turns out my
Conoscete Golive? Usavo quello 25 anni fà. Poi acquistato da Adobe e sostituito nel tempo breve con Dreamweaver. Ho smpre acquistato le licnze complete Adobe, fino alla Master 5,5. Ero contento di non perdere tempo nel gestire il mio lavoro. Poi l'avvento del Cloud ed iniziano i problemi. Ad ogni versione una valanga di funzionalità eliminate. E questo continua ad accadere. Dreamweaver non supporta più questo, non supporta più quello, la funzione non è più supportata ... Ed io adesso non sopporto più dreamwever. Crash continui, da qualsiasi parte, non posso più usare le proprietà di un componente qualsiasi (anche un semplice input) dalla apposita scheda delle propietà, perchè ci mette 10 minuti per restituirmi il dato che poi non ha modifica. Per non parlare degli input SELECT. Una cosa abominevole. Anche 30 minuti prima di sbloccarsi.Insomma una vera immeritevole tragedia. Oggi è due ore che sto provando ad aprirlo per una banale modifica ad una pagina ed ancora niente. L'ho dis
HiI would like to clean up html code that includes tags such as<p class="Paragraph-Style-14pt" id="u291729-41" style="user-select: auto;"> to replace it with just <p> I can removed most of the code, by F-R most of the repeating elements with a blank, to be left with just:<p "uSOMENUMB-ER">The problem is that this id number is variable with every entry. How do I find-replace to be left with just the <p> tag? The number varies with every entry.
I have created an HTML e mail signature using dreamweaver on a mac. when viewed in Safari, Outlook, Firefox the signature views correctly. i sent the code to It guys to set up in office 365. when sent back to me it is ok in outlook on my mac but does not view correctly on any og the PC,s running office 365 using windows 7 and 10 . Can any one help.
Hi wonderful people,After making my pages all php in order to link up with a template, the tab panes are not working properly - content in each subsequent pane moves down the page even further than the last - using Dreamweaver 21.1 Bootstrap 4.4.1https://www.quodvultdeus.com/KS3_Philo.phpThere is nothing additional in the css apart from the default settings - margin (auto) and padding (3em) for each pane. Any ideas?
CSS experimental site - rectangle buttons will not center horizontally on the page- the text will not center vertically in the buttons I see nothing in the html or css directing them flush left. Ive tried everything I can think of to center them on the page including adding align text center; and align content center in every div on the page. Why are they aligning left? To get the text to center vertically in the button Ive experimented ad nauseum using padding and margin numbers to move the text a little up, a little down - but it refuses to center correctly.
Hi, I am having a lot of trouble getting a navbar that works on all pages. I can get it to work on a template.php file but when i apply this to any other page (even a blank one with nothing else on it). The navbar shows up correctly with all the css and all the other associated files show up on the page menu (jquery-3.4.1.min.js, popper.min.js, bootstrap-4.4.1.js - the nav-link active work, but none of the drop downs work. I have tried uploading it to my server with associated files and it doesn't work 'live' either. How can I make one navbar that works on all pages?
Hi wonderful people, After making my pages all php in order to link up with a template, the tab panes are not working properly - content in each subsequent pane moves down the page even further than the last https://www.quodvultdeus.com/KS3_Philo.php There is nothing additional in the css apart from the default settings - margin (auto) and padding (3em) for each pane.
I'm converting from MS Expression Web to Dreamweaver. Naturally, I am looking for similar functions, and so far I can't find these two:1. How do I had an icon to SAVE the current file as an alternative to File/Save?2. Is there an option to "Reformat HTML"? In Expression Web I could right-click in source code and there was an option to reformat the HTML (proper indentation, etc.).Thanks.Fred B
I edit an html file in DW. I use drag and drop pdf file on the file. There is a popup and I save the pdf file to the directory. But as I understand the pdf file is not uploaded to the server and the link at the webpage does not work. How can one fix the issue?
I have hesitated to upgrade my Apple to Big Sur, ore a couple of steps before that, for fear that like some video editing programs ( that I then had to re-buy) , they stop working with the upgrade. Currently on Majove, running Dreamweaver CC, will I loose access, or details or will it make changes in my web page appearance, if I upgrade to the latest Dreamweaver and Big Sur? ( I can "just" upgrade to Big Sur) Sorry, this has probably been covered before. Thanks Lou
Dreamweaver used to have an option for server side includes in the Insert dropdown and in the side panel. It appears to be gone. Any idea if Dreamweaver no longer supports server side includes / .shtml files? Where to find this insert > server side include option? Thanks.
I've done something in Dreamweaver CC and lost the top menu - File, Edit, etc. I've just got icons for other things.How do I get the full toolbar back? I've serached for teh answer but come up blank.
Hi all, I have two questions. 1. How do I align my bootstrap cards vertically when they are in a row of columns? The cards are lined up side by side, but some of the cards have longer text than the others, which is causing some weird spacing vertically. 2. I have changed all of my text to Century Gothic, however, when I access my site via mobile phone it uses an alternate font. I'd love any tips or support, thanks in advance! My site can be accessed at 'gatewaygreenbuilding.com' and the page with the cards is located under the green roof icon (click the icon to get to the page). I've also included a screenshot to show what I am talking about.
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.