For all things Dreamweaver.
Als letztes aktiv
Hello. What kind of file is it asking for?Also, the little ? in the upper right of this box pictured only goes to nothing.If it's a javascript file, can someone link me to a template?Thanks a bunch![Moved from the Lounge (which is where you can "connect with your peers" from across all of Adobe's products for conversations that don't directly relate to help and support) to a product-specific support forum - moderator]
Good morning, all,I hsd s perfectly good FTP setup that inexplicably weint South about 24 h. ago. Now I'm having a challenge finding the place in DW to edit/reset my ftp credentials. If one of you would please point me to a resource that explains that procedure, I would be very grateful.Best,jwc
Let's say I wanted my page to display items (mostly DIVs and SPANs) with a slight animation. One-time, non-looping, just to "ooh!" the audience a little bit on page load.Here is an example of a page that fades all elements in at once, at the same time. It's not a big deal, but has a big effect on UX when compared to cold loading. Having just returned to coding after a few years off, I see that the "animation" property could potentially do the job on its own without any JS extras. Although when I went Googling for extras, I found them.In my ideal scenario, I'd like DIVs to load invisible and immediately fade in (w/ slight timing offset so we can recognize the individual modules) and even add a subtle slide effect to boot (ie, they'd slide in from 20-30px while fading in).If you make the offset timing random (for instance, 0ms to 50ms values, at random) then you could even create 1 function that affects all the tagged DIVs (that way you don't have to manually set the timer on the fade-in
Dreamweaver CC (2017) keeps crashing on Windows 10 upon opening certain files or saving a new file with certain code in it. It started happening since the latest updates were installed (yesterday). After countless crashes, uninstalling, reinstalling, clearing cache, deleting Personal Configuration folder I have narrowed it down to this:ANY file that has a php tag (<?php) and uses certain meta tags will crash the program as soon as the file is opened (Message: Adobe Dreamweaver CC 2017 has stopped working).Here is the code that causes it:<?php // do nothing?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <title>Test</title></head><body> Lorem ipsum...</body></html>It's not limited to opening an alread
Hello all. I'm new to Dreamweaver, and I've tried to find the answer on my question, but to no avail.I am looking to use Find and Replace to delete extraneous code not needed in the projects I am working on. Even though this is specifically having to do with bolding text, I'm not sure how to approach it because of the variables needed.An example would be this:<span style="font-family: Arial, sans-serif; mso-fareast-font-family: 'Times New Roman'; mso-font-kerning: 18.0pt; mso-bidi-font-weight: bold; font-weight: bold;">ABCD</span>would need to be changed to this:<span style="font-weight: bold;">ABCD</span>Or this:<span style="line-height: 115%; font-family: Arial, sans-serif; font-weight: bold;">ABCD</span>to:<span style="font-weight: bold;">ABCD</span> The problem I'm having is to somehow make sure that if font-style: is included in the style, it is not omitted. E.g.<span style="font-weight:
I have CC DW 2017.0.1 and I have created a regular expression that works in previous versions of Dreamweaver but it won't find or replace any matching text. I am new to this version so I may have something incorrect in the settings.Please advise how I can replace the highlighted text which is in the code many times but with different values after the qs=
I can no longer find and Replace across multiple docs. Adobe's "improvements" just completely broke a good thing. I have tried using "Exceptions" and unchecking unwanted replacements in the Search panel, but when I click "Replace" it will go through each document and make a warning "ding" (with no dialog or anything in the output) and nothing is changed. Despite the search panel saying the correct number of replacements have been made.The old way was perfectly fine, even better because you could see the changes in context (assuming the new way would work as it's supposed to, but it doesn't). All I want to do is go through each item and ignore or approve the change. Why did Adobe get it into their heads I would want anything else?Regardless, now I have NOTHING. So DW is no longer productive, and I nee to go back to the last version, despite all the great improvements that have been made - the new find/replace just kills them all. Unless somebody here can point out something I might have
Hi Guys, For some reason the font in my dropdown navigation has changed (ie. once you hover over the nav) and I cant seem to find where or how to change this back (using Dreamweaver CC) - the site is https://gymnasticshypnosis.com/ I just want it to display in a similar font to the main nav. Any help would be much appreciated! : )Cheers,Craig T
i have an html document which was converted from InDesign html in DWI need this document to have both single and two columnsI'm having trouble getting the sizing right as I have 3 page wrapper sizesI can only get the html to display correctly in the largest window, as soon as I make the browser smaller the html displays incorrectly.Any help with this as I have the css in the head of the document below<!DOCTYPE html><html><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><title>AM_Executive_Brief_Moving_The_Needle-WEB2_9</title><style>body {font-family: helvetica, sans-serif;font-size: 14px;line-height: 20px;}* {box-sizing: border-box;}img { max-width: 100%; height: auto;}.page_wrapper {width: 55%;margin: 0 auto;max-width: 800px;}@media screen and (max-width: 1150px) {.page_wrapper {width: 85%;}}@media screen and (max-width: 768px) {.page_wrapper {width: 80%
As a designer, my first layout a few years removed from coding is turning out better than I hoped, thanks mostly to the help I got via these forums getting up to speed.Back in the day, when we wanted to display a div only if there was room for it, we'd run a javascript check on the client's resolution, as so :$(document).ready(function () { if ($(window).width() < 1024) $('body').addClass('too-narrow');});What I'm trying to accomplish is displaying a fixed-dimension <span> container floating right of paragraph text - but only if the flexible container is "at least this wide". I'm looking for a very binary response here, as in the <span> is either there or it's not. If there's no room, I'd rather the code ignore the <span> altogether (rather than load it and just not display it) because it will carry a background image I'd rather not load if I don't need to. But maybe that's just me being greedy with what I want, not a must-have (if the img must l
Hi please help! We have had a problem with our computer recently and have had to reinstall all programmes back to the system. On dreamweaver before the problem I could upload directly from the local view straight up to the web but now for some reason this is not happening. I upload as I usually would and it comes up saying 'file activity complete' as usual but just does not show the changes on the actual webpage or does not show either on the remote server. I'm not great with dreamweaver I just do bits for my dad on the things I know how to do so please in laymans terms 😕😕 Thank you Jess
I want make a dynamic link but when I click the link properties I dont see dynamic link parameters section. I am using dreamweaver 2017My Dreamweaver has not Dynamic Link Properties (UP)Any Sample
I am currently in the process of re-designing my company website and I now have a functional website ready for upload to the internet. However, the website I have created requires prior approval from senior personnel before I can upload it and replace the current website. I am looking to 'secretly' publish the website online - so that the directors and senior personnel can access the entire website from any computer (using specific URLs that I provide) - but so that the general public cannot access the website, or view it in any search engines. Can anyone recommend the best way to do this? I was thinking of simply 'hiding' the website from search engines (so that the public cannot search for it and access it), but I can't find a way to do so! Many thanks in advance for any help!
We are using 2015 in class and I would like to set up 2017 as closely to that as possible. Mostly the properties bar at the bottom and the old style css sidebar if possible. I'm not seeing how to do this and would like to have it this way if I can. So how do I get these set up properly?
I am looking for a way to disable the tag highlight that is affected by the .CodeMirror-matchingtag selector. Using this selector only appears to allow the updating of the background color which turns it from illegible to at best a horrible user experience (Better than nothing but still way short).Unfortunately this feature is so poorly constructed it makes using dreamweaver a nightmare when working with projects that have a large amount of attributes in a tag.
Why won't my audio files play on tablets or smart phones from my website using Dreamweaver MX?
Just a nice video if you have 30 mins to kill. Those that have been there, done it, and have been around long enough will relate to it and maybe have been part of it:Jeffrey Zeldman 20 years of Web Design and Community - YouTube
The last discussion is now obsolete, as browser support is now very good I am using my iPad which i have updated to iOS 10.3, and now has support for css grids, but i will post a few screen shots once i have also updated my iPhone, and i am back at my computer.What i have to say though, is that css grids is rubbish in practice on the iPad.Why?If you remember me posting this demo -http://www.pziecina.com/Adobe/grids_demo.htmlyou may also remember me saying that it looks good also when viewed on the iPad without css grid support. This was because the layout flowed correctly, and filled the screen, both in portrait and landscape orientation. It no longer does this.What i have now is a very good landscape layout, but the layout only fills the top 50% of the viewport now in portrait. It is obvious to me that whilst css grids may in theory be better than flexbox, it will also require more use of media-queries, and much more use of proportions being used to achive a good layout, than flexbox,
Hi,I read on the web that the images for the web, in the bootstrap carousel (or any slideshow) should be no longer than 960 px width. But that info is from 2014 or before. Before also the standard for images was 100KB-150KB the weight for the photos. Before, also the web sites had to be 800 px width to fit almost all the monitors in the world.But, at this time, April 2017, many things have improved, right? Better bandwidth, mobile devices with high resolution screens, higher resolution monitors, and so on... So, what do you think could be an ideal image size for the photos on a bootstrap carousel or slideshow animation made with Animate CC, considering the improvements of them monitors. I don't have a research study saying: "Only 10% of people with computer has a monitor of 800x600 px..." If I go for a width of 2048px, maybe few people will really appreciate it. You think 1920 x 800 px width is OK? like average in our days? And about the weight of a photo, I think I can risk uploading
I'm experiencing many problems in switching from Design View to Live View. I almost always work in Design View and preview in a browser, because editing content in Live View (except applying classes) is a royal PITA. I'm on Mac OS 10.11.6 El Capitan. Specifically:On a responsive site (NOT built with Bootstrap), I open a page in Design View, as usual. Then after some editing, it may switch to Live View automatically for some mysterious reason. The Live link in top bar (Code Split Live) then does not offer the little pulldown arrow for switching to Design View. If I try the top menu bar (View/View Mode/Design), it will not switch back to Design View. It's stuck in Live.If I close the page, and even quit Dreamweaver, relaunch and open the page -- it's STILL stuck in Live View with no way to switch. Yet I have edited these same pages for over a year previously without this problem. Yes, II'm using the absolute very latest version of Dreamweaver CC 2017. Maybe my page declaration is faulty?
I am using Dreamweaver for my college classes right now. It was working fine then it stopped working all together correctly. I have Dreamweaver 2017, and when you have it in the split screen option, the top portion that supposed to show the design as you change things doesn't show anything except a blank screen that I can type in. It supposed to show the school website project that I am supposed to be building so I can see what it looks like without having to open up the browser all the time and design it blindly. How can I fix it to where it shows everything again? I have uninstalled and reinstalled Dreamweaver, switched to another computer and tried it. And even removed my files and readded them along with the styles sheet and it still does it. I have provided an image below of it.
After sending files to FTP is File activity complete, but on the remote server is not nothing. Can someone help me? Thanks.
I am using CC 2017. I can do make a insert record form wizard but I cant find data menu in insert window. Please help me
Olá pessoal, instalei o Dreamweaver CC 17. Realmente está todo reformulado, bem elegante. Mas tem um recurso que eu não consegui encontrar. Nas versões anteriores, ao soltar um arquivo php dentro do código, o Dreamweaver automaticamente montava o código de include. Outra dificuldade que encontrei foi o fato de não mostrar os métodos de uma classe instanciada. Nas versões anteriores e padrão no netBeans, ao passar o '->' já mostra os métodos da classe.
I have the latest update to DW 2017 that I updated a day or two ago. Here are my settings. I am getting an error saying that an unknown error in discovering dynamically related files and need help in fixing this. Also, I would like help in why this happened and what I can do in the future to prevent it from happening again.Here's my settings for the local server:Testing:- Name: WAMP- Address: C:/wamp64/www- Connection: Local/Network- Remote/testing: Testing> Basic:- Server Name: Testing Server- Connect Using: Local/Network- Server Folder: C:\wamp64\www- Web URL: http://localhost/> Advanced:- Testing Server - Server Model: PHP MySQLPHP version: 5.6.25Apache version: 2.4.23MySQL version: 5.7.14All help would be greatly appreciated!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.