For all things Dreamweaver.
Recently active
Been uploading files to my server with no problems for 5 years when suddenly I get this message which blocks all uploads. As far as I know I have never had or used a 'testing server'? Your help is solving this would be most appreciated.
Hi, can any one help.I am looking for a script for a cookie banner that is "Opt - In" with the options to revoke, show read more link to policy.Thanks, Jim.
Hi all,I am having trouble exporting a jpeg with hyperlinks in such a way that I can place the jpeg in an email body, so that it is clickable. We want to send a digital flyer with our social media links to our clients. Can you even do such a thing? I am a bit rusty with coding.In anyone can give me advice, I'll appreciate it very much.
I was able to track the page properties and links earlier in an extra field below.I do not know how I can adjust this again.Now I have totally changed the view of dreamweaver.How do I get back to basics?I have no menu bar anymore, please help me!Nachricht geändert durch Günter Leipfinger
Please let me know how to go about this;Thank you.C. Reynolds.
Dreamweaver CC 2018 continually shuts down on macOS High Sierra. Even with no files open or simply selecting a site. Any suggestions ?
HelloI need some help with changing from one hosting plan to another hosting plan in the same Godaddy.I have like 5 website there, which only one has a wordpress attached to it.Is this too difficult? I've never done this so, I don't feel very comfortable.Thanks for your help
I'm working with a Bootstrap Template that give me an Image along the right side of some description paragraphs on the left. However, as the reading goes on the the scrolling must go down the traffic will leaving the pictures I place on the upper-right and it will be all blank on the lower-right half. That's a bummer .So it would be great if the Image I place on the right would be able to "follow" along the right hand side as the reader scrolls on down and does the reading. Right? But how would I do this. I imagine I would have to make some additions within the CSS which I already looked into online but found absolutely nothing. Also, because I don't want to mess up anything within any of the other "sections" of the template I'd like to be very cautious of what's added.So has anyone else heard or seen of ways to have an image scroll or "drop" down when a site browser/visitor is scrolling down a site? Or is it just me? I could swear I've seen this before...
The W3C Roadmap for web application on mobile, (also applies to desktop etc) has finaly published the 2018 version, (a few months later than expected).Whilst some features are mobile device only, much of what is contained also applies to 'fixed' systems such as desktops. The roadmap gives a good overview of features that are considered stable, and usable, plus an insight to upcoming features.https://www.w3.org/2018/04/web-roadmaps/mobile/
We just switched from Dreamweaver5 to DreamweaverCC 2018. All the files appear to be working fine in the new Dreamweaver, except our collection of newsletter files. When we open any of these files this is what shows on the screen. I tried cleaning up the code, but no luck. What might make the file open and look like this?
Best Adobe community,I've added a button to my webpage that when clicked assigns the value 0 to the element.scrollTop property with no success. I'll post all code below, except the CSS that most importantly specifies the initial value of display:none and styles the button:HTML:<button id="top_btn" title="Go to top"><!-- top_btn --><span class="glyphicon glyphicon-chevron-up"></span><!-- /top_btn --></button>Javascript:var body = document.body;var root = document.documentElement;var topBtn = document.getElementById("top_btn");window.onscroll = function() {"use strict";scrollFunction();};function scrollFunction() {"use strict";if (body.scrollTop > 702 || root.scrollTop > 702) {topBtn.style.display = "block";}else {topBtn.style.display = "none";}}function topFunction() {"use strict";body.scrollTop = 0;root.scrollTop = 0;}topBtn.onclick = topFunction();The button is successfully revealed but nothing happens onclick...Thank you on beforehand!Regards
Hi. Just wondering how to add a row to the default template (from Dreamweaver) hyperlink menu. Have tried to add a row however the template is locked. There are four rows for menu options however would like to add more. Thank you in advance.
Thankfully Affinity from Serif looks amazing, with Professional hollywood software makers releasing industry standard editors and REAL comp software for FREE and including ProTools, Then add in Microsoft and Google all but matching and streamlining a better Dreamweaver, I look forward to finally leaving Adobe, WAY to overpriced for what is given.And for those curious, yes, Affinity is REALLY close to Adobe, the look and feel is virtually the same so easy transition. All for $49 one time only.Moderator Note: Removed profanity from the subject line.
I'm a newbie and have created a 5 page website for my company in Dreamweaver CC 2017.......dfwlonghornconstruction.comThe problem is with the display on a cell phone. I thought it was set up as a responsive site from the CC videos I watched and followed but apparently I'm a idiot and did not succeed. So, my question is this......how can I make a existing Dreamweaver CC 2017 website responsive so that it goes across all forms of screens properly without major changes to the CSS files or code, if possible?I've been reading about Bootstrap and that sounds like a possibility until it sounds like I have to redo my website and reformat it.HELP!Sincerely,Darrell
What is the logic behind div slider from left to right using js or jquery. I want to create our team div that has other divs floating to the left with a width of 33.33% at same time after an interval of 3000 it scrolls to the second div ,third and so on horizontaly please guys help me????
Hello, the Dreamwaver writes mistakes in the HTML, when I bring a file from outside or insert a table from inside Dreamwaver itself. There are some options that are not working. and this is screen share video to see what I meanhttps://screencast.com/t/0NwEupueK7
Hello,I reinstalled DW CS6 on a new MacBook Pro. So far everything seems to work properly except the irritating fact that fonts don't display properly in design view on the new Mac whereas they did on the old one. Everything looks good if I look at the page in the browser but the fact that it doesn't look the same in design view like it used to makes me suspect that something is wrong with the new install. Any ideas on how to get it right? Or, do I just have to get used to a new way of looking at the world. (-:Branko
Is there a way to make global blocks or sections that I can just insert when I need a new one and add then add the page-specific content for that section? For example, I made section with a title, sub-title, paragraph, and three icons with buttons. I want to use this section in several place on my site but add different icons and text etc. Can I make templates for those and just insert them, rather than having to copy and paste? Thanks
I have for many years used a solid and well-working Dreamweaver MX.I tried to open today but been asked to re-activate the software. After 30 minutes chat with Abode they suggested to contact this forum. Anyone who can help me to open/re-activate my software?
I have one background image on my home page that is set up in the css style sheet - .header { text-align: center; /*background:url(../img/pw_maze_black_2X.png) left top repeat;*/ /*background: url(../custom/thread-web-1.jpg) left top;*//*background: linear-gradient( rgba(255,255,255, 0.65), rgba(255,255,255, 0.65)), url('../custom/thread-web-1.jpg');*/background: linear-gradient( rgba(0,0,0, 0.2), rgba(0,0,0, 0.2)), url('../custom/thread-web-1.jpg'); background-size: cover; /*padding: 280px 0;*/padding: 100px 0 250px;}I am looking to change the background image for a particular page and was told to add this code in the style sheet -#header_carhartt { text-align: center; /*background:url(../img/pw_maze_black_2X.png) left top repeat;*/ /*background: url(../custom/thread-web-1.jpg) left top;*//*background: linear-gradient( rgba(255,255,255, 0.65), rgba(255,255,255, 0.65)), url('../custom/carhartt-1.jpg');*/background: linear-gradient( rgba(0
My number Adobe [private info removed by Mod]Good Morning,No the problem was not solved !!!!You really are leaving something to be desired !! It has been much worse since CS6.I'm really thinking about going back to CS6 and canceling this subscription.I'm not recommending anyone to sign it.I found the solution a crap !!!hug
Hello, all,I'm trying to use collapse on a higher z-index than the rest of the page, so when expanded it will cover part of the page content.However, I can't seem to get Bootstrap to co-operate with my desired design. Upon clicking the element that expands and collapses the content, the hidden content starts out "over" the page content, but as soon as the expanding is completed it "sinks below" the page content.How can I get the expanded content to stay "above" the page content?V/r,^ _ ^
I am completely and utterly lost. Everything I have seen so far is totally barbar to me. I need an explanation in simple terms. I want to make a link in a specific region of an SVG file. I do know this: I need the region's coordinates and thel target link. What I want to accomplish is if a person hovers the mouse over the phone number, I want something to pop up that says: "Click here to call," and if he does, I want to send the "tel://9038302844" link. Same for the email. So, here's the info:Phone # coordinates: x = 745px, y= 508 px width = 775px, height = 224pxHELP!!
Within a DW document, I block and copy some text that I want to move to another place in doc. DW will not allow drag and drop. I try paste. No dice. I try cut and paste. No go. I open Note Pad and the material pastes.I recreate DW's cache. Doesn't help. I unload and reload DW. Didn't help. I restart my computer. I restart my DSL/WIFI router. DW still refuses to paste from the Windows Clip Board. I close DW again and reload. From the loading screen I notice that it just flew by the loading of the cache. Suspicious already. But I open the doc I'm trying to modify, block and copy to the CB again, and then open a brand new, fresh HTML document. No paste. I had this same trouble months ago. Forgot what I had to do. Mad as hell at DW. Can't find the info in the threads. Will somebody please tell me what to do and why the dickens DW goes off on these weird tangents in the first damn place.
Quero mudar o atalho padrão para remoção de linhas no DreamWeaver, mas não acho na caixa de diálogo de edição de atalhos.Também gostaria de saber se alguém tem o layout padrão de atalhos do Sublime Text 3 para DreamWeaver.Valeu!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.