『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Every time I click the next to the Selector tab and the selector shows up in the type box. Then the moment I press Enter, it disappears. It happens for all selectors.I'm a beginner so please try to explain in the simplest terms possible, thanks!
Hi all,There has been considerable speculation about the future for Dreamweaver on this forum, and elsewhere. The product team has published a blog post to allay rumors around this topic.See What’s Coming to Dreamweaver in 2019? | Adobe Blog where the program manager for Dreamweaver has provided guidance on what's coming up in later versions of the software.Thanks,Preran
On behalf of myself and the two Adobe customers you defamed and accused tonight, I would like to afford you the opportunity to extricate yourself gracefully. I am doing this publicly, because you have brought harm to the three of us publicly. The ball's in your court. The men you attacked are not anonymous trolls. They are real, live, and identifiable as Adobe customers and my customers. They were not asked to post here. Gosh, to even think I have that much control over my customers and would take advantage of it is unimaginable. If you do not wish to apologize to me, at least do so to Mr. Lefko and Mr. Branko. You've both angered and embarrassed them.Sincerely,Al Sparber
I have a website with two columns. The left is text, the right are images. It looks great on a desktop, however, on a smart phone, the 2 columns collapse and merge into one with the left on top and the right on the bottom due to a media query at 480. The problem is that I have 5 images stacked up on top of each then and it doesn't look good. It's better to separate the images in between paragraphs and the like. How can I change the image layout with a media query so they are placed in between paragraphs and not stacked on top of each other, looking dumb.Here is a video.Media Query Dream Weaver Change Image Layout - YouTubeHere is image of site showing two column layout, text on left, images on right.
Does anyone know how the following php script could be altered to allow a file upload via email. All of the fields except the Upload File field come through in an email.https://www.logomatcentral.com/Test-03.html the PHP script is:<?phpif(isset($_POST)) { // EDIT THE 2 LINES BELOW AS REQUIRED $email_to = "admin@doormatsandmore.com"; $email_from = "admin@doormatsandmore.com"; $email_subject = "Test HTML from Using PHP"; if(!isset($name) || empty($name)) { array_push($errors, 'The Name you entered does not appear to be valid.'); } if(!isset($comments) || empty($comments) || strlen($comments) < 2) { array_push($errors, 'The Comments you entered do not appear to be valid.'); } $name = $_POST['name']; // required $orientation = $_POST['orientation']; // required $size = $_POST['size']; // requir
I have a php template under root/template which is working as expected.it has the following 'require_once' files :<?phprequire_once '../_scripts/functions.php'; require_once '../_scripts/pageMake/menuItems.php';?><!doctype html><html lang="he" dir="rtl"><head><!-- TemplateInfo codeOutsideHTMLIsLocked="true" --> <meta charset="utf-8"><?phprequire_once '../_scripts/pageMake/head.php';The problem is that when i try to create a new php file from this template it get the wrong paths to these files:When I create the new file, before savings the paths look like this:(I only show the include files)require_once 'file:///C|/My%20Doc/Google%20Drive/DnD/Bootstrap_4/_scripts/functions.php'; require_once '../_scripts/pageMake/menuItems.php';require_once 'file:///C|/My%20Doc/Google%20Drive/DnD/Bootstrap_4/_scripts/pageMake/head.php';And after saving: (I only show the include files)require_once '_scripts/functions.php'; require_once
I wish to have less work with the migration of parts of my settings from DW 2014 to DW 2019:Keyboard Shortcuts and Tag LibraryOf course there are lots of differences between the two versions, so a simple export will not work, I suppose.My question:Is there controlled process like "import only those keyboard shortcuts where the commands exist in DW 2019"?And the same for the tag library?What do suggest please to have not the complete work of creating all the shortcuts as new ones in DW 2019?Thanks!I talk about DW on maOS.But when it comes to config files, feel free to mention the paths of the version for windows. I will find the corresponding paths on macOS myself.
I wonder if anyone could have a look at this .css file and find were the error is please??When Im in Dreamweaver it keeps crashing which I have pinned down to the header.css fileFor some reason I cannot add new css rules in the Selector on this file. When I type .test-test nothing happens or dreamweaver crashes.i'm not sure what is causing it/Hope you can help please?-------.header { height: 54px; min-width: 1200px; margin-top: -34px;}.main-container.login-main-container div { margin-left: -5px; margin-top: 10px;}.container { max-width: 1200px; margin-top: 6px;}.carousel3 { margin-top: 12px;}.backbutton { width: 58px; margin-top: -39px; color: rgba(36,153,251,1.00); font-size: 22px; font-style: italic; margin-right: -211px;}.back-button-t
Where's the best online download resource website for getting the most up-to-date version of Word for Mac. I've got an old copy but I need to update it to a newer version.CheersOsEditedIs this the offical website?Choose Microsoft Office Products for MacDoes this site look authentic?https://softwarekeep.co.uk/checkout/cart/I think I need office 2016 to run on Yosemite.....huumm. Its like a mine field trying to find a resource
How come I have these big margins under my h tags that I can't reduce like the h1 tag for example? Can someone help me reduce the padding between the h tags and the text?All Together Now
Hi Everyone,I currently have a backup of a Drupal site downloaded. However, when I try to import the site into Dreamweaver I can't find the correct file to upload.[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Moved from generic Cloud/Setup forum to the specific Program forum... Mod]
I'm receiving an HTTP Error Code 405 Method Not Allowed error when configuring MySQL. I know this can occur when trying to use a local test server and a remote database however I am using a remote test server along with a remote database. Both the server and database are within the same LAN and the webserver does has been allowed access to the database. While they don't show much (addresses and names have been modified) this is the configurationCan anyone offer suggestions?ThanksTodd
So there's this nice bit of code W3S recommends to create an animated collapsible sidebar navigation menu.Its only design flaw appears to be that the main site content doesn't actually slide, it shrinks in width. In other words, content starts wrapping rather than sliding out of view.Would it be possible to fix this without re-writing the whole thing? Just a small edit that will keep the (dynamic) width of #main intact while the left border slides over; possibly by compensating with a proportionate negative value on the right side?Thanks!
When I use this:<link href="../css/mediaQuery.css" rel="stylesheet" type="text/css">I see the Visual media queries bar.When i use this: (siteRoot() genrates the root)<link href="<?php echo siteRoot()?>/css/mediaQuery.css" rel="stylesheet" type="text/css">The css rules in the mediaQuery.css are applied but the Visual media queries bar is not shows. (I do press the button to show them)Any reason why?I also see the "mediaQuery.css" at the top of the panel as one of the open files and i can click it and see it's content.
Hello, all,Same project as my earlier post about jQuery UI, same section of code. But a different problem.I decided that I wanted to be tricky about opening the dialogs. I wanted to check for the existence of a dialog, first.IF there is no dialog, immediately open one.ELSE, close the currently open one, and open the new one in it's place. My logic suggested that since .dialog("close") doesn't have a callback, I'll have to use setTimeout() to delay opening the second dialog. I don't want to have both of them open at the same time, and they use the same z-index, so closing the first then delaying the open of the second seems (to me) logical.But it isn't co-operating with me. If there are no dialogs open and I click the top button, this alerts "false" and immediately opens the first dialog. If I click the second button without closing the first, it alerts "true", closes the first dialog, then opens the second after the first is gone. From this poi
Hi allI am experiencing problems with the Windows 10 Host service WebClient after i start Dw (1193 Build)As soon as i start working with Dw the cursor starts to indicate loading (busy wheel) and keeps flickering (wheel)I reinstalled Dw (before the last W10 upgrade) but this behavior keeps coming back? So i don't want to reinstall Dw after every upgrade...I have my projects on oneDrive but stored locally. So, when i "kill" the WebClient service i got some peace. But i don't think this is the best and proper way to get rid of problem.has someone out there made similar experiences and solved the problem.I would appreciate any hintThanksChris
I use the latest version of macOS Mojave and the localized german version of DW 2019.Which config file do I have to edit, when I want to change the behaviour of CMD+SHIFT+SPACE in the code and design view?Standard behaviour: & n b s p ; (spaces only for this forum posting)I wish to get the unicode character " "Why do I like to change the behaviour?The readability of source code is a lot better, with less entities.What did I try?I edited/Applications/Adobe Dreamweaver CC 2019/Configuration/Objects/Characters/NBSP.htmvar nbspChar = "&nbsp";tovar nbspChar = " ";I has no effect to CMD+SHIFT+SPACEThanks for your help.
In my opinion, true parallax effects are impossible without video, massive amounts of highly specialized images, and/or extremely bloated markup. So, we crafted a faux parallax page using minimal markup and simple images and called it something else http://www.projectseven.com/products/tools/pch/showcase/doo-wop/index.htm Enjoy... or not.
Should I sign a Non Disclosure Agreement or not?Ok this is the first time I've been asked to do this by a company I've worked for over 15 years.It's kind of against my principles to sign such a document as I'm not really that comfortable with all the legally binding wiffle-waffle.I'm the kind of person that usually just gets on with the job without having to stomach all the boardroom bullshite.Part of me is say 'I'm just being stupid' and part of me is saying 'stick to your principles'Can anyone convince me I should sign this NDA?CheersOs
want to add my website to my newly downloaded dreamweaver
When I check my site in DREAMWEAVER for wrong hyperlinks I get a list with the names #back. instead of a wrong hyperlinka.I don't know how to fix it oder to clear this list.
Greetings Coding experts, thanks for looking at this post. I’m trying to make the size of a coin appear its actual size on mobile, specifically I been testing with iphone6 plus. The size of the coin image is 2000px. The coin's actual dem's are 146px or 38mm; easily would fit on a iphone screen. I specified 146px length and width properties on the image tag. The image is accurate on desktop and ipads, but it scales down on iphone.I have tried different containers, no containers, using vw and vh. I can not get the image to show its real size on iphone.In my last attemp I scaled down the original image 146px. (attached) Iphone shrinks this image and of course it is very dim.The meta tag is in the head. Removing it increases the shrinking tremendously.I'm trying to avoid media queries, calculating for every device ect.Here is the file-code which I'm using for testing and is on server listed below codeThanks for your suggestions…jw<!doctype html><htm
HI there,Please see attached. I get this erorr. I contacted the server and they did everythign possible thing for a whole day and nothing works. DW ftp was working until 2 days ago and all of a sudden i get thie error. I tried connecting with ftp.websitename as FTP address, and then again as IP addressI tried changing port to 21 and 22I tried with "Use Passive FTP" ticked and unticked. Nothing works. Can you guys help?
I made an image flow in Photoshop using three frames in a timeline. When I try to insert it into Dreamweaver, I need to convert it to a jpeg. Then the timeline isn't flowing. Is it because I need to insert the file differently or will it work fine when uploaded?Thank you in advance,
I found a thread here about website hosting but since it is from 2013, I thought it would be OK if I start it again.I am looking to change hosting companies. I am with HostGator and VERY unhappy with them. Don't want to consider GoDaddy or Netfirms because of previous contact. I've heard both good and bad about BlueHost. I don't know of any others and a google search is rather overwhelming. I'd rather start with people I trust in the Adobe forums for help.I have 2 websites. Neither has any sort of shopping cart involved. One is WordPress (www.successful-solutions.com), one is Dreamweaver (www.desertpipes.org). Neither has an SSL and I know I need one.I just want a host that gives has a good uptime record, decent customer support for these simple sites, isn't going away soon, and hopefully won't break the bank. I don't do a lot of development work, only basic stuff.I hope this is enough information to let you know what I need.Thanks,Marcy
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.