『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I'm new to Dreamweaver,I open a "template to start", configure the server, save the file locally and synchronize the server.I start the file from the local PC and the page works, I start the same page from the server and it doesn't work. It shows no errors, just a blank page. The server and domain work, because I tried to load any html file and it works.Thanks
When I am working with Dreamweaver and I may be including other files in my code. When I do a Ctrl-Z to undo something if I made changes in the linked files as well it will automatically undo changes in those other files as well in the order I did them. Is there a way to make Dreamweaver only undo changes in the file that I have currently open and not and linked files? Hope that makes sense
Hello, all, Our public website was completed in 2015, and is currently using jQuery v1.11.2. We recently were alerted to a vulnerability that is tied to this version, and were instructed to update to a more recent version. Since this is a public page, we have decided to not go all the way to v3.x and instead are going to use v2.2.4 as we do not know how much legacy support v3.x has. To my question: Do I just place the v.2.2.4 .js file in the same folder and change the script src attribute to reflect the newer version? Or is there anything else I need to do? This is the first time I've ever needed to update jQuery. V/r, ^ _ ^
After installing Dreamweaver using Creative Cloud on Server 2019, the Manage Sites page won't load and crashes Dreamweaver. If I kill the session and try to reopen, it automatically opens Manage Sites and the page never loads.
Deramweaver 6 how can I have it open defaulted to design view
Simple upload of 166 MB zip file.Plenty of progress time, but nothing uploaded at the end.I dont even know what's possible to check. Here is the local view showing the westernaires file,and after all the file activity, there is the remote view - NO FILE local remote progress bar is suspect too: I upoloaded a jpg file with no trouble.
I cannot find how to make pagination active (and show different background color), and have the previous, next arrows work, or have the clicked button change colors. Also, when I try to add page 6 and 7, those pages won't work. will only take five pages. here is my code:<style>.pagination a {background-color:#D9EFEC!important; } .pagination { justify-content: center;background-color:#C3E6E2!important; }.pagination .active { background-color: teal !important;color:red;border:thin solid black;}</style><nav aria-label="Page navigation example"><ul class="pagination "><li class="page-item"> <a class="page-link ml-2" href="#" aria-label="Previous"> <span aria-hidden="true">&laquo;</span> <span class="sr-only">Previous</span> </a> </li><li class="page-item"> <a class="page-link ml-2" href="Sewing_gallery_1a.html">1</a></li><li c
I just purchased Dreamweaver 2020 and I cannot edit the code directly. Right-Click > Quick Edit returns the message 'No quick edit available for current cursor position'. I cannot Edit > Cut the content out. I cannot select the code and hit the Delete key. Cannot edit in code or view mode. This is frustrating!
Hi, I seem to be having some issues with my Contact Form. When hitting the Submit button, the message I get back is:"InvalidArgumentInvalid argument.POST object expects Content-Type multipart/form-data"I'm not sure how to pin-point this error on this snippet of coding, would anyone here be able to help me out? I'll post the code below. <script type="text/javascript">function() {var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a =l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length- j ;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}};</script> <?php$name = $_POST['name0'];$phone = $_POST['phone0'];$email = $_POST['email0'];$remarks = $_POST['remarks0'];$formcontent=" From: $name \n Phone: $phone \n Email: $email \n Remarks: $remarks";$recipient = "(placeholder text, this is usually filled out, ignore this)";$
Hello all, Does anyone know where I can find a WordPress Extension for Dreamweaver. I am creating a premium WordPress theme and it would be so much easier to have a WordPress Extension. I looked at the Adobe Exchange to download one but the one that is there is out of date and won't install. 😞
Can anyone with a Windows version of DW CS6 post a copy of what is in the root folder of the installation DVD? I need to know the names of the folders/files that are present. I have what I thought was a CS6 DVD but am having a difficult time reading it in my drive. One folder showed up on the DVD and now it isn't(!). Thanks! --Ben
I have Dreamweaver 20.0. Does this edition support the web server yahoo when ftp and if so how can I set it up. I have used1. ftp with incryption and without encryption2. with check mark passive and without. When I purchased it I was told by Adobe that I would not need a third party provider that Dreamweaver can FTP with any server. I did specify that I had yahoo and immediately was informed by them that it works. Was I given the wrong information? Would you be honest and provide adequate information and let me know how do I connect using the _______________________Authentication::and More OptionsThanks
Ich gebe folgendes in dreamweaver CC an<!DOCTYPE html><html lang="de">und wenn ich das Programm in einem Browser aufrufe, wird es überschrieben mit <html lang="en">und meine Silbentrennung funktioniert nicht-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;Wieso wird mein Programmcode überschrieben?
I recently modified our main website template and I've apparently done something to impact how normal text is displayed on our website www.detailandscale.com. In Dreamweaver the text on our index.html page is in normal format (first screenshoot) but since I modified the site template the page displays the text in bold italic format (second screenshot). Any help on how to fix this would be greatly appreciated.Rocketman
Hi! Can anyone help me with something? Whenever I upload and URL on my laptop from the website I created in Xd, I can see the correct character style on the letters. However, when I place the code into Dreamweaver and than save that file, also html and send this to my Iphone, Character style becomes default, native and incorrect. I just 'Muli'. Do I need to make a saperate style sheet code for Dreamweaver? or All my text is put in als <div> instead of <p>, done by Xd. I must change it al to the P in order to let it work? Advanced thanks!
I need to re-install my old Dreamweaver CS6 into my Mac running Catalina but it tells me the app needs to be upgraded. Is there a workaround for this issue? Thank you.
The below code highlighted in Red was to center the slide show vertically. http://www.roatan.photos/slideshows/PrePr/birds/macaws/macaws-small/test-2.html Can anyone help please? @charset "UTF-8";/* Body */body {font-family: source-sans-pro;background-color: #f2f2f2;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-style: normal;font-weight: 200;}.element {position: relative;top: 50%;transform: translateY(-50%);}/* Container */.container {width: 90%;margin-left: auto;margin-right: auto;height: 1000px;background-color: #FFFFFF;}/* Navigation */
Over the years I have always used Dreamweaver to develop websites. Fought for it and thrown other options out. After a short break, I've come back to it, to see that there are no Database options like there used to be. There are also none for building a shopping cart, which to me is fundamental for a lot of clients these days. The one or to extensions providing these options either have very low ratings or are very old. Are we been forced to let go and run with the likes of Magento, Woo Commerce etc ?
I need to download Dreamweaver CS6 but it's missing from the new CC management program. Does anyone know how to download direct or access the old CC program to regain access?
we have an online shop associated with out main website. We would like to disable this completely. Can this be done relativly quickly and easily?Many thanks
How do I remove this blue attribute editor from the design view? Thank you for any hints.
if connect with database press to recordset after select the table for database after open the web page with explore then give me the error 550aftter change the myql function with mysqli functionopen one empty page please help me thanks
Hello Adobe (if you read this) and community!I've been using DW now and then. The last time in 2017, the latest version it had back then. It would always start with this and then exit: Later I updated to CC 2019, which I didn't use, but started today and it came up with the same message! The problem was reported years ago and still it's there. Best guess: my user folder is redirected to the company server. This is nothing unusual. While other Adobe tools have no problem, this one has. Looking in the redirected user path \\server\<some_path>\<user>\appdata\roaming\adobe it has folders \Dreamweaver\20.0 and \Dreamweaver 2020 and \Dreamweaver 2020 Backups which the local path hasn't. The logical solution was to copy/sync these folder to the local path, so DW can find them, which it obviously doesn't in the redirected path. Means, the installation itself puts the files into the correct (redirected) path, but DW looks for them in the local path.Ok, after that I st
Hi all I have skills with Dreamweaver CS3.5 and used loads with website design on various of project and now didnt use dreamweaver for almost 4 years till I was asked with the BIG project and I accepted. I thought Dreamweaver was simpler. I have purchased full Dreamweaver annually plan and realised Adobe have made lots of changes in Dreamweaver and still using CS3.5 if I need bit of help like removing unneeded underline but I've managed to learn in new dreamweaver. One thing that buggering me is about word spacing - I want to keep the menu on top apart from other catalog - for like this. And the coding here After few research - I discovered about the &nbsp; and tried to apply this but the result that I wasn't have wanted. What I have did wrong? As the friend would like me to remove underline as I used to keep word together and he have noticed this without the underline and liked this style. ( I think the
If your going to have all these updates fix the plugin update so that I don't have to reload every single plugin when you release an update. What the heck. This is rediculous. Cloud management app updated and I didn't catch the auto update feature turned back on and now I have to spend hours possibly days locating and re-installingall the plugins and rebuild dreamweaver to my workflow. I mean why? It doesn't even carry over my dual screen layout settings???!!! This is not a new issue with dreamweaver updates and you need to fix it. EXTREMLEY UPSET and looking for an alternative to this program because of this. I simply cannot afford to keep using dreamweaver this way and the lack of database support of any kind without plugins is pushing me away even faster; especially given the update issue. I have been a user of dreamweaver since its inception and now I am so unhappy to be forced to use another application I cannot even begin to stress my dissatisfaction with this pro
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.