『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I'm trying to set Snap scrolling to a horizontal scrolling website I am building and it doesnt even get suggested by Adobe Dreamweaver 2020 let alone work? Does dreamweaver allow for the CSS property "snap-scrolling"? would appreciate any answers thank you!
Hi there, I need help with something.I have probably 50 images that were done via screenshot on my monitor which is a 32" Screen Size 32 inResolution 1080p HDNative Resolution 1920 x 1080Aspect Ratio 16:9 Basically I took each of those images and made an html file with each one and have set coordinates so when you click on a particular part of an image, it goes to the next html file which contains another image file. My only problem is on my computer it's perfect, but I'm sending this to my work colleagues and some of them are using a work from home laptop which also has a resolution of 1920x1080, Type: 14" - IPS Resolution: 1920 x 1080 (Full HD Widescreen: Ye Image Aspect Ratio: 16:9 On their computer, you have to scroll from left to right on each page, I realize it's because the image itself would have been too big as the screengrabs were done from my monitor. I have a warning
Hello. Where can I find the validation password in the Forms panel?I am using Dreamweaver 20.2 version.Please advise how to enable or create this functionality.I am using this to validate the submitted password.Thank you.
Q. Which icon would you choose to start a Dreamweaver v20.2 session? A. If you clicked the green DW button, you started an earlier version of Dreamweaver. The correct DW icon is located between the MS-To-Do and the Camtasia-Recorder buttons. How sad to see Dreamwaver diminishing in every respect.
Yesterday everything was fine.Today on opening Dreamweaver the loading circle just went round and round.Spoke to someone called P Mohan on chat.He got me to install all Windows UpdatesNext I uninstalled Creative Cloud and Dreamweaver, rebooted and re-installed.No joy.Asked P Mohan to elevate my issue and he/she cut me off.
I have a svg, a logo, and I want it to link to the startpage of a website I have found that the link does not work: <a href="http://www.MyWebsite.tld" target="_blank" title="Link zu Homepage"> <object type="image/svg+xml" data="logo.svg"> <img src="logo.png" alt="Logo as png" /> </object> </a> What else is there to do besides adding a link to the SVG graphic itself?
Hi all,So I'm trying to edit a staff members photo in the database I have created. There are three browse buttons for different documents to upload.I can add the photo and save it in a location and it stays there. But if I want to edit any of the text boxes but keep the photo of the staff member it will delete the photo.I am using DW's built in Update routine and then a separate php file to do the image processing, do you think it could be happening because of this? This is the UPDATE query:$editFormAction = $_SERVER['PHP_SELF']; if (isset($_SERVER['QUERY_STRING'])) { $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']); } include('staffimageprocessing.php'); if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) { $updateSQL = sprintf("UPDATE sure_staff SET sure_staff_fname=%s, sure_staff_sname=%s, sure_staff_telno=%s, staff_photo=%s, staff_photoid=%s, staff_dbs=%s, sure_staff_email=%s, sure_staff_password=%s, sure_staff_active=%s WHERE sure_
Hi all, We are pleased to announce the latest update (20.0) to Dreamweaver. Key features of the release:: Seamless Live View Editing: Edit documents in Live View with a single click. Along with element text you can edit content directly inside semantic tags and all changes are auto synced to code view. Code Hints Improvements: PHP hints you are looking for are always at the top now with the improved filtering logic. Also, we have improved availability of HTML, CSS, JS code hints. Default font changes for JP locale: Japanese text & source code readability has been improved with Source Han Code JP as the new default font for JP locale. MacOS 10.15 support: Dreamweaver 2020 is compatible with the new MacOS 10.15 version. For more info on the latest features, see https://helpx.adobe.com/dreamweaver/using/whats-new.html Thanks, Preran
Hi! New computer and the F drive that I had my sites on is now the H drive. Is there a way I can change the drive letter for all of the websites at once without having to go through the site manager one by one?
Ok would love to know if anyone else is having this issue on Mac OS Catalina 10.15.4. When working in Dreamweaver, clicking on an item from the INSERT palette doesn't work as it should. Takes approx. 10 clicks before it will insert the item in your code. Same issue with html and bootstrap items. Some items insert with a single click of the mouse, like HEADING, SECTION, FOOTER, but others not working without multiple attempts/CLICKS. Any ideas?
I just installed the 20.2 update last night and when I went to commit my staged files from a recent update I'm working on, nothing happened. I cannot pull anything from the server either. It's like all my connections to different sources have just stopped working. EDIT: I also tried managing remotes. Testing the login doesn't work. I even tried inputting the wrong password, I just get no response from Dreamweaver. Windows 10 1803 x64
As new user to this "flagship" of web-editors I have a few questinons:1. When will DW update the built in bootstrap version to latest stabel version2. Alot of included templates seems awful old..Do I miss something to update or is it the policy at DW to not update to often?
como conectar una bases de datos en Dreamweaver phpmyadmin
Hyperlink display files listed in a folder if Edge is used as the browser. We created and internal website for sales to display customer testomonials. Chrome displays correctly but Edge browser does not. Is there something I can do in dreamerweaver to allow the display of the page? Click on link screen flashes and disapears. Trying to avoid creating each link manually. Current:<a href="pdfs/CaseStudies_Testimonials/Wire/"><img src="../images/icon-wire.png" width="133" height="149" alt="Wire"/></a>
Hello, I'm currently designing a website in Adobe Xd for a company I'm working for and they love it but want to make it an actual website. I don't have much experience in Dreamweaver so I'd like to know if it's possible to create these effect's (see video) and how difficult it would be to do so. The company wants to actually use the website as well, for customers to purchase items and browse so I've researching Shopify and you can edit code on there as well, so would that be better to not worry about sales transactions, inventory and all that. Any type of advice/guidance regarding this is welcome. Thank you,David
Here is some dummy text with multiple non-breaking spaces. Backspace in Live View does not remove spaces as intended. Instead, it removes characters from a previous word. Try it. <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Live View Backspace Bug</title> </head> <body> <p>Lorem &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ipsum dolor sit amet, consectetur adipisicing elit. Perferendis ratione at suscipit officia, aliquam dolorem nostrum tempora! Maiores amet eligendi enim, odio soluta quae molestias molestiae, ex non sint cumque?</p> </body> </html> Please confirm and vote on my Bug Report. https://dreamweaver.uservoice.com/forums/382851-adobe-dreamweaver-bugs/sugg
please my dream weaver 2020 close after i open fo some seconds,please why so
I designed a basic desktop site in photoshop cc with navigation buttons at top and logo top center under the nav, sliced it and exported save for web and imported into Dreamweaver. I want to make this site responsive by having Dreamweaver create tablet and phone versions from by desktop one. I have designed php shopping cart sites in the past but I am completely new to dreamweaver. Also in Dreamweaver is it better to have 1 css file shared with all pages or separate css files for each page?
Hi:All of a sudden this morning, Dreamweaver fails at uploading files that had been uploaded during the last three days. Here's a screenshot of the error message I got that I've never seen before. It shows that one file that had previously been uploaded, wouldn't upload today . . .So, I quit DW and my other open apps and restarted my iMac (running Mojave) hoping that would reactivate DW appropriately. It didn't.Then I selected a random group of files and attempted to put/upload them. For no apparent reason, the majority of files failed to upload. None are particularly large. Each error message suggests that there was "a failure to start the upload."Is this a DW problem or a remote server problem? If it's a DW problem, what must I do to get DW to cooperate with a simple directive to put files (new and existing) to the remote server?Please help me regain DW's functionality so I can update my client's page. Thank you very much.Warren_______
Por favor, entrei em contato com 0800, na parte da manhã, mas a pessoa que me atendeu não consegui resolver. Recebi uma mensagem pedindo para atualisar diversos programas do meu "Adobe Creative Cloud". Todos os probramas foram atualizados exceto do Dreamweaver que informa erro 146. A ultima vez que ocorreu esse problema uma pessoa do suporte entrou na minha máquina renomeou um arquivo e reinstalou o DW. Esse que me atendeu hoje não sabia qual o arquivo que ele deveria renomear. Resumindo estou se trabalhar com o DW. Gostaria de enviar uma mensagem o o suporte não estou conseguindo saber o link.Tenho o maior prazer e falar só bem de tudo da Adobe e acontece logo comigo isso.Por favor. me ajudem.Saúde e Paz para todos.
I want to switch to using BBEdit from FileMerge because it is more feature ricg, e.g. has an option to ignore line endings (macOS/Windows). I have installed bbdiff in /usr/local/bin/ and linked to it in DW file compare preferences but BBEdit just opens a blank page without opening the file compare window.DW20.0 BBEdit13.0.4 macOS 10.14.6
I am running Dreamweaver 19.2.1 on High Sierra. (yes i know its old but so ans dont have much extra case to feed Adobe and Apple) I am having an issue upoading a page to my server. Thisis the error i get"pages:Bonaire:2020:Underwater:May:May1:test2.php - same - not transferred - error occurred - Access denied. The file may not exist locally, may be open in another program, or there could be a local permission problem. pages:Bonaire:2020:Underwater:May:May1:Slideshow:images-1.jpg - same - not transferred pages:Bonaire:2020:Underwater:May:May1:Slideshow:images-2.jpg - same - not transferred pages:Bonaire:2020:Underwater:May:May1:Slideshow:images-3.jpg - same - not transferred pages:Bonaire:2020:Underwater:May:May1:Slideshow:images-4.jpg - same - not transferred pages:Bonaire:2020:Underwater:May:May1:Slideshow:images-5.jpg - same - not transferred pages:Bonaire:2020:Underwater:May:May1:Slideshow:images-6.jpg - same - not transferred pages:Bonaire:2020:Underwater:May:May1:Slideshow:im
I'm currently receiving this strange error: When I select a block of code to copy into another document, the pasted result includes 3 lines of code from above my original selection, and it drops 3 lines of code from the end of my original selection. Any suggestions as to what might be causing this?
Hi. Just wondering if anyone knows why a "split" half way through the email signature is showing in Outlook? I have attached a screenshot of how it looks in Outlook. It looks fine in mac Mail.I can provide the code for you to see. Thank you in advance for any help! 😊🙏
If I open a page that I know the links are working on in "Preview" the links don't work. Is this normal in DW 2020 or is it something to do with how I set up DW and my site?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.