For all things Dreamweaver.
Recently active
Liebe Community,ich arbeite noch immer mit Dreamweaver 13, was mir völlig ausreicht. Hab aber lange nichts mehr gemacht, so dass ich jetzt nicht mehr weiß, wie man Objekte gruppiert und umgekehrt.Beispiel: http://www.alphazalpha.de/ahnen/schmidtke.htmlBitte um Hilfe!
When I try to upload to my website server (FTP) I keep getting drop-outs like this:I was able to use FileZilla to access the server fine so I don't know what is causing the issues but it seems to be a Dreamweaver issue. I have given Dreamweaver access through the firewall (Windows Defender) to no effect. Temporarily disabling the firewall also didn't resolve it.The website (very crude, I know) is https://uploading.fastertrack.com/I'm using the latest version of Dreamweaver available (21.3)
While fixing one problem, I somehow changed a setting. I now cannot make smart left single and double quotation marks. I can make the right side smart quotation marks. I can do it in other apps, so I somehow flipped a Dreamweaver setting and can't figure out how to go back. When I type "option [" nothing happens.
Hello, I am a beginner with Dreamweaver. I have a table with several columns and several rows. This was created with a different programme.I now want to set all fonts and sizes the same. How can I do this?Thank you very much!
Is Dreamweaver discontinued or abandoned?I do not see true updates since years ago.It does not support Bootstrap 5, it uses old JQery versions...
For anyone who uses Amazon Web Services, they have a new policy on Multi-Factor Authentication (MFA). AWS discontinued SMS text message-based MFA. If you haven't already, you must upgrade to a more secure MFA method in order to access your account console. Passkey or security key, virtual (software-based) MFA device, or hardware MFA device. I opted to purchase a small MFA device that generates a random 6-digit code for logging-in to AWS. It cost approx $15 on Amazon.com.
I know I had this issue fixed but I had to reinstall due to a hard drive crash. I almost certainly found the answer here but I can't find it now. The open files tabs have disappeared from the toolbar section at the top of the page. I remember that the fix involved creating a new workspace when that happened, but I can't seem to make one that gets the tabs back. I am currently using the default designer workspace.
I'm using the latest OSX and Adobe Cloud to keep apps up to date. Dreamweaver continues to get stuck upon launching with "Updating the Site Cache". I've deleted the app through the Creative Cloud, I've reinstalled it. I hunted down and removed permissions and .plst, but I'm missing something. I've launched the app holding down COMMAND OPTIONS SHIFT, but that didn't purge the problem either. I'm completely fine deleting ALL sites and caches just to get Dreamweaver working again. Any advice? Screenshot attached.
Need some help with Flex. Go here: Flex HTML link I'm sure the guy that owns this site uses Flex html. . . When he adds the Los Angeles Dodgers for 2024, the 2020 LA Dodgers will move down to the next line automatically. . . . Does anyone now how to set something like that up? It doesn't have to be exact boxes that he has. . I want something like this
Dreamweaver won't launch. It gets stuck at the beginning while "Loading files." I have to force quit every time. I have already tried resenting the preferences while launching, but it still won't open. I have also uninstalled and reinstalled via the Creative Cloud app, but that changes nothing. NOTE: I created a new User account on my Mac and was able to launch the DW app that way. However, I don't want to (and should not have to) quit my main account and switch to a different user just to be able to use Dreamweaver. Also, all of my website files are located on my main user account. I'm using a Mac with OS Monterey 12.0I did see someone here mention using the Cloud cleaner tool, but I have no idea how to access that or whether or not that would be destructive. IF that is the ONLY way I can fix this, can you answer:Where in the world do I even FIND the cloud cleaner tool?Does it delete any files that I have created with the application? (I
I have two issues going on that I can use some expert advise on.First, on a website I created, there is an image that refuses to appear called Chariot in the About The Transportation paragraph. I've tried uploading several times, making sure it's in the images folder, changing the name, changing the format from .jpeg to .png and clearing my cache, but it is not there...just the symbol for the image. What am I missing? http://www.trojansinparadise.com Secondly, for some reason, Dreamweaver refuses to connect to the site to upload files directly. I had to download FileZilla to get the site up. When trying to connect, I get an error message that the name and password may be incorrect but I have verified it is the exact same info I put into FileZilla. I made sure that Passive is on. I saw some options others were offered such as the root folder name and changing FTP to FTP over SSL explicit and still didn't work. Any other suggestions for me to try so I can keep ever
I have an html DW site on my computer which is located on my D drive. The index page is here: D:/01_htm_websites/domain.com.au/httpdocs/index.htm (where the word 'domain' has replaced the actual domain name). Regarding the DW Site Setup:What is the correct syntax for:the Local Site FolderLocal Server FolderWeb URL I do not have a local development server installed.
I'm just revisiting a very old website that I built in Dreamweaver and used some Project VII extensions. A couple of weeks ago I was still able to log into projectseven.com and re-downloaded some extensions. I just went back to get a User Guide and the site is down now. I know that since Al Sparber died 4 or 5 years ago now that Project VII seemed to be moving towards closure. The reason that I was looking for a User Guide for Art Gallery Magic was because I couldn't remember how Fireworks engaged with the extension to create thumbnails. Any suggestions please?
Hello. I am attempting to build a site using the Hero Light template. The problem is when the page is resized, the header image stays the same and reveals the grey box to the right. Can anyone share what I need to change in the html or css so that the image will move with the window edge?
Maybe someone can help with this error. I am using Adobe Dreamweaver 19.2.1. I receive the following error when executing my find and replace string and selecting replace all. Regular expression syntax error: invalid quantifier. Code I am searching <table cellspacing=0 border=0 cellpadding=2 width=312>Search string =(?<!")\b(\d+)\b(?!")Replace string ="$1"I do not recieve the error if I simply select replace. Adobe makes the appropriate changes with no error. The error only occurs if I click replace all.Thanks
Embarrassing! I only use a CMS these daysI have a site I built 10 years or so ago with DW. Pages are .htm files. I need to edit a couple of the pages. I would like to check them locally before uploading to the remote site. I have chosen Chrome F12 as my DW primary browser. When I click into the .htm code with my cursor and tap F12 I get "The requested URL was not found on this server" error. I'm on Windows 10 and Wampserver is up to date and turned on. I just can't remember how all this works. Assistance please.
I'm currently teaching myself Flexbox (via css-tricks) and although everything seems straightforward enough at first glance, I find myself struggling to get the following simple behavior working correctly. Basically, I'm going for something like this...<div class="container"> <a href="#">Stuff</a> <a href="#">Stuff</a> <a href="#">Stuff</a> <a href="#">Stuff</a></div>...where a row of 4 anchor tags (or possibly span tags) becomes two rows of 2 tags when the width of the container becomes too narrow for 4. So I want it to skip the 3 & 1 scenario and go right from a row of 4 to two rows of 2. (Even numbers, never an orphaned option alone on a row.) These content "boxes" (a or span) should be of equal width to one another, and top-justified (so if one has more content than the others, it will be vertically longer, but equal-wi
My website is aphyliebno.com and I have three issues. I'm trying to upload a new index.html but I get the following message: index.html - error occurred - An FTP error occurred - cannot put index.html. Internal data error, possibly because of failure to start the upload. Also, how can I correct these two coding issues: Special characters must be escaped: [<] (<area shape="rect" coords="812,24,1005,77" href="<a href="https://www.longandfoster.com/AphyLiebno" target="_blank">https://www.longandfoster.com/AphyLiebno</a>" target="_new" alt="Search for Homes">) and a mistake in here (<figure><iframe width="270" height="225" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
Liebe Community, Seit etwa zwei Monaten habe ich das Problem, dass Bilder, die ich seit Ewigkeiten nicht bearbeitet oder verändert habe, einfach nicht mehr hochgeladen werden. Folgende Fehlermeldung kommt:Google und diverse Foren spucken nichts aus. Wäre super, wenn mir jemand einen Tipp geben könnte!
Hi, If the developers are too busy to maintain Dreamweaver, would it not be feasible to get auto updates from PHP to update Dreamweaver? It is a lot quicker than waiting for years with no progress. If it can support Wordpress' block editor and Woocommerce, even better!
Hi everyone,I’ve created a food menu website on WordPress (https://sgfoodmenus.com) using the Kadence theme, where I showcase various restaurant menus in Singapore. While I’m happy with the overall design, I'm struggling to make the tables responsive for mobile devices.Since I want to keep my site lightweight, I’m hesitant to add more plugins. Are there any CSS tips or best practices for adjusting table responsiveness in WordPress that you could recommend? Any help would be greatly appreciated!
I updated my template page in Dreamweaver CS6. How can I update all my website's webpages based on the edit I made to the template? All the pages are based on the template.
I have edited a webpage locally, selected the local file in the files tab and clicked on Put file(s) to "Remote Server." A few seconds later I checked the log and it states "Put operation successful." However, the online page is not updated. I even tried to view the page in incognito mode to ensure that I am viewing the current page rather than a saved or cached page.
I am using Adobe Dreamweaver 19.2.1. on Windows 7 32 bitI receive the following error when executing my find and replace string and selecting replace all. Regular expression syntax error: invalid quantifier. Search string =(?<!")\b(\d+)\b(?!")Replace string ="$1"I do not receive the error if I simply select replace. Adobe makes the appropriate changes with no error. The error only occurs if I click replace all.Thanks for the help.
Por favor, no Adobe Creative Cloud - Adobe Dreamweaver 2021, constam em "Configurações Avançadas" duas opções para marca para criar páginas em PHP aS versões 5.6 e 7.1. Ocorre que no Wampserver64 só posso indicar uma das seguintes versões:7.4.33;8.0.30;8.1.28;8.2.18;8.3.6 No servidor da empresa de hospedagem indicam as versões do PHP:7.4.3 (Desatualizada);8.0.30 (Desatualizada);8.1.30;8.2.25;8.3.13. Como pode ser observado meu Dreamweaver (permite versões do PHP 5.6 e 7.1) dessa forma não posso criar as minhas páginas em PHP.Esse entedimento está correto? Com o meu plano tem condições de instalar uma versão do Driamweaver que contemple indicar versão para o PHP com verão 8? Obrigado
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.