새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
For all things Dreamweaver.
최근 활동
I would appreciate some help. I am not a web designer or developer. I have been thrown into looking after my website since my guy quit. I have made some changes on Dream Weaver to my website without problems. But the Contact page would not load the changes I made. It's the only page that has html and a php files. The changes on the html wouldn't load. So I tried the php file. Mistake. Now the page shows the code and the toll free number I was trying to remove is still there. Plus when I go back to html it won't load now. Ideas? Career change? Thanks.
Hello. My .Vue files are displaying as all white. I would like them to have the same color coding as my .html files. Please advise as to how i can get .vue files to have code coloring.
What am I not seeing here? I see an open and close for both center and a. Any help would be much appreciated. Thank you!
I have been doing very little programming due to health issues but have always checked for updates. I always see NONE. Yet when I enter Help I read:Not FoundThe requested URL /en_US/dreamweaver/cs/using/AH_HOME.html was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.I've seen no reference to CS 6 and I'm wondering what's going on. I have received no emails on an update/upgrade. I have owned and paid for Dreamweaver for too many years to remember.Can someone tell me what's going on?
Most of me adobe CC apps won't open and get stuck on a splash screen in front of the app. I can see that the app is open behind the splash screen with menu's, toolbars, etc. but the screen in front keeps reloading the same thing over and over but never completes it. This image is the most I get. If I click on the "X" it closes the app completely. Maybe this is for Creative Cloud but that console opens.Thanks all.
During our recent internal audit of all applications/systems that we use, we have discovered that various Adobe software is currently relying on Oracle Java.Program Files (x86)\Adobe\Adobe Captivate 5\JVM\bin\Program Files (x86)\Adobe\Adobe Dreamweaver CS3\JVM\bin\Program Files (x86)\Adobe\Adobe Dreamweaver CS4\JVM\bin\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\JDK\bin\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\JDK\jre\bin\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\JVM\bin\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\Program Files (x86)\Adobe\Adobe Flash CS3\JVM\bin\Program Files (x86)\Common Files\Adobe\Adobe Version Cue CS3\Server\jre\bin\Program Files (x86)\Common Files\Adobe\CS4ServiceManager\jre\bin\Program Files\Adobe\Adobe Dreamweaver CC 2015\JVM\bin\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\jre\bin\Program Files\Common Files\Adobe\Adobe Animate CC 2015.2\jre\bin\Program Files\Common Files\Adobe\Adobe Animate CC 2017\jre\bin\Progra
Hallo all prerecs ar ok (I think so):-same wireless network- new WIN10 Computer- Dreamweaver cc17- Coockies an Javascript onIf I start "Live Ansicht" in Dreamweaver and activate Device Preview ... then I scan QRcode with IPad ... start savari on Ipad---> Login with Adobe Account on IPad .... URL will be displayed ... but withe screen !If I go with mouse in Dreamwaever over meassage "IPad mobile Safari (v10)" ; see red pointer, then will be displayed a meassage on IPad(see 2. picture)What is
Trying to tidy up something i have made. Its for a portfolio page, i would like it so there isn't a line border or background colour around the image.(ignore the image, just filler)html is:<button type="button" data-toggle="modal" data-target="#myModal4"> <img class="card-img-top" src="images/testpic.jpg" alt="Card image cap"> </button>if i remove the <button> the image increases in size and the border disappears, so thats why I'm assuming its to do with <button>but i can't find anything in the bootstrap css under 'button' that would help me do this.
Background. After trying CC for Dreamweaver after the CS3 suite Extensions manager started crashing, I've been trying to install a third party extension as per instructions using ExManCmd. As a side note, the instructions on the site will not work since they have the wrong folder name, but I took care of that. Okay, now I have ExManCmd working, but when I attempt to install the Extension I use the following:./ExManCmd --install com.hotdreamweaver.form2mail.zxpThen I get the response:dyld: Library not loaded: @rpath/VulcanMessage5.dylib Referenced from: /Users/michaelcoslo/Desktop/./ExManCmd Reason: image not foundAbort trap: 6Any ideas? I would like to at least try CC to see if it will work, as I will be in a world of hurt if I switch over from CS3 - which doesn't work, to CC, and still have an issue.Thanks, Mike
I'm not sure if i am describing this correctly.I want the nav bar to;1. stay on the page as you scroll down (which i think i can find out how to)2. have it so when clicked, the page scrolls down to a different section on the current page.Dreamweaver / bootstrap4
I build sites using Joomla and I use dreamweaver to prepare files and manage content on hosting.I usually use my own hosting but this time I'm using my clients.I found out that I can upload files/images but for some reason I can't replace or delete them.i feel it has to do with the way the hosting is setup with SSL because I have done several tests including deleting a file using the joomla administrator but the file still shows online. Using dreamweaver I can't replace or delete it.Dreamweaver seems to interact normally with the server without SSL, I can upload files/images but I can't delete/replace.I need to replace some images but I can't figure out how to set up my site server's info to be able to fully manage this.Hope I made myself clearThanx in advance for your feedback
According to About Dreamweaver this was Dreamweaver 18.1Hello,I am having difficulty in publishing my website in a correct form.Write now, the only problem I am having is my main-side barOn a school computer, everything shows up.On my laptop computer, only (about) 40% of the expected main-side bar is showing upAnd I do not know how to fix it......Below are and the url for the website; pictures of those two different results; myCodes;url: Purdue Timmy Global Health_______________________________________________________________________________________from laptop computerfrom school computer_________________________________________________________________________________________<div id="main-sidebar" class="hidden-xs hidden-sm"><div class="logo"> <a href="#"><h1 style="color: #FFFFFF; font-size: 46px;" align="cente
I've started coding in React.js, but Emmet seems to be working intermittently. It worked for "button" but not "div>h1+p". Is it possible to enable Emmet to work fully when coding .jsx files in Dreamweaver? If so, how?I'm using Dreamweaver CC 19.0.
Dreamweaver CC 2019 is really slow and freezing when lots of files opened.Does anybody know if I have to disable any settings to get it to play ball?I am getting to the point were I am having to force quit the application.Even having is crash out when flicking between files.
This is very simple SORRY but for some reason I keep getting this wrong.I have created a div with a red background and I want to get rid of the margin on the left and right ie the padding.In dreamweaver I set it to 0 padding but this does not worknot sure what I am doing wrong?Many thanks-------------------<!doctype html><html><style>.header { margin: 0; padding: 0; background-color: #FF0004;} @media (max-width:768px) and (min-width:401px){}@media (max-width:400px){}</style><head><meta charset="UTF-8"><title>Untitled Document</title><link href="css/header-general.css" rel="stylesheet" type="text/css"></head><body><div class="header">Content for New Div Tag Goes Here</div></body></html>------------------
Hi all,The latest update to Dreamweaver is now live and can be installed from your Creative Cloud desktop application.The May 2018 release in Dreamweaver enables enterprise customers to have seamless connection to servers using SFTP.See the release notes here: Release notes for the 2018 and 2017 releases of DreamweaverNote: The keychain issue will occur for users migrating from 18.0 to 18.2. The issue has been addressed for users moving from 18.1 to 18.2 Thanks,Preran
Hello,I would like to check for invalid links to external web sites in my Dreamweaver site.Unfortunately, the Site - Site Options - Check Links Sitewide does not check external sites. It just lists all the external sites.It sure would be nice to have some way of checking for broken external links. Do you recommend any of these third-party link checkers?LinkCheckerXenuW3C Link CheckerThank you
Trying some things out while using a starting bootstrap template.Deleted sidebar, made main copy go across page, articles in footer found a way to get three across instead of two, but now i have placed an image into that article, and that image won't resize along with the rest of the text / article box.Tried calling it something, giving rules - max width 100% or max width same as the article - but nothing, it just stays the same size.What am i missing?<article><h3>Footer1</h3><img src="file:///Macintosh HD/Users/Design1/Desktop/imagecustom01.jpg" alt=""/><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></article>footer article {/* Footer articles */width: 29.3%;float: left;padding-left: 2%;padding-right: 2%;text-align: justify;font-family: source-sans-pro, sans-serif;font-style: normal;font-weight: 200;color: rgba(146,146,146,1.00);}
I've been asked to have the website be able to take payments (Visa / direct debit etc), how do i do this?I'm struggling to find anything online to help, all seems to talk about Wordpress and PayPal.
I am trying to have an opaque image as a background that doesn't move but the rest of the page scrolls as usual, Can someone help me?Thanks in Advance
One of the best things about Adobe Muse was that the client could make minor edits with in their website, without having to use WordPress, or another CMS. Does anyone know if that option still exist after building a site with Dreamweaver?
I all of a sudden get this error below when I send files to the server. I've worked with DW for 20+ and never have seen this. A little background... I am redoing a site and I simple put a folder called "NEW" in the root folder of the site and then put the new files in it (building the new site). I've done that many times before without issues. Now I get this error and also there is an "X" by the "NEW" folder (locally and remote).When I upload, it asked if I want to upload related files and I do. It will uploadWhat is this and how can I fix it? Thanks in advance for any help.Here is a screen shot.
I cannot find where to do this.. It directs me to join and pay a monthly fee, but I already have a legitimate purchased and registered licence. Where do I enter my key?Thank you
Hello. Haven't done this is years. But I have a question that maybe someone out there can help with.To preface my query, I work for the U.S.Navy and I am building my second web site for one of their departments. Four years ago I built a site for them with Dreamweaver cs 5.5. I have now upgraded to Dreamweaver cc release 2018 and find the procedures in it to be totally different. I'm an illustrator by trade and am not a webmaster by any means. I do the best I can but in 4 years I have forgot a lot. The programmers here that I have access to can't crack this one. Here is my problem >In DW cc I have put in the body a long background to scroll down and it has no responsive images or text on it. It is just a background. I created an image set from an image generator and installed the generated image slider below a blank spacer to move it down from the top of the background. The problem is that the spacer and the content slider have shifted about 8 pixels from the top and from the left ed
If I use "edit -> code -> apply source formatting" the source code isn't formatted correctly.Instead with DW 2015 (and previous) "commands -> apply source formatting" works good.Is it a bug or a missing configuration?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
이미 계정이 있으신가요? 로그인
sso.login.detail.descriptionWithRegistrationLink
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.