For all things Dreamweaver.
Recently active
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.
Nutshell: Does a button in an included header know what page it is on? Background: I am in the process of completely re-coding some bilingual websites that were generated using Netobjects Fusion. Each site has a homepage and complete web structure in English and a parallel structure in Spanish. So I have a page: aboutus.html and aboutus-es.html & so on. The Spanish page (home-es) is below the English home page (index.html. Every page has 2 language switch buttons in the header: English and Spanish actually as flags. The buttons take you to the respective home page - Not best for the user but it was easier for me :). (Using Google-Spanish or equivalent is not an acceptable solution for us.) The sites need to be completely rebuilt but I am satisfied with the basic structure and plan to retain that for the time being. All of this was easy in Fusion and I am trying to save myself a lot of work and pain by having included headers, footers, menus etc. in the pages that I will
I need to move from MS Expression Web to Dreamweaver to get updated security in publishing. My #1 question is how to support the Expression Web "Dynamic Web Template" (.dwt) capability. I understand that Dreamweaver has a similar capability ironically (perhaps) abbreviated DWT; but what specifically do I have to do to my HTML files to get the Dreamweaver DWT support to work so that I can have common headers and footers? Thanks.
Hello Dreamweaver Forum. I'm new to php and forms, but I have this on a page I'm working on and it works great, except that if too much is typed in the comments box it leads to the error page. Forgive me, I found the php code online, so it might be basic. Is there something in the following that would give one the error message? Does it have something to do with the carriage returns? Any recommendation so that the person submitting a comment can type as many paragraphs as they so desire? Thanks for any assistance, Dave <?php/*This first bit sets the email address that you want the form to be submitted to.You will need to change this value to a valid email address that you can access.*/$webmaster_email = "name@email.com, another_name@emaill.com"; /*This bit sets the URLs of the supporting pages.If you change the names of any of the pages, you will need to change the values here.*/$feedback_page = "donateNominate.html";$error_page = "error_mes
HolaI/m updating a site, so I put some new files using finder, and when I open DreamWeaver, and then open the browser on that page, they don't show.I tried to Re-Link everything, still don't show.Got a massage that say, "File Not Found"What's my problem?I'm going nuts ...I got DreamWeaver 21.1Using a Mac OS Big SurThanks
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.