For all things Dreamweaver.
Recently active
First of all, I'm not a professional, not a coder, and not a webmaster. I don't write HTML, either. I could make a basic website with the old, 2015 Dreamweaver, aligning text to center, selecting the medium/large/x-large font, create tables, etc. I had just gotten to where I understood CSS and could use it a little. But this new Dreamweaver that I'm using during their trial period - it's like a totally different program, and only meant for paid professionals. I don't know how to even align the text to center, make it larger or smaller, or do anything, really. I designed my two, basic, existing websites with DW, and I'm not sure a different program will accurately modify them, so I thought I'd try the new DW. Talk about a learning curve! Am I going to have to buy a book (how antiquated) just to figure out how to navigate this version?
Hi all, have a Dreamweaver license running on my old compuber since 2013. I remember when I installed it, I had to call support. They said something like: "We changed the licensing servers."I know they asked me to disconnect from the internet.I don't know how I got to the next menue, however I got a REQUEST CODE. The support gave me a RESPONSE CODE and I had the program installed. I thanked him and asked what would I do next time. He said: "Just call me again." I think I did the offline installation for Dreamweaver CS5.5Last week I called Adobe and they said, the support is over, they cannot help me.I know there is a response code generator Antwortcode generierenI disconnected from the internet, but there was no offline activation procedure started. I cannot remember what I did in 2013 to get there. Can anyone help me? I am looking forward to your answer. BestWolfgang
New installation of DW 21.4 on mac Ventura (I am very experienced with DW CS6, new to CC)If I click on a link in Design view, the Properties inspector shows the target value, but does not highlight it and I cannot select the value with the mouse. I can place the cursor at the end of the URL and backspace over the whole thing, but what a pain. Similarily, if I'm looking at a CSS selector in the CSS Designer panel and click on, say, the color picker in the properties panel, the value does not highlight and I cannot select the value with the mouse. If I try to past a new value, it appends that to the end of the current value. I know it should highlight as I have watched a number of how-to videos with DW CC and those fields highlight and select just as expected (and how CS 6 worked.) I've quit and restarted, no joy. Don't see any setting for those input fields either.
How do I align the Home, Utopia, Psychosis, Photos, Video, Portfolio, Forum and Blog?
I currently have Adobe Dreamweaver 2024 version 21.4 on my Mac computer. I am trying to open a dreamweaver on my computer, it keeps being frozen and stuck on the "Initializing Files" screen and never loads. I've tried Force quitting and restarting the program, resetting the preferences and site settings, uninstalling it and installing it again, deleting all library > preferences and application support files and reinstalling my mac computer. I provided a screenshot. After its stuck on the start up, a prompt will pop up that says " Manage sites " and " csncel " but then it quickly dissapears and is just a blank gray box. What do I do?
dHow do I align the Home, Utopia, Buddhism, Psychosis, Photos, Video, Portfolio, Forum and Blog?
Why can't I select multiple images in the FILES PANE and drag them onto my HTML page? It worked a long time ago on earlier versions of DW but recently does not? If I select three, it brings in only one.Second part, I now select several images using FINDER on my Mac and was able to drag them into the HTML page. In DW 2017, I get a message saying "Your files are not within the root" even through they really are? When I drag them into the HTML file, I have to bring them in one at a time and then delete the local path name? Below, the file I want to bring in is in the path /starlighters/2017-01-21/ that is the images is at /starlighters/2017-01-21/2017-01-21-starlighters-post-diner-001.jpgIf I say YES, it moves ONE AT A TIME..... If I say no I get a pathname of //LILES/MAC-HD/users/sites/starlighters/ in every image and have to remove and replace them...... Until I can do this, I go back to CS5 and bring in the i
Tout d'abord, bonjour à la communauté, je suis tout nouvellement inscrit ici. 😉 Mon premier post sera de demander s'il est possible d'empêcher Dreamweaver de créer des styles automatiques. J'ai créé mes propres CSS avec Notepad++, mais Drw ne s'en contente pas puisqu'il créé un nouevau style à la moindre modif en direct, côté Wysiwyg (Style1, style2, etc...).Donc au bout d'un moment, on se retrouve avec des quantités affolantes de styles créés automatiquement dans la liste des styles.Merci d'avance pour votre aide.
i need help in getting a section of the body text of one page (index.html) from one domain's folder to populate to the specific body section of multiple domain's pages (index.html). i know this can be accomplished via css, but every youtube video i search does not address this specific problem, only how to use css as style templates. what i need to happen is every time i update the particular section of the index.html of thedocfactory.com that lists the films and thumbnails or production status of the list of films (over 56 so far) i need to have it update the same list of films on each films individual page. please don't suggest copying and pasting, as i said there are at least 56 other sites that must have that particular section updated each time a new film, preview thumbnail, or status changes, and there are new films added constantly.all i need is a generic instruction of how the text section of one page can populate multiple pages by linking to it in dw. then i can link all pages
Why isn't display background files activity window on dreamweaver.Until yesterday, a pop-up window was displayed where I had feedback regarding the process of uploading and/or downloading files from the server.This morning I noticed that that pop-up window with background activity no longer appearsHow can the problem be fixed?
Hello. I need to get the site I'm working on to refresh automatically (much like major news websites which will refresh every 30 seconds or so, but nowhere near that degress of frequency) every hour or so and can't find any way to do that. Is there code I need to add to the header of the index.htm to make that happen? Thanks.
Hello,I'm having some problems with Dreamweaver. Several web pages do not display properly on live and code views.Could you help me, please?
Hola buenos días.Desde que he cambiado de equipo, la "Vista en vivo" me aparece en blanco, la de "Diseño" sí que funciona correctamente.He revisado los ajustes y preferencias, pero no veo dónde puede estar la solución.¿A alguien más le ha ocurrido y tiene la solución?Gracias de antemano por la ayuda.
'm just curious — I used Dreamweaver and also taught it between 2004 and 2010. I haven't used it in years, and I wonder how it's being used today in terms of coding or design. Does it still have layout issues when designing?
Is there a way to disable the automatic insertion of closing brackets in DW 2018? I appreciate the HTML and PHP code completion but the closing of brackets drives me crazy.Thanks in advance for your help!
Hello, I regularly receive information via Excel, which I then copy into a static html page. Table cell by table cell. I wonder if this can be automated. Unfortunately, the standard csv import does not help me because the information is not displayed as a table in the HTML. The csv contains information for image names (i.e. embedding an img in the scr), a link and a line of text. I would therefore have to generate the following code for each line. Do any of you have an idea how I can do this? The CSV: TXT;IMG;URL The HTML: <a href="URL"> <div> <img src="IMG"> <p>TXT</p> </div></a>
Dreamweaver 21.4 work god so far.Now cant connect the ftp, filezilla work ok.No changes on my side, other machines same Adobe account with same error. Contact the server, they say its the software.Have try FTP, SFTP, SSL. Have made all I see in Adobe comunity, like refresh the setings, disable the firewall. Soluction?
Hi I am new to Dreamweaver and I am trying to find out how to put linkable bookmarks in html5 pages.Can someone who knows how to do this give me instructions on how to find the bookmark menu. I created these pages using Expression Web that had a simple menu for adding bookmarks. Thank you
Liebe Community,ich versuche mein Dreamweaver CS5.5 auf meinem neuen PC zum Laufen zu bringen und bekomme folgende Fehlermeldung: "Die Zeitbeschränkung für die Aktivierung von Adobe Dreamweaver CS5.5 wurde überschritten." Außerdem steht da noch "Diese Seriennummer wurde bereits auf zwei Computern aktiviert. Beheben Sie dieses Problem, um fortzufahren."Alle Versuche Dreamweaver auf meinem alten PC zu deaktivieren scheinen nicht zu funktionieren, die obigen Fehlermeldungen bleiben bestehen.Meine bisherigen Recherchen haben ergeben, dass die Aktivierungs-Server für CS5 und älter abgeschaltet wurden - ich vermute, dass deshalb weder die Aktivierung noch die Deaktivierung funktioniert. Gibt es irgend eine Möglichkeit mein Dreamweaver auf dem neuen Rechner zu betreiben?LG Andi
Bonjour, Je voudrais savoir quel logiciel est la meilleure option pour créer des site web de tous les jours pour les clients MUSE ou DREAMVWEAVER ? Merci
I'm not a coder, just a small business owner who ownes a html template that I need to edit and upload to my domain. In the demo video's they show people coding, but I don't have that experience and need to know if this web editor will suit my needs. Thank you!
Recently took a new role where one of the sites we manage use spry collapsable panels. I know spry is legacy and unsupported at this point, but I need some way to add/modify these panels as there are no plans to replace or upgrade the site in the near future. Suggestions?
This pertains mainly to mobile so please inspect on mobile phone simulator I have an overlay menu https://pitchlab.net/lowdown/index_test_overlay.html and a container with a few paragraphs with text and a link-the link only appears clickable if the z-index of the container is higher than the overlay.But then the text shows over the overlay, when the menu overlay is toggled (click on upper left menu) .lowdown_flex_container {z-index:500; .mainNavLinksWrapper {z-index: 499; same issue here https://pitchlab.net/index_test_overlay.html the EXPLORE link works only if the z-index of "fade-in" is higher than the overlay but shows up over the overlay once toggled.. I think making the overlay invisible and visible on toggle would work.. I tried adjusting my current css and javascript&colon; .mainNavLinksWrapper {display: grid;place-items: center;position: fixed;top: 0;width: 100%;height: 100%;transform: translateY(100%);transition: all
I have an old software that I tried to install on a new computer, but it won't accept the serial #. I used it as a trial for 30 days and now it's wanting me to pay for it. Does anyone know how I can get this enabled without buying the new version? I don't want to have to pay for it again as I the old software will suffice. Thanks!
to keep things clean- simple circle ripple animation with a link but the link isnt working and i dont know why https://codepen.io/Todd-Heyman/pen/PwoOyGB
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.