For all things Dreamweaver.
Recently active
Hi community.I've a problem 😞To develope web page, normally i use a staging server protected form basic authentication.How can use dreamweaver live preview? If i try to preview page, obtain this message:UnauthorizedThis server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Anyone can help me?Thank you.
The upwards-pointing arrow for sending a file to a remote ftp server has disappeared! How can I get it back?
Hi All, I know that image maps are not recommended because they are not responsive, however, I was not able to find a way to go about making a clickable image without doing this. I have followed along different videos using the Matt Stow jQuery plugin, which I see many people are successful with making responsive image maps on Dreamweaver. I have followed all the steps, yet my webpage is still not responsive with clickable hotspots... any solutions? The image is responsive, but my hotspots are not resizing for different screen sizes like its supposed to. My site can be accessed at gatewaygreenbuilding.com. I would be more than happy to provide screenshots and copies of my code if it will help you help me. Thanks in advance! -Melanie Some of the links I used: https://github.com/stowball/jQuery-rwdImageMapshttps://www.youtube.com/watch?v=zauLcSpxC1Ehttps://www.youtube.com/watch?v=o7Lj0MayO2I
I am having trouble placing text on an image that has float, particularly for wrapping text. I can place a caption below, I can place text in flex-boxed images, but I have not yet figured out how to do it for an image with float. I figure if I have the txt in a container with the image, it ought to stay with it, but it does not. I want to figure this out in plain old HTML and CSS. I'll look at Bootstrap maybe after I have this figured. Here is my futile attempt so far (CSS could use compaction but I'm leaving it like this until I have it cracked): <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>SK Test Wrap 2</title> <style> .wrapimage-right-50 { margin: 0 auto 20px auto; overflow: hidden; } .wrapimage-right-50 img { float: right; margin: 0 0 0 0; margin-left: 20px; width: 50%; } .wrapimage-right-50 figcaption { floa
Why can't I add a browser?
HelloI cannot replicate this layout at the first link after copying the code.There is no 4 divs in a row but 2 rows and 2 columns instead. I resize the Firefox or Chrome window and there is now change. See what I copied in the code posted. I must be missing something....https://codepen.io/robinrendle/pen/Npjzyz?editors=1100From this article. The link is just above the animation. It works at codenpen but not when I copied it. https://css-tricks.com/getting-started-css-grid/ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Grid Layout</title> <style> body,html { padding: 0; margin: 0; } .wrapper { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 1px; grid-row-gap: 1px; background-color: black; @media screen and (min-width: 500px){ grid-template-columns: 1fr 1fr 1fr; } @media screen and (min-width: 800px){ grid-template-columns: 1fr 1fr 1fr 1fr; } } .letter { background-c
I exported a database using PHPmyAdmin and am unable to open it with DW. I get nothing but a blank page. However it does open with Notepad and I can see all the tables and data. The file is rather large and includes two tables with 15 megabytes (form items and metadata) which I suppose I could empty, but I don't understand why the file opens in one application that is free on my Windows machine vs. an Adobe application for which I pay a monthly subscription fee!
Hello communityI had some help here with this forgotten site couple of years back - a school project - and it was working as intended. I really just forgot about it until a recent webhost swap, but something has changed - probably very simple - and I'm not figuring it out myself. The html and css validate. I think I used helpful code I didn't really understand, e.g. floats.Why the hidden h1 text is now visible, and the nav is no longer centered, when it used to work like it is now?
DW has a functionality of tabs that allows to keep multiple files that are convenient. Let us say that I keep A.html, B.html, and C.html open in the tab. I want to "pin" the tab or set up so that these three files are open whenever I start DW. This is possible in Chrome. Is it possible in DW?
"Auto push on save" is very convenient. But there are types of files that DW does not deal with. I would like to do (1) edit some files using other software (2) save the file to the directory that DW works (3) DW runs auto push. Is it possible?
When downloading php files from 1 pearticular website the pages were renamed like this: 湡晳牥敲d汬睯摥.ssindinner-menu.php The actual file name is dinner-menu.php Any help is appreciated.
Hi I am upgrading to PHP 7.4 and found the following MM_XSLTransform error: <<<Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MM_XSLTransform has a deprecated constructor in /pathto/MM_XSLTransform.class.php on line 7>>> The version of the MM_XSLTransform class I have is 0.6.4. Any assistance would be much appreciated. all the bestDave
Hello All, We are working on upgrading Dreamweaver core infrastructure to make use of the latest APIs & features introduced in latest MacOS & Windows versions.This is to ensure Dreamweaver continues to remain compatible with latest MacOS & Windows versions and also to make use of the new improvements available for applications. One of the Dreamweaver functionality which heavily depends on the older OS APIs is Image Optimization in Dreamweaver.However on looking into the feature usage data, in-app image editing workflows usage in Dreamweaver has been quite low for the past few years. Number of users who had used the below listed workflows for more than once has been further low.So after evaluating the effort involved in migrating these workflows to latest OS versions and the current low usage trend, we are deprecating Image Optimization workflows from our next release. Impacted workflows• PSD documents will not be supported in Insert Image workflow, inst
I need some help at the point of inserting the navbar, after inserting the navbar only navbar can be seen in dreamweaver but when I preview the site I can see the other element i.e home, link, dropdown disable and the search that are not showing in dw, what is the solution?
Hi all, I have read the forums and searched the depths of the internet to find out why the dropdown on my NavBar is not working. I'm very new to Dreamweaver and previously had the dropdown menu working, but now I cannot click the dropdown and see the options. I've attached some screenshots to show what I am working with here. I would love if someone could help me out. Thanks in advance!
https://dreamweaver.uservoice.com/forums/382851-adobe-dreamweaver-bugs/suggestions/37335370-can-t-sftp-with-private-keysays one needs to use Open SSH format to use the key authentication. Would you explain the steps that I need to take?
Anyone having issues with downloading? Always says speak to Administrator when you want to install a program on the desktop
Really struggling to override the nasty blue colour that outlook defaults to when having hand-coded HTML emails to send out via outlook. How do you guys override it? I have this, but it's not working: <a href="123@abc.com"><span style=3D"color: #0A802B">123@abc.com</span></a> Note the 3D in there which I have taken from an email received in outlook that has got the override in place and working. I've tried it without 3D too. My CSS in the header also stipulates a colour of #0A802B for text-based hyper links
I want to make a slideshow of 6 to 8 slides to post on my website via Dreamweaver hightlighting my art work. My tech skills are not advanced. What Adobe program is best to use in my case? Thank you.
HelloHow to display css code as plain text on a webpage without the browser thinking it is code to use? If I use <div id="header"> the page will break but if I use < div id="header"> with the caret having a space before the div name then it displays ok. Example of what I want as I am writing notes to myself to explain the process of making a webpage: <div id="header">
Hi Everyone, Suddenly, on Januany 22, 2021, after uploading several Dreamweaver files to my hosting company, I got and FTP error report, and I could no longer upload files. Guessing that the problems was with the hosting company, I've been working with them for the past two days. Based on the large number of files and logs that I forwrded, they ran numerous checks and test and came to the conclusion that the problem must be with Dreamweaver. My questions: Is anyone else having new FTP problems with Dreamweaver? If "yes", what are you doing to resolve them? Also, last week, as an Adobe CC member, I was not able to get through to Dreamweaver Support, while Adobe other programs were accepting calls. Does anyone know anything about that? [Personal information removed by moderator as per forum guidelines.]
XML parsing fatal error: Invalid document structure, line: 1, file: C:\User\Tyler\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configureation\Workspace\Classic.xmlI have gone through older disscussion forums and have followed the steps recommended by deleting the corrupted .xml file itself (in this case "Classic.xml") but imidiatly after when i try to open Dreamweaver again, i am prompted with the same fatal error message including the file that i have just deleted. Next i deleted the entire configure file and this did not help either.It is also odd that when i follow the path to find the corrupted .xml file from the prompt, the path is different in that i do not find the "Classic.xml" file through th "en_US\Configuration\Weorkspace" navigation, however i do find the corrupt "Classic.xml" file in the "configure" folder of the "Adobe Dreamweaver CS5" file. Im not sure what to do now and i would really like Dreamweaver back up and running so please help if you can!!!Thanks-Tyler
hiI have the newest DW and Apache server installetand a small site found on DW in "Testing Server" and in "Local wiew"I have severel folderslooking in "Testing wiew":whenever I unfold/open a folder by the ">", folder (let me call it) "folder KK" also openwhy?? - I can not figure the dependensiesErik RNDenmark
I use MAMP to provide a local server to test php code on a web site. This has worked fine up until I upgraded to Dreamweaver 2021. Now, I can not get .php files to diplay. Even a test file with the '.php' name and only html code will not display.I use MAMP 5 (and 6) on an iMac running Mojave (10.14.6).I have tested my site in Dreamweaver 2019, 2020 and 2021. It works fine with 2019 and 2020 but will not display any php code in 2021.Is there a configuration that I need to change? Or, something else?Thanks.
On a previous post I was recommended by your good selves to stop using an old Perl script and use instead phpmailer. This I have now implemented BUT… After my contact form has been completed and submitted I want the thank you page to be displayed. Although the email is sent successfully the thank you page is not displayed. I got the code off the Internet and I do largely understand how it works: the contact_form.php displays the form and when Submit is clicked it uses action=”send.php” to load the send.php page The send.php page collects the form data and uses phpmailer to send the email, which it does successfully. But it does not then display the thankyou.php page Hopefully the gurus on this forum will spot the error I have made super-fast, such is my confidence in your talents! My contact form is at http://dave.higgsy.com/form/contact_form.php Many thanks in advancedavid
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.