Questions
Als letztes aktiv
Can anyone recommend a comprehensive and up-to-date tutorial series for Dreamweaver? Every one that I've found so far is out of date. Thank you for your suggestions.
I used DW many years ago and really liked the ability to create a Template with editable and repeating regions etc. I created a large website and was able to have repeating regions for the banner and footer etc which could be easily updated with the click of a button. My DW website is looking rather dated and needs a refresh. I don't know whether to stick with DW or consider alternatives. I have forgotten much of my (limited) programming skills. Can anyone tell me what other alternatives there are on the market that would allow a similar feature eg update a footer site-wide with ease like DW? I have had wordpress recommended to me but have also been told that plugins often break. I need simplicity, something suitable for a text heavy site, hundreds of pages, with a contact form, nothing else. I would also like to retain the SEO of the current site and do not know if I switched from html/css site to a wordpress ?php based site if it would affect SEO. thanks 
I have configured IIS (Windows 11 24H2) as server for a local site of mine, let's say "mysite", with the following properties:Site: mySite,Application pool: mySite (added automatically),Physical path: D:\mySite,Type: http,Host name: mySite,Port: 8080,IP: All unassigned,With those settings I can browse the site starting from the home page at http://mySite:8080/ Then, I've tried to set the site in Dreamweaver CS6 too, with the following properties:Site name: mySite,Local folder: D:\mySite,Server name: IIS,Connect using: Local/Network,Server folder: D:\mySite,web URL: http://mySite:8080/ However, when I try to test a page in Dreamweaver with "Preview in browser" feature, the browser gets the local file (file:///D:/mySite/folder/subfolder/TMP1g3szin.htm), instead of the web address (http://mySite:8080/folder/subfolder/TMP1g3szin.htm )(the temp file name is because I use the option "Preview using temporary file". I have also tried with the option disabled, and got t
I have created a website using the prettyPhoto plug in. The site works fine except for the videos, which while play fine on my desktop don't play on my mobile (android) Would anyone be able to look at the code and give an indication as to what is causing this issue? The videos are external YouTube links. My site is: https://www.kylehawkinscreative.com Thanks in advance.
This is for an HTML email blast, utilizing inline code using "brute force" that's not so brute!Outlook email client continuously renders the symbol a) not superscripted enough (not high enough) and b) too much distance to the left of the symbol creating optics that look as if there's an extra space in between the last letter used and the registration trademark symbol.<span style="font-size: smaller; display: inline-block; line-height: 0;"><sup>&#174;</sup></span> I have tried many other attributes but nothing seems to resolve.Any recommendations?Thank you.
I created a menu upper left in css and a return to an "X" using a checkbox class that i visual hid- but for some reason the checked class is preventing the overlay menu items from appearing the test : https://pitchlab.net/checked_test.html and the way it should work (without "checked"): https://pitchlab.net/ not sure why that checkbox css would prevent the overlay from working
So the title basically says it all. Dreamweaver won't open HTML files (it will oddly open php files though)I find the HTML file I want to edit, Dreamweaver successfully opens but just lands on the home screen and doesn't open the file.I try to open it again. nothing.I try to create a new file, save it and all the HTML code disappears in the editor and I am unable to edit or add anything. If I close out of dreamweaver and try to open the new file, Dreamweaver will open but not open the file.I have uninstalled and reinstalled Dreamweaver. Nothing.I went into my systems Library and deleted all my preferences. Nothing.I uninstalled and reinstalled Java. Nothing.So basically I can't use Dreamweaver to do my work and I can't figure out why. HELP!System:MacOS 10.14.5Dreamweaver 19.2
Windows 11Version 24H2OS build 26100.3194 I have a site defined.it is using a CSS Preprocessor to compile SCSS to CSSThere are 20+ SCSS files in an assets folderThese files are then compiled into one large CSS file in a separate "css/styles.css" location.I've used this feature for years with no problem.In the last two days, this has just stopped working. I can force it to compile by selecting a file and pressing F9 but even this works inconsistently with it working or not Has anyone had a problem like this or know how to work around it?
Starting several weeks ago, Dreamweaver (21.4) shows all my Mac Time Machine backups in the pulldown site menu.I can't figure out how to make Dreamweaver ignore these files.
I have a burgermenu with an overlay using toggle to activate the overlay (upper right): https://pitchlab.net/ I used JS to rotate the burgermenu on toggle... the overlay/menu slides down .but i cant get it it to rotate back to the original position on a second toggle as the overlay/menu clears my script (what I was trying is in bold): <script>const bento_box_wrapper = document.querySelector('.bento_box_wrapper');const bento_box = document.querySelectorAll('.bento_box');bento_box_wrapper.onclick = function() {const overlayWrapper = document.querySelector('.overlayWrapper');overlayWrapper.classList.toggle('overlayWrapperSlideDown');$('.bento_box_wrapper').addClass('blur');bento_box_wrapper.style.transform = 'rotate(315deg)';$('div#toggle').addClass('blur');const mainNavLinksWrapper = document.querySelector('.mainNavLinksWrapper');mainNavLinksWrapper.classList.toggle('mainNavLinksWrapperSlideUp');bento_box_wrapper.classList.toggle = 'r
For quite a while now while I am trying to work on a HTML project on Dreamweaver 21.3 15593Build on my 2019 Mac Pro (2.5GHZ 8-Core Intel Xeon and 32GB of RAM) with Mac OS 13.1 I am experiencing a significant lag in the program and constantly getting the rainbow wheel.I opened 5 pages to paste some new lines (each page has about 500 lines, not something too big) it took several minutes to even open the pages. Then when I navigate from page to page I am getting the spinning wheel every time. About 5 seconds from one tab to another.I did a test, added one new line in the code and it took 10 seconds to save it and 20-25 to exit the program.It will take for ever to make the change to the whole project… On the other hand on my M1 Pro Macbook Pro I opened 7 pages instantly and worked without any problem and no delay. Any help would be extremely helpful.
I have a strange problem I can't figure out. In one section of my document, I have article titles to which I've added hyperlinks. I put quotation marks around the article titles, but the hyperlink doesn't include the quotation marks. When the article title extends past the end of the line, it wraps normally to the next line. So far so good. In the Dreamweaver display, everything works as you'd expect. (Screenshot below; see the first example.) But when I view the page online through a browser (I tried this with both Firefox and Chrome), note how the first citation, because it extends beyond one line, puts a line break immediately after the first quotation mark and again immediately before the second one.How do I get it to stop doing this?
Don't mind the code it's the insert panel that isn't behaving. This is extremely frustrating as I am a beginner and would like to USE THE INSERT PANEL TO HELP ME.
Here is the strangest problem I've ever encountered. I have an index.html file as the home page on my personal website. In that file, I have a link to a graphic (jpg) file. I have a duplicate of the site on my personal computer. The link works fine there. It also works fine online if I write "index.html" after the site name (e.g., "www.mywebsite.com/index.html"). But if I don't (www.mywebsite.com), I get everything I expect to get EXCEPT this one particular graphic. It doesn't show up, and the space it normally occupies is gone as well. It's as if the line of code in the index.html document didn't exist. The link, by the way, is to another URL, and if I copy and paste that URL into my browser, I get the graphic with no problem, so there's no issue of it being an invalid link.I hope I'm explaining this properly. The key issue is that when I input the web address into the browser field without adding "/index.html", I get a different (and wrong) result from when I do input "/index.html".
I see windows problem discussion on same problem and remedy was to delete WinFileCache-BFE7CE2E.dat and it worked!! according to Win user. Got the same problem on Mac version.. I realize Adobe has discontinued support but said they do fix issues on the current version. Actually quite a few items under 'Insert" doesn't do anything.Uninstalled-Reinstalled ...no help- MacOS UpToDate. Any help would be helpful.
I'm learning Dreamweaver in college, and everytime I load the program, and everytime I'm doing anything, another UNRELATED popup takes up part of my screen and my attention. I already do not enjoy this sluggish, clunky software, but this is making me dislike Dreamweaver even more. I looked around, and I've found people looking for a way to turn this off dating back almost a decade with no luck. Anyone have any solution?
Bonjour,Avec Dreamweaver 4 et windows 10, je peux créer un site et des fichiers, mais l'aperçu dans un navigateur ne fonctionne pas, avec renvoi d'une erreur de type fichier TMPxyz... non trouvé, et le site et les fichiers n'apparaissent pas non plus dans l'explorateur windows. J'ai essayé avec le didacticiel compass site, il se passe la même chose, sauf que le fichier d'accueil CompassHome.html apparaissant dans l'explorateur windows, je peux l'ouvrir directement dans le navigateur, mais pas à partir de Dreamweaver. Phénomène identique pour tous les navigateurs. Y a-t-il une solution ? Ce qui est étonnant, c'est que après avoir fermé Dreamweaver et relancé le PC, le site et les fichiers créés sont toujours présents dans Dreamweaver : Ils sont donc bien stockés quelquepart ?? Merci par avance si il existe une solution. (Jusqu'à présent, j'utilisais Dreamweaver sur windoxs XP).
Can I run dreamweaver on windows 11 ? without damaging my system?
The only config file I can find now is in the applications folder Where is it stored now in Apple Sequoia?
Bonjour, J'utilise la fonctionnalité dans Dreamweaver CC au menu FORM/SELECT pour faire des redirection de page selon le choix dans le drop menu, je mets mes liens pour chaque variable et cela ne marche pas...est-ce que je fais de quoi de pas bien ?
Hi, This is a partial snippet of code from an html email. The issue is with Outlook dark mode. - White areas appear above the logo, slightly below and to the right in the area of the right margin.I am unsure how to resolve inline within this code. Please advise. Thanks. <body bgcolor="#ffffff" style="background-color:#ffffff;"> <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="500"> <tr> <td align="left" valign="top"><br /> <center><img src="https://graphic.gif" width="300" align="center"></center></td> </tr> </table> <table id="outer-table" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> <tr> <td align="center" style="padding-top:20px;padding-bottom:20px;"> <span style="color:#444; font-size: 14px; font-family: 'Calibri', Arial, sans-serif;"><em>
I am a total beginner when it comes to coding. I have designed a mobile app using adobe xd. I now wish to create / code this mobile app using dreamweaver. Can someone tell me how / what i need to do from scratch to code a new stand alone mobile app. PLEASE NOTE I DO NOT WANT TO CREATE A WEBSITE. I JUST WANT TO KNOW IF /HOW TO CODE A MOBILE APP. Many Thanks Deeapk
Well, this is frustrating. MacOS finally allows true folders-on-top sorting in Finder... but I can't figure out how to make DW do it in the files pane.I am aware of sorting by type, but that doesn't accomplish the same thing. It groups file types together, and what I want is folders first in alphabetical order, then files in alphabetical order regardless of type.Am I just missing how to do this, or is it that it's not possible?
Just received this notice: Starting May 12, 2025, you will be required to use multi-factor authentication (MFA), also known as 2-Step Verification (2SV), to access Google Cloud console, gcloud CLI, and Firebase console. You’re receiving this notice because you have access to projects on Google Cloud. This helps protect your account by requiring both a password and an additional form of verification, such as a phone, security key, or Google Authenticator code, when signing in. This seems to be an industry-wide practice now. A few months back, I had to set-up something similar to access Amazon (AWS). https://community.adobe.com/t5/dreamweaver-discussions/aws-multi-factor-authentication-updates/m-p/14989078
I am creating a multi-page table (in indesign) that has a lot of information in some of it's cells. If I expanded the rows to show everything the table would be very long. Not what I want. I would like a way to save it in a virtual format that when you clicked or hovered on the cell, the hidden text would show up in a popup. #1) Is that possible, and how? #2) If not, are there any applications I can export the indesign table to that I can do this? I managed to save the table from indesign as an html file, but when I opened it in dreamweaver it didn't look like anything. When I uploaded the files as is I was able to see the table on my web page, but the hidden text was not visible, and it did not show up when hovered or clicked. https://www.rahwayriver.org/seed_library_table/
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.