『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi all. I've been working in an old DW version for years. Now in the new one! Question, I am in File view looking at my local server file list. I simply cannot figure out how to sort my file list by Type, Modified, Size, etc. !!!! Shouldn't those be listed across the top beside Local Files? How do I add those, or can I? They are in my older version as soon as I open the site and select Files. Thanks for any help on this.
This is a first for me. I have received an email from a client whose website has been taken down due to an overload of SQL resource in a shared hosting account. I will have to look at the database in phpMyAdmin and try to see what's going on. The site be reviewed before it is allowed to be put back online. Link spamming may be the culprit, but the site is not a Wordpress blog. Anyone else ever have this issue?
I've created a bunch of basic PNG icons for staff to download and use in their presentations at the institution I work for. Using custom HTML & CSS I set it up so that the staff can browse the icons and click to download the icon that they want. or at least that was the intention. It did work for a while, but recently when a staff member clicks on an icon it opens in a new tab instead of downloading.this is the code that I'm curently using:<div id="image_download" ><a href="myimage.jpg" download target="_blank"><div class="darken"><p class="darken_text">image title</p></div><img src="image_thumb.jpg" alt="Campus" class="image_thumbs"/></a></div>Any ideas how I would force this to download upon click instead of opening in a new tab?Preferably using HTML and CSS. I can’t use anything too fancy such as PHP as I’m unable to access the root folder for the institution VLE.Any help would be much appreciated.
hi i was typing in CSS Grid code and the line: grid-template-columns: repeat(4, 1fr); has a red error message saying "Expected RBRACE at line 6, column 35". i have tested the code in a css validator and the live preview had changed the view of the page.
I have these rules:.tbl { display: table; } .row { display: table-row; } .th, .td { display: table-cell; } .th { padding-top: 0; } .td { padding-top: 42px; }for the following html:<div class="tbl"> <div class="row"> <div class="th">sample text</div> <div class="td">Header</div> </div> </div>Well, despite "padding-top:0" both divs get the maximum value of each other (42px in this case).How can I set a different distance from the top for any of them?Thanks
im trying to slide up the copyright on the overlay i think you were saying adjust the html to be outside the overlay? however, i only want the copyright to show on the overlay (my particular audience doesnt like it shoved in their face--having on the overlay keeps it there but only when you jockey through the menu)-- is there a way to make it an nth child of the menu but have it at the bottom not following the previous li rules or another solution?
We're looking for a bit of help with the PHP for this form if possible please, http://merlinsbakerycafe.co.uk/contactform-fileupload.html which is an adapted version of one we had that worked previously, including recaptcha, this time with a file upload section (limited to PDF and Word docs). The script seems to work to a point, in that an attached file uploads to the uploads folder on the server, but the details filled in in the form aren't sent in an email nor does the redirect work so I'm guessing somewhere in the midst of this script something isn't quite right – if anyone could offer a bit of assistance (or a better version of this PHP) it'd be much appreciated thanks! <?php //set recaptcha url/secret-key/response$recapture_url = 'https://www.google.com/recaptcha/api/siteverify';$recaptcha_secret = 'xxxxxxxxxxxxx';$recaptcha_response = $_POST['token'];//send information to recaptcha url$recaptcha = file_get_contents($recapture_url . '?secret
Hello! I am using the older Dreamweaver version CS6. I edited 4 pages of my site. These 4 updated pages are now showing up successfully on my Remote Server box. However, they have never showed up online to replace their older page counterparts. I have hit Refresh several times in the Remote Server box and have also closed out of my browser several times, but they are still not appearing online. Any help would be very much appreciated! Elizabeth PS: I don't know if this is relevant, but these 4 pages were edited in a trial version of Dreamweaver that is a newer version than CS6. However, they are showing up in CS6 just fine. So I don't think this is the problem...
Hi, I know that it is something easy but they would help me a lot by telling me how active the continuous spaces
Hi all, I'm finding code editing etc VERY slow on Dreamweaver - anyone else? Like, I type something into the code then thereis a PAUSE and various things underline and then it responds again. On Windows 10, with latest version. (20.2, build 15263) My machine is an AMD Ryzen 9 3900x (3.8Ghz) and I have 64gb of RAM, so that shouldn't be the bottle neck - am I'm running off very fast SSDs (NVME). I've turned off CODE HINTS as much as I can. What else can I turn off? I've tried also turning off Live View - changing to Design view. Is slightly faster but not much. toby
I was working on my web server when saving the page ("transmit.php") Dreamweaver sends me the message "Incorrect parameter". I was forced to create a new page called "transmit2.php" by deleting the previous one.The problem is that the file always seems to be present on the server.1) connecting to the site via the web, it regularly opens the page (and instead it should give me the message "page not found")2) remotely connecting to the server folder (with obviously all permissions to view hidden and system files active) the file "transmit.php" is not present but if I try to create one with the same name, Windows Server tells me that the file already exists (????).I tried deleting it from DOS and it rightly says it can't find the file.I also tried to clear the Windows TEMP folder but nothing changed How is this possible? Can someone help me? Thanks
Hello, I am attaching an image from which it appears that in Dreamweaver 2020 the creation of hyperlinks is not active unlike Dreamweaver cs6. Is it possible to activate the option? Thanks Augusto [Moved from Using the Community (which is about the forums) to a better forum... Mod][To find a forum for your program please start at https://community.adobe.com/]
After syncing my website I get the background file activity box that eventually says it is complete. However, in the bottom is shows that it is still spinning and I never get the save log all that is available is hide or cancel and the only way to get it to stop is to use the task manager to end it. Any help, please?
Hi, I have a MacBook Pro 2.3 Ghz Intel Core i5 from mid 2017. I have installed and reinstalled Dreamweaver a lot of times and when I try to open the program the same message always appears: "Localized resources files could not be loaded. Please reinstall this application to solve the problem" I have the Mojave operating system installed (It also happens with the Catalina operating system). Has it happened to someone? Anyone have any idea how to solve this problem?
How can I see in Safari and Chrome browsers my recently edited images and pages on me Macitosh? The browsers are usually not showing the updated versions of my files unless I restart my Mac. I'm using frames. I tried in the browsers:*clearing my History * restarting the browsers* pressing Reload• pressing option and reload simultaneously and in Dreamweaver • Site > Advanced > Recreate Site Cache • Site > Site Options > Synchronize Site Sitewide• pressing the Refresh circular arrow in the bottom, left corner of the Files window• pressing the Synchronize button at the top of the Files window• restarting Dreamweaver• uploading the index.html file• uploading the right frame html file• dragging the updated images and pages to the images or pages folder on the remote server• pressing the Synchonize circular arrow in Files and trying verious combinations of those, etcetera, but usually I have to restart my Mac to get the images and pages to
Hi, I have Dreamweaver 8 but I don't have any update filter when I go into the help menu, but if I remove DW and re-install a page comes up during the installation telling me that DW8 needs updating in order to interact correctly with Internet Explorer (something like that), I am having trouble finding the correct update to get past this issue. I am operating on Windows 10 64 bit, any help would be greatly appreciated please. Many thanks in advance, Clare
Anybody seen this. Its annoying and stops typing.full error message
Hi there!I have a silly question about how the code is displayed. I expected thet, when writting something like <div></div> And then hit the intro key, i expect to look likebut it shows like
After decades telling clients I don't/won't do html (I'm Illustrator/Photoshop/InDesign).. I have to do html. Today I downloaded Dreamweaver and opened a template a client provided. No problem changing out images, adding header, changing text (just started dumming it in)... but when I get the cursor blink just beyond the last text in the paragraph and add an IMG - the whole layout shifts. I know seasoned pros are probably hating this thread already, and even beginners are laughing. I get it. I only got this request 75 minutes ago so no time to watch tutorials yet (weekends for that), car business is hurry hurry hurry, and once I gety one done it will be "now do these other 25". How can I force the layout back to two columns so I can insert the logo you see on the right example (or do I need to create it's own block)? The logo should be floating just below the text block. Thanks in advance. [Moderator added the image to replace the link]
How do I make the options display normally
Does anyone know of an app I can put on my iPhone or Android phone so I can see the CSS of a page which is loaded n the phone? I have looked at several apps which purport to display source but the only source they ever seem to show is just the HTML.many thanks in advanceDavid
I hve the latest version of dreamweaver download on the creative cloud. where it has the 'open' button it is shaded and not a button like the other apps. When i click in dreamweaver it says open dreamweaver (12.0.0) and nothing is opening.
I recently had to move from a Solaris box to a windows box. Using Wamp we installed everything on the C Drive but all of our web content was moved to the D drive. When trying to connect DW using SFTP we can't seem to get it to recognize that the root of the site is on D:/www. When we connect in DW we see it going to C:/users/dwuser not to our www. We edited the httpd.conf to have D:/www as our RootDirectory.DocumentRoot "d:/www"<Directory "d:/www/"> Anything to look at would be helpful. We have tried many ways to get to the files on D but seem to always end up on the C drive of the server.
I absolutely cannot work with the new interface. It's taking me 3 times as long to do simple tasks. I had an older version of CS on another computer but it crashed. I also want to use the design view - split screen, properties bar, files on the right. This new version is AWFUL. ALso, the CC seems to be constantly downloading things to my computer and blasting out my bandwidth allocation. It's an awful system. I would gladly go back to all of the old versions - have a license -- just don't know where to download.
I am trying to Activate my Drean Weaver 3 program. it has a problem with the firewall on my Windows 10 - 64bit laptop. (I Think) can't seem to figure it out, do I need to de-activate DW on my desk top computer (Win 7 64) before activation of my disc on the laptop? and if so where is that button. Adobe support would not help because the DW program is no longer supported, too old ver 3. they refered me to the community. also same problem with photoshop CS5.1 . I have no subscriptions, all my 4 programs were bought before 2013 when there was still a choice to purchase on a disc, not creative cloud. suggestions appreciated, Marty
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.