For all things Dreamweaver.
Nyligen aktiv
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?
hi everyoneI would like to create a css with 3 columns.1st column with pictures. 2ed column with a description of the pictures. 3rd column a small form.I do this css but it only works on the 1st line.@charset "UTF-8";.colonne-un { width:25%; float:left; padding-top: 15px; padding-left: 5px;}.colonne-deux { width:51%; float:left; padding-top: 15px; padding-left: 20px; padding-right: 40px; text-decoration: none; color:#2F322A; text-align: left; font-size: 12px;}.colonne-trois { width:23%; float:left; padding-top: 15px; padding-left: 5px; background-color: #E0E6F7; border:1px solid #ccc;}.image { padding-top: 30px;}I would like
In dreamweaver, i added a table to a website and i need to remove its gridlines. any idea on how to do this? thank you!
Can GPU AMD Athlon X4-845 cope with Dreamweaver CC2017? I'm on the verge of buying a new desktop but I want to be sure.....
HiThis is only my second website. So I hope you can bear with me. I started to get the following errors:I get basically the same message for onLoad _afterSavewhen executing _onLoad in FluidGrids_onOpenthe following JavaScript ......error(s) occurredInfile "FluidGrids_onOpen_onOpen" us not definedand I have the same thing for _afterSaveI really need some helpThanks
Email templates not showing up in Starter templates folder. Is there an easy fix or do I have to download and install?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.