『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Can I import my website that is produced using Microsoft Expressions (Windows) into Dreamweaver (MacOS or Windows)?
So just to be clear on this...Dreamweaver does not support server behaviors and I have to use a commercial extension to communicate and develop a website that draws information from a MySQL database??? My apologies if this comes of as rude but isn't the reason many use Dreamweaver is for the fact that you can do this easily? Do developers not design and create sites anymore with Dreamweaver? I say that since there is a huge push from Adobe for XD and UI/UX development...which, don't get me wrong, is a good thing...but without a robust development tool that does not require commercially available add ons to make it function properly and make these marvels of UX/UI development what is the purpose of Dreamweaver then? It makes it no better than tools that preceded it like WebWeaver, Homesite or GoLive. I may be ranting...And again I apologize but I'm a bit confused when this product is marketed to make things easier but requires extensions fron another company to do so. Can some one clari
I'm on a Mac 10.15.3 (Catalina) running CC 2020, and to my dismay the Manage Sites dialog box / window is not available. I define new sites all I want, but if I want to change something about a site already defined, I cannot get the Manage Sites dialog to appear. How do I fix this?
Hey Crew, Has anybody got a solution to displaying the Blue lines (live view display) In Dreamweaver 2019. Does not work on my MAc. Sort of important in the workflow. Or is their an Alternative way of accessing the same functions that does'nt suck.Robert
Hello, I tried to insert the video but getting an error message "HTML XML or compatible file.I tried many different files but not working.How can I create a video from Premiere Pro to insert on the page from Dreamweaver? Thank you for reading,Well, I found the problem I had.Instead of Drag and Drop from the Folder to Webpage(Dreamweaver), I saved the video in the Site Folder and connect from Properties Window. Hoped it might help other thank you
please guys help me where can i find this
Right, this is making me really angry now. I tried to move a BeginEditable tag from one part of the HTML document to the other, but sintead it duplicated it. Now I'm getting the error message: There is an error on line 88, column 51 <file path> InstanceBeginEditibleTac inside Editible region. I am aware of the reason why the error message is orrucing, but now DW won't let me get ris of it. If DW just copied it and not duplicated this - and did as I asked it to, we wouldnt be in this mess <div id="breadcrumb"> <ul> <li>You are here:</li> <li><a href="../index.html">Home</a></li> <!-- InstanceBeginEditable name="breadcrumb" --> <li>&raquo;</li> <li><a href="#">News</a></li> <li>&raquo;</li> <!-- InstanceBeginEditable name="breadcrumb" --> <li><a href="#">Cookie Policy</a></li> <li>&a
Once-upon-a-time I could type ctl-Q in the design window and the current selection would be wrapped in <code>...</code>. Now in DW 20.1 I cannot find any of these A keystroke to wrap the selection in <code>...</code> A menu item to do the same A way to define a keystroke to wrap the current selection(I've found snippets, but they just insert a single string.) Can you help? I need <code> a lot.Fred Hansen
I have something wrong with this page: http://www.lax-sailing.org/Yearbook/2020/2020memberinfo.htmlThe layout should look like this page: http://www.lax-sailing.org/index.html
Hi There, I want to implement the possibilty for my customer to use tables. Unfortunately it is not possible to use them as described in the manual.I can't select cells or columns, copying them isn't possible either.Selecting a column by hovering over the top border is impossible too 😞 Does somebody know if there have to be further settings made or something else might be missing?I am using DW 2020 Build 15196 Regards N
In Dreamweaver 2020 - there is No Manage Extebsions option, this makes it impossible to use my 3rd party extensions. Extensions are .zxp typeQ: Is there a way I can add my PVII Extensions to Dreamweaver 2020?
Before, when having things videos on autoplay Dreamweaver handled the Live View very easily. Now, Dreamweaver is lacking as .... tremdously. What is the matter with it all the sudden? Do you might know what is happening to Dreamweaver?Before there was no lack at all, now there is. Is it about the SSL I added to my site?
Добрый день, подскажите пожалуйста как прописать код для смены языка сайта, необходимо использовать 3 языка (рус,англ,и турецкий). Как это все можно осуществить...Я в этом деле новенькая. Буду очень благодарна за помощь
When in Dreamweaver, autoplay, live view, everything became very slow while before it was not the case. What did I do wrong? Is it about something like automatic uploading or something which I clicked but not know about? Dreamweaver always works perfect but I might did something which made Dreamweaver very lacky.
Como faço pra dar uma quebra de linha automática ao dar enter após a teg
I am in the process of building a new version of our website. I have added a folder with a set of .htm pages.Problem is that the URL in test isn't compiling correctly - the content part is missingeg http://127.0.0.1:54552/Asset-Reg/OakmontAR.htmrather than:http://127.0.0.1:54552/content/_-j818hwNMEDmaRaAAAB/FkknOOB/L4SO6wu/X2CWH32/services-business-sme.htm Anyone know how to resolve this ? Murray
Where to save your Dreamweaver stuff? I was thinking, maybe I could just save it on OneDrive, the Google Drive, another Drive. But always I see people save it all directly on their Desktop. As webdeveloper, where do you save your files? Desktop, First Hard Drive, Second Hard Drive, SSD, External Hard Drive, Cloud?
Going through tutorial videos, I see people using the Real Time Preview and not having this issue. Not sure what could be causing it.Every so often, the Real Time Preview window in the browser stops working and says"Save all the files (including related files) to preview."Is there some setting that I have not checked that will make it stop having to manually save all the time in order to keep the Real Time Preview functioning ?
hi,Please advise:1. the site is moving slightly right / left when I click on differenet menu items, clicking between some of them does not cause any shift while clicking between others does,2. pictures on the became matte, while on a C/local drive and before an upload they are bright,the site: www.starasynagoga.plthx
Hi all,I can't launch the latest Dreamweaver. I always get a popup:"the localized resource files for this application could not be loaded"I've reinstalled the app 3x but without luck :-(. Any idea?Thanks!
Hi, I am struggling to do something regarding a website id like to make I have a grid system with pictures and when you click on them I want it to enlarge and show description, I have achieved this but now I want it to shrink the picture and center it in the box, however, I cannot seem to get to it center from this, if anyone can help that would be great the code for changing the size is below. function Openimg(tabName){ var i, x; x = document.getElementsByClassName("Product_img"); for(i = 0; i < x.length; i++){ x[i].style.width = "100%"; x[i].style.height = "80%"; } document.getElementById(tabName).style.width = "30%"; document.getElementById(tabName).style.height = "30%"; document.getElementById(tabName).style.align = "center"; }
About workflow and stuff. Why the #header is only made for the header and the #header h1 not for h1?Why people push #header h1 under #header?
Until about a week ago everything was fine but I am now unable to preview our Dreamweaver development website on my Android device.I enter the correct link and it attempted to connect but then goes in a constant loop between various Adobe authorisation web links and bounces back and forth between the preview URL (which is correct) and the other adobe sites. Can anyone help to resolve ?? ThanksMurray
Why dreamweaver gets super slow and freezes everything on screen? even for a single letter change I have to wait for 20-30 secs till I can enter next letter.
When having the folders for Dreamweaver on a cloud, fonts from edgefonts are not working. Why is that?For example, having my folders on Google Drive or another folder will adjust the fonts in the preview for me.
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.