『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
[Moderator moved from Using the Community (forums) to Dreamweaver.]Is it on purpose that the URL https://dreamweaver.uservoice.com/, which is linked in the Dreamweaver sub-forum and in the DW application, now redirects to this community? And if yes, does it mean that we should post bug reports here?
Hi.I switched from XHTML to HTML5.In the design view the tag <br> is inserted, in the code view <br />.I like to get a <br /> in the design view too.I use macOS Mojave.I found https://alistapart.com/article/dreamweaver with the hint, to edit a configuration file./Applications/Adobe Dreamweaver CC 2014/Configuration/Objects/Characters/Line Break.htmBut editing that file as described in the article had no effect.How can solve the problem please?Further: I like to modify the new empty file, which appears, when you press CMD+N.Which config file do I have to edit please?I like to get a file "unnamed-1.php" with some code in the head, I prefer.Further:Which config file do I have to edit, when I want to change the behaviour of CMD+SHIFT+SPACE?Standard is: & n b s p ; (spaces only for this forum posting)I wish to get the unicode character " "Thanks for your help
I'm using a Dreamweaver (21.2) template to create a basic HTML email. When I drop in my content, the cells become unaligned. Even after I fix and refine the spacing in dreamweaver, the result is still out of alignment when viewed in a browser. How can I stop this from happening, or fix it when it does?
I'm using DW v21.3 and i and unable to disable 'auto push on save'. 'Automatically upload files to server on Save' is UNCHECKED but every time i save (ctrl+s) the file is automatically uploaded. I've reset DW preferences, checked - saved - then unchecked, and created a new workspace to no avail. Ive read all of the community forums i could find related to the issues from DW 2015 to 2021 and tried every solution i could find. What am i missing here? Is this a known bug? It's getting to the point of inconvenience id rather just use another editor. Thanks.
I found this amazing CSS code class for a responsive table. I love it. The problem is that the media query for the mobile screen overrides other table classes I created. I tried to name the table something else, to avoid the problem. I named it ".table-lead-sheets". The first section workd perfectly, there is no override. The second section with the media query overrides the other table classes. Please advise on any suggestions. I have the code below. It is a great asset, if I could only figure out that one bug. /* Generic Styling, for Desktops/Laptops */.table-lead-sheets { width: 60%; border-collapse: collapse; font: normal 1.8em; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;margin-left: auto; margin-right: auto;max-width: 600px;padding-left: 20px;}/* Zebra striping */tr:nth-of-type(odd) { background: #eee; }th { backgrou
When I try to upload a psd when attempting to extract a file, they all seem to be greyed out. Does anyone know what might be causing this?
Building a new website and I’m using two css stylesheets which is consistent with my home page. One stylesheet is for the Header/Footer and the other is for its contents. The navigation and footer sections are separated so that I don’t need to repeat my work over on every page. I'm working on the second page of its design. Programming is the same between the two pages except its navigation is not displayed properly on the second page. My logo is sitting in the wrong place and the navigation bar is not spaced properly from left to right. I have written all container code in unique form so that there is no overlapping properties. Navigation should display properly on all of its pages. Any idea why or whats wrong with this section?Devin
So, for some reason one of my websites does not show changes on the webpage in cc 2021. Says ftp is connected, etc... Preview shows the changes. My other website works just fine. I go "file" "save", it asks me if i want to do the dependent files. And up it is.This one doesn't work that way. I go "file" "save", and it doesn't immediately ask me the same dialog. However, it works on the live preview and shows it. What am i doing wrong with this one. It did say it connected to ftp ok, etc.... Worked beautifully on cs6. nforunately, cs6 does not work on my new M1. Wish it did. Thanks so much, people always help here so nicely.Anita
Is there a simple, nice looking animated counter that I can paste into my webpage? I need 0 to scroll to 6000. Thank you
I'm finally switching from CS3 (yes, CS3) to Creative Cloud. In Dreamweaver, I've exported a few of my sites, but when I import the sites on another computer, I don't see any template files (.dwt) as part of the import. Any idea why not or where they can be found?
Hello. I am new to using Dreamweaver. I made a simple sample page and everything looks good on real time preview. I uploaded the site to my domain and the site shows up but no css is not working. What might be the problem? I have this on my index.html file: <link href="CSS/styles.css" rel="stylesheet" type="text/css"><link href="CSS/bootstrap-4.4.1.css" rel="stylesheet" type="text/css"> https://bluesugarbat.com/ is the URL. Thank you.
Hi, I just upgraded to the subscription Dreamweaver from the old CS3 version. A lot has changed. In particular, the Live View pane seems to have replaced the old design view. I can't figure out how to do much of anything in Live View. Even something a simple as splitting a paragraph seems to be impossible. I tried looking for a tutorial about editing in Live View, but I can't find one. The beginner tutorial for adding HTML content assumes that you want to work in Developer mode. Has the paradigm for Dreamweaver changed so much that there simply isn't a WYSIWYG editing environment anymore? If so, I may need to cancel my subscription while I'm still in the trial period. Thanks for any info you can provide about WYSIWYG editing.
Hi i have Adobe cs 6 for mac. but now i'm switching to windows. I would need a new license nr and installation file. I have already contacted the chat support but they advise me to write here.
Hello I saw free dreamweaver templates online that I would like to download and edit in dreamweaver. I was told they weren't built by dreamweaver but can be used. I'm currently planning to work on a variety of projects but am limited to the starter templates. I was told these are the only templates available and I don't know coding. I do prefer to use these over other platforms but it wouldn't be feasible for me to use the same cycle of templates for the wide variety of projects I plan to complete. If someone could assist me with this it would really make a world of a difference for me. Thanks in advance. Also would it be possible for me to get instructions on how to upload my templates to Wordpress. I'm a bit new to the tech world and am having a hard time with the learning curves. Thanks again![Moderator Note: Title changed for clarity.]
Hello. I am new using dreamweaver and not able to preview sites using real time preview. It seems to work sometimes and not others. steps I took. 1. create a new site2. create an index.html page and just add <h1>hello world,<h1> in the body3. create a styles.css file and change the color of the h1.4. go to view preview5. get error : Save all the files (including related files) to preview. It looks like in the split view in dreamweaver but i keep getting that error. I changed the css and did save all relaed files as well but keep getting this.
I am trying to code a product grid, similar to a big box store website, such as grainger: https://www.grainger.comShould I use CSS flexbox GRID, or both? I know bootsrap has cards, badges, etc, but I would rather code it myself. Anyone please advise, if you have any ideas. Thanks.
Nancy O'Shea: bootstrap guru, I am working on another project that requires both a responsive vertical and horizontal navbar, simultaneously. Is this possible? The only bootsrap component I can see is a horizontal navbar. If anyone else knows, I would be glad to hear.
DW21: After new version install "flt_lft","flt_rgt" don't follow when doing Realtime_preview.Has something changed again?Thanks in advance,Ingemar
Id like my thumbnails to animate in on scroll one by one fading in and sliding up as they do here https://smugglersite.com/global/commercials/aoife-mcardle/absolut-equal-love current page:https://toddheymandirector.com/reel/ ideally using CSS only
Another one bites the dust:
HiI am new to Dreamweaverwhat is the difference betwen "local server" and "testing server" seen up right in Dreamweaver/files ErikDenmark
Hello.I have an older version of Dreamweaver (Dreamweaver CC) that I want to keep and still use - but my problem is that I now can not open the program.When I try to open the program, I get a message to log in with my Adobe ID. And - when I log in with my Adobe ID I get a message that everything is ok - and that I can go back to my application. I'm trying to reopen Dreamweaver - and the same message pops up asking me to sign in with my Adobe ID, etc. - an eternal loop. Anyone can help me solve this so I can open the program?
I am trying to make one of the categories a dropdown. The navbar already includes one dropdown. I understand the code enough to copy and paste the code, but I am getting an error message. Apparently the coding only wants me to have one menu item as a dropdown. My site is large enough that I need more than one. Please advise if this can be done.
Why is there a white line below the conference panel image (and above the footer)? How do I resolve/fix this issue? I thought my code prevented any padding, but apparently that is not the case. Any help is appreciated, thanks! Image: Code:</tr><tr><td align="center"><img src="http://francemediaincftp.cloudaccess.net/IF20/IFC-Panel-Web.jpg" class="img-max fadeimg" alt="InterFace Conference Panel"></td></tr><tr><td bgcolor="#000000" align="center" style="padding: 20px 0 10px 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td id="body3" align="center" style="font-size: 16px; line-height: 26px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;"><a href="https://twitter.com/interfacegroup" target="_blank"><img src="http://francemediaincftp.cloudaccess.net/IF19/twitter-white.png" width="30" height="30"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="htt
Hi Guys, I have seen a few web template sites that have device emulation tabs that show what the template would look like on different devices. Does anyone know if there is code available that you can uncorporate into local project files so you can monitor your progress as you work? I may decide to revisit my code at a later date and having a tool like this would be very helpful. Thanks in advance.
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.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。