새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
For all things Dreamweaver.
최근 활동
Hey there!After finally upgrading to CS6 I want to restore my beloved keyboard shortcuts in dreamweaver.As I can't just copy the old settings in the app support I need help, for the proposed way of configuring it doesn't seem to work.The most important shortcut in my daily use is the one to "Select Parent tag", which doesn't have a default shortcut programmed.Can anyone please give me a step by step advice on how to do this? Following the given instructions didin't set the shortcut and I don't know why…Thanks a lot!max
Ok so I have an image(top) in my portfolio scaled it weird, but I scaled the image down (bottom)and it still looks the same
CTRL-C, CTRL-V, CTRL-S ... which I use all the time, have all stopped working in the design window both on the code side and the WSYWIG side. I *can* however CTRL-V into the field in the property box. It's just in the design window. I've tested on other applications and the keyboard short cuts all work fine. It's definitely isolated to DW CC. Any ideas?Thanks!
Hello everyone,one of my difficulties to use DW CC 2017 is the different way "includes" are illustrated. Here my problem:1. Version 2017 (Entwurf Standard >>> translated: Draft Standard?)Instead of the original includes I see "php"2. Version 2017 (Live View >>> translated: Developer?)I see neither php nor the includes.3. Version 2015:The two includes are visible (menu and the textlines "Karnevalsgesellschaft ...)Will there be a chance to get the latter kind of style so too in DW 2017?Many thanks in advance for your support.Hans-Günter
I am trying to debug a page for someone because some bullet points are not working and indenting as they shouldThe site is commercial and I am NOT plugging anything but the page addess is http://www.essentialfinance.net/events/booking2.aspx?index=1195Essential Finance - Event Booking The bit in question is the part where the bullet points are in the margin.When I view the page source in Mozilla or Firefox the lines simply break with a <BR> at the end of the line "The tutorial will include:"When I save the page a <\Span> moves up four lines to break the span before I want it to.I have included stylesheets for the UL LI bits to give a 20Px left margin but it's not working.The </SPAN> should be staying under the close of the </LI> </UL> bitWhat is happening?Thank you in advance for any feedback.Terry
Hi I can't update any information on my website
HelloI am trying to activate this product on a new PC, i do have the serial number but it fails when trying to activate the product over the internet and when i try the phone numbers displayed they are no longer valid.Help please.ThanksKaren
I have just looked at support for the css @apply rule on caniuse-http://caniuse.com/#feat=css-apply-ruleI noticed that for the Chrome for Android browser, the feature can be enabled using the 'about' flag. I did not think it was possible to set these flags on mobile devices, and as I do not have a recent updated Android device to check, I was wondering if anyone has ever set the 'about' flag on a mobile browser, (or even knew that it was possible)?Also does it work, (thinking css grids)?css grid demo to check, if possible -http://www.pziecina.com/Adobe/grids_demo.html
Hi all, I have been making my own website based off of a pre existing website template.however in dreamweaver, in the live view the website shows how i want it to look, however when i save the files and open the site in a browser, it is completely different in every way. the above image is of the site in real-time previewthe below image is the live window in dreamweaver does anyone know why this is happening.
I am using bootstap to create a responsive site. It was goin well until the dropdowns just stopped working. Also when I upload my file somewho in the process when it reaches to the other side all my documents are blank. So I used filezilla insted, that worked but the dropdowns still didn't work. At that point I figured maybe the copy of dreamweaver cc was curpt so I deinstalled and reinstalled a clean version, the recreated my bootstrap document and still no results. I'm out of ideas... I really need to move forward with this project. does anyone have any suggestions? I was thinking maybe the Javascript needed upgrading but I do have the latest verion of the program....Someone please help.-Nathifa
I need to remove double spaces between words. Is there a formula I can use using the 'find/replace' function.The issue is, that I'm putting text into paragraphs which hasn't been edited correctly, and there are a lot of double spaces after/ before words.Note: I'm not trying to remove white-space between <p> <div> etc.
When I inserted pictures on a file, the code used to begin with <img src="home.page/ but now, when I insert a picture from the same place (by INSERT - IMAGE), the code it gives me is: <img src="../home.page/ Of course, I can change it to <img src="home.page/ but then the picture doesn't appear. However, in neither case do the pictures appear when I put the files onto the remote server. Meanwhile, the ones I'd previously put up with code beginning <img src="home.page/ do appear. I can usually work these things out but this time I'm stumped. I am now using Dreamweaver 2017, but can't really think this is what the problem is. I've checked the local files against those on the server and they match.
I can't seem to find a way to GET folders and related files with special characters in the folder name. Renaming the folders or files is not an option. Dreamweaver is the only client in which this seems to be an issue in. Any idea of how I can use Dreamweaver to access these files, even if only on the remote server?
For some reason, I cannot get my 2017 FTP ("Files" window) to sync files - it always times out. All previous DW versions have been just fine. I can sync files using another software (i.e. Transmit) so it's not the FTP issue per se. Has anything been changed...?
Thank you both for your replies. I'm still having no joy after right clicking & selecting the changed files, to be put to the remote side. I pressed refresh after putting the files over. I synced the full site again and still no good. I also copied and pasted the 4 files from the local to the remote but changes are still not showing live online. Julian, you asked "Are you sure you're not looking at a cached version of the site in your browser"?Unfortunately I don't know what this means and need to know is there some setting wrong at my end or does my Website Host Company need to change some setting at their end? Thanks.
I have learned that the DWZone's "PHP Advanced Search" product that I purchased is too old and use outdated PHP. How do I go about getting a refund?
I'm trying to install the dreamweawer CS3 on my mac. After entering the serial number and the activation attempt, the installer issues a message Too many activations. How to activate the product?[Moderator: moved from non-technical forum Lounge to Dreamweaver.]
I have a table (simple stuff)<table width="1000" border="0" align="center" cellpadding="30" cellspacing="0">This will not go back to 1000px and stays at 1299pxThere is nothing in the cells that is that bigHELP
Say if i had 8 <div> tags on my site but i accidentally removed a ending div tag so there is 7 </div> tags
<?php virtual('/Transport/Connections/connect.php'); ?><?phpif (!function_exists("GetSQLValueString")) {function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; } $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue); switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue) : "NULL"; break; case "double": $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";&n
I uploaded a site edited in Dreamweaver. I bought a domain through godaddy and have forward with masking pointing to where it is located. I have it running from my other websites hosting so its pointing to www.MYSITE.com/NEWSITE/Index.htmlIt looks fine in chrome and safari when I use www.MYSITE.com/NEWSITE/Index.html and www.NEWSITE.comWhen I preview the mobile from inside dreamweaver it looks fine, local view.When I go to www.MYSITE.com/NEWSITE/Index.html on my phone it looks fine.However, when I go to www.NEWSITE.com it doesn't load correctly.Sites are hosted at one.comAny help would be greatly appreciated, I am at a total loss
I have a working copy of Dreamweaver CS4. I have purchased a new computer. I have my serial number and have downloaded the files. When I run the installer, it say the Installer Database is corrupt and to contact Adobe Customer Service. Anyone got any suggestions???
I am making a website for my college class with Dreamweaver CC. Yesterday I downloaded the Dw Free trial app on my Mac, and I am having trouble with links. For example, I want Dreamweaver to link to myfitnesspal.com when I type in MyFitnessPal, but it thinks it is linking to somewhere in my files instead of the website. I'm trying to just highlight the text and right click and get the box where you can just press link, but I can't get it to show up. I right click and a big long menu comes up instead of the simple bold or link box I need it to be. Why is it linking to somewhere in my documents instead of just a simple website I need it to go to?Also when I try to press make link on it it automatically goes to my computer files and won't let me just type in a link. This index page proposal is due tomorrow in class so if you could get me some answers right away that would be great! Thanks.
This has been going on since cs5 but seems like no one wants to fix it. The indenitg inide @media screen does not work Instead of this @media screen and (max-width: 767px) { .thz-pagination li { display: none; } .thz-pagination li:first-of-type, .thz-pagination li:last-of-type { display: inline-block; }}we get this @media screen and (max-width: 767px) {.thz-pagination li { display: none;}.thz-pagination li:first-of-type,.thz-pagination li:last-of-type { display: inline-block;}}
A lazy Sunday afternoon always offers me the opportunity to fiddle around. This time I had a look at the performance of the browsers. The first thing I noticed was the difference in memory usage. The following shows the result for all of the latest versions of the browsers.Does this mean that I should start using Edge?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
이미 계정이 있으신가요? 로그인
sso.login.detail.descriptionWithRegistrationLink
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.