For all things Dreamweaver.
Nyligen aktiv
Very disappointed to see GIT not working correctly in DW 2018 for sites that have more than a few files...If your site is very small, it seems to work fine. When you open a larger site, you cannot stage or commit files. Even sites with a few hundred files - you're outta luck.Adobe says it's a "performance problem" here:Known issues in Dreamweaver 2018 releases But I don't think it's a performance problem....If I select all files to be staged, it NEVER changes status. the commit button never lights up....no matter how long I wait...Really makes me wonder what kind of testing Adobe does before they release updates. Hey Adobe, you can hire me for QA and avoid issues like this.Here we go again...waiting for another update with bug fixes....
I installed Dreamweaver this evening and when trying to launch for first time I get this message:The procedure entry point_crtCreateSymbolicLinkW could not be located in the dynamic link libraryC:\WINDOWS\SYSTEM32\MSVCP110.dll.I'm a beginner and this is way over my head. Please advise!
It seems like Dreamweaver is just randomly pasting text into my code. Html tags are "pasted" into with fragments of text.This is happening with CC 18.0, build 10136.This has been going on a very long time. Haroldntx and Jules1587746 in the following thread were having the same problems. The thread is a year old!!!Dreamweaver CC 2017 - what a mess! WTH is going on? Has this got something to do with split view?CC Master suite subscription is WAY too expensive to not have cut and paste functionality.
I am having issues seeing Design View. I am in a class where we use a textbook and follow step by step directions. The book wants me to use Design view but whenever I click on it I get the following issue. I go to View - Design and it defaults back to live view and a blank screen. Help please!
I'm using Dreamweaver cc 2017. It would be a great help if I could print out a PDF for descriptions of the text properties. Does Adobe have anything like this?
As my head says how can I stop this annoying behavior?An example of my code:<a href="#" onClick="MM_openBrWindow('winning_moves_stts/groot.html','','width=320px,height=200px')" onMouseOver="MM_swapImage('Groot','','images/stts/draxback.gif',1)" onMouseOut="MM_swapImgRestore()"><img id="Groot" src="images/stts/groot.gif" alt="Groot"></a>Thank you in advance!
In 2016 I used to have my files sort by date so when I updated it went to the top. I don't see where I select that option in 2017
Sometimes the simplest things can make you come to a screeching halt....I have the latest version of CC and I've opened up the Standard toolbar but now I want my menu to come back and I can't figure out how to close the standard toolbar and bring the menu items back. I've tried right-clicking in the toolbar, dragging it, etc. What am I missing?
This feature was added a few versions ago and although I know I can edit a style sheet to change the background colour of tag highlighting (I've no idea what it's actually called) can it be completely disabled in the latest 2018 version? Here's a screen grab to illustrate what I'm referring to:
How can I clear Find and Replace?Even though I clear the last search term from the Find and Replace window, and press the tab or return key, and type a new word or phrase in the Find and Replace rectangle, Dreamweaver keeps on highlighting the last search term that I had searched for.
I can remember Ben mentioning http2 in a discussion, but I could not remember which one, so -Just though this article may help others -https://alistapart.com/article/the-best-request-is-no-request-revisitedalso this years '24 ways', annual series of articles have started -https://24ways.org/and just for fun, for those interested in learning a bit more regarding css grid layouts -https://alistapart.com/article/faux-grid-tracks
The transitional color overlay that helps fade in each image in a slider happens to be a dark gray. I am unsure how I can adapt that to be white..slider { padding-bottom: 0; margin-bottom: -1px; background: #ffffff; border: none; box-shadow: none;}<script>var slideIndex = 0;showSlides();function showSlides() { var i; var slides = document.getElementsByClassName("slider"); var dots = document.getElementsByClassName("dot"); for (i = 0; i < slides.length; i++) { slides.style.display = "none"; } slideIndex++; if (slideIndex > slides.length) {slideIndex = 1} for (i = 0; i < dots.length; i++) { dots.className = dots.className.replace(" dotActive", ""); } slides[slideIn
Used this...RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.htmlPages connect both without the .html and with when typed into browser. However, when I use my nav menu links in the site.. they revert automatically to displaying the .html. How can I further modify to cover those internal menu links?Thank you!
I just purchased the Creative cloud and teacher edition plan and have been trying to download Adobe Dreamweaver CC, but can't install it. Basically what happens is that I download the Dreamweaver installer which works fine until I enter my e-mail and password, which after doing so the installer simply goes blank and does nothing. I've tried several times and the installer goes blank and freezes every time I do this, any help please? Attached is a screenshot of the installer blank.
Tengo problemas al instalar esta extensión en Dreamweaver CC 2018, ya intente hacerlo por medio del Creative Cloud e incluso usando el Adobe Extensión Manager, nada funciona
I got a new laptop and am trying to move my dreamweaver cs6 to it. I ran the setup but now I can't run the activation program: adobe.dreamweaver.cs6.activation.exe. The error I get is: insufficient resources exist to complete the requested service. When I click on OK the program ends and gets deleted from my hard drive.I've run it as an administrator and regular.Any help will be greatly appreciated.
It was mentioned previously here in one of my posts that a floating Back to Top button would be preferable to a single link at the bottom of the page or as I was intending having a number of links at specific intervals of the page.I have looked into this and would like to implement this in my site. I want to add a message box with a link plus a Back to Top button box that floats up and down the page as the visitor does so.Can anyone suggest a way I could do this please?Thanks in advance!
I'm looking for code to load many images to html from local folder...thanks
Hi,I'm new to coding and I have this code for my website:but I changed the source for the image and it stopped working and I can't figure out what's wrong with it. On the error line it says "Special characters must be escaped: [ < ]"Also if you could tell me how to get the link to open in another tab I would really appreciate it. Thank you!
I have been running a Family Tree web site for well over sixteen years and I started out using Cute.F.T.P. Later I started using Dreamweaver on the insistence of my tech savvy daughter. The site now contains well over two thousand files comprising of birth, death and marriage certificates together with copies of parish baptisms and marriage records plus photographs that pertain to each person that appears on the site, and that is about three hundred and fifty at the moment.As I have never had a lesson and have picked up the running of the site as I went along. What I like is to find away to manage to site and maybe have some face to face lessons, so that the information imparted to me, sticks
I have created a poll in the Coding Corner. Please feel free to participate.How many people use Dreamweaver?
ok, i have solution finally.after few hours of research i have solution how to create indent guides in dreamweaver cc 2017 functional. of course indentation works on lines with wrap text now correctly (see images below).first of all, you must use TAB indentation in your code. my settings are show on picture.sorry, but space not create specific tag in code editor which is need for styling.lets go.. open your main.less file and copy this code somewhere.if you use modified theme, file location is C:\Users\~name~\AppData\Roaming\Adobe\Dreamweaver CC 2017\en_US\Configuration\Brackets\extensions\userif you use default theme, file can be found C:\Program Files\Adobe\Adobe Dreamweaver CC 2017\www\extensions\default\~UsedTheme~// indent guide settings.CodeMirror pre {overflow: hidden;}.cm-tab {position: relative;}.cm-tab:after {content: '';position: absolute;border-left: 1px solid #cccccc; // your color choicetop: 0px;left: 3px;width: 0px;height: 100vh;}save and enjoy!..or you can download my e
First of all the site discussed here is NOT secured by a pay as you go authority but by cacert.org So your broswer will NOT be happyOk on to the problem.... Mostly as a learning experience i have been setting up my web site to be "secure" yes i know with cacert.org notbeing acceoted by all majopr broswers I really am not but I am not doin e-commerce of evening using site to exchange email If I was I might put the money down .. that asideThe issue I have is I am 90% done with making this site responsive. What has me baffled is that the standard view of the index page is responsive but the same page when views under https loses columns in Safari and Chrome (but not in Opera go figure haven't checked out firefox yet)The site is kasdivi.comYes your browser will hate the https version any thoughts or insight would be appreciatedJason
I though this would be simple butI finally got around to adding security to my web server. On my personal web page i simplyy too the existing index.html and copied it and rename index.shtml and expected all to be good, instead ny two columns in the page body get treated as onehttp://www.kasdivi.comworks as its hashttps://www.kadivi.com shows the problem...Some how I imagine this is just a simple oversight?Any thought or inputs would be appreciated
DW is removing my line breaks when i paste chunks of text in. It merges all my paragraphs into one big paragraph and it is driving me insane. My source text has line breaks but no formatting other than that. Does anyone know which setting to modify in prefs?I am in hurry to get this done over the weekend. So any quick tips would be really helpful.
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.