For all things Dreamweaver.
Recently active
hello all,did I miss a step, or is the new forum tool reacting strangely?I read the forum from a mailer, and in the past every time I wanted to race, or post a comment, I just had to click on the present link and I was directly directed, on the thread adapted, exactly to the comment concerned.it doesn't seem to be the case anymore... if I click on the post title it guides me a little bit anywhere... even difficult to understand where exactly.in addition there is a line, manage your meters and there again this leads to the home page??????Is all this normal and that the new platform is still being configured or is it a way of navigating that escapes me and that I will have to adapt to?what's even more special is that if I see a reply to this message in my mailer, I couldn't answer it... because the link will send me who knows where?have a pleasant daybirnou
How do I stop this moronic orange highlighting from appearing.Thank you for deleting my previous question. Apparently you do not mind being idiots but you do not like people making the observation...How do I stop this moronic orange highlighting from appearing when I click a <P or <TD etc?I have tried the "main.less"I have tried the "brackets.json"And I have spent several hours trying everything else.PLEASE ONLY POST IF YOU KNOW.DO NOT ASK me stupid questions like "Have I tried VIEW > CODE > SYNTAX COLORING" because you obviously do not know.Thank you
So this is my very first attempt to create a website for my new businesses. I have multiple complex artboards. So... 1. Do I need to Slice in photoshop cc 2019 before using the extract in Dreamweaver CC 2019?2. I have two screen sizes desktop 1280 px and mobile, 412 px a. Main page 1280 x 8836 and 10,512 b. seven other pages with corresponding desktop and web with the same widths but vary in lengths, much shorter than the main page.3. I want to it to be responsive, do I use Bootstrap in Dreamweaver cc 2019 new document? Any thoughts, advice and prayer would be greatly appreciated
Hello, Dreamweaver won't save my code. After I create a new page, if I select all, deleted the basic HTML generated and paste in another page I've created's HTML into it, after I save, close and reopen, the entire code (EXCEPT for the first two characters <! ) are missing. Very strange. I'm on a MacBook Pro using Mojave and Adobe CC, DW version 19.2.1 (the latest release). I was on a call with Adobe support for almost an hour today with no resolution or fix. I had to take off to head to a work meeting. Any help/ideas would be much appreciated. I've attached two images. The BEFORE shows the pasted HTML code in the file in DW. I saved and reopened and what you see in the AFTER image attached here shows the issue I'm experiencing. As you can see, only the first two HTML characters were saved in the file. Best, Ryan
I purchased the master suite a few years back and paid one heck of a lot of money. Adobe downloaded the master suite for me today and I found a few programs like Dreamweaver simply won't open. I did some research and restarted my computer a couple of times and now Dreamweaver seems to open and I'll know soon how well it's working. Thanks again.
Right, why can't I get my updated website to show in the brower preview or the website once published to the server but I can see all the changes previewed in the DW Preview window? There's no logic as to why it;s doing this but I;ta really making me really angry. Why?
... have a main header "image" on the following page:www.flydutch.netAm trying to replace "it" with the HTML5 construct that Canvas/Animate(?) has made ...I have 3 (three) files (.fla; .html; .js) > how do these inter-relate?How does the <div></div> in Dreamweaver get re-built to replace the .swf construct placement?
My swf files are 800px by 500px. I would like to center them but the file always goes to left.Please help
Hi I recently moved from a MacBook pro to a Chromebook is there any way I can use Dreamweaver on the Chromebook or do you have any tools for HTML editing.
http://www.renegadescookingteam.com/sponspack_b.htmlI have set the divs the same for the Platinum, Gold, Silver, Bronze and Date Night images, but the Friday and Saturday images are not centering. I have margins set 0 top, 0 bottom, left auto, right auto and display to block. The settings are the same as the Platinum, Gold, Silver and Bronze except for height and width for image are 50% and the Friday and Saturday are 30%. Any help would be appreciated. The page is in Bootstrap 3. Thanks,John
MY site is not yet live, so I'm coding it on dreamweaver, then i'll upload. Is there a way to test this?
How to hide some content in other breakpoints and show some other content on Dreamweaver cc Breakpoints...And thank you...
Hello, all. I'm in a Java Programming I class with a Debugging Exercise 3-1. Right now, we're learning about methods, returns, classes, objects, etc. I have tried multiple ways to get this to execute properly, but I can't figure it out. I've played with the code so much that I don't remember any specific problems that I've had. This is the original code:// This class calculates a waitperson's tip as 15% of the bill public class DebugThree1 { public static void main(String args[]) { double myCheck = 50.00; double yourCheck = 19.95; System.out.println("Tips are"); calcTip(myCheck); calctip(yourcheck); } public void calcTip(double bill) { final double RATE = 0.15; double tip; tip = check * RATE; System.out.println("The tip should be at least " + tip); } }The current error messages say:DebugThree1.java:9: error: non-static method calcTip(double) cannot be referenced from a static context calcTi
Hello,My hosting server (according to my hosting plan hired) supports PHP up to the version 3.3. I want to set up a local server in the Dreamweaver 2017, so I downloaded the XAMPP which worked very good for me last years. But I see that XAMPP works with the PHP version 7, and my hosting server supports only until 3.3 version. Is this really a problem?Any body using Xampp? Should I find somewehere lower versions of the PHP to be "compatible" with my (remote) hosting server? Also, MAMP is coming with PHP 7 and has the option to use PHP 5.6, which is still higher than the 3.3 supported by my lovely hosting server.So, what kind or brand of local server application could I use? is possible to downgrade the PHP version of XAMPP? Thanks a lot for your patience. I use OS El Capitan v. 10.11.5Regards.
I've seen reference to this in here but nothing seems to be getting to the nub of the issue.Last year, having used Photoshop for some time I installed PS version 20.0 and that immediately crashed on opening. I contacted both Apple and Adobe, both blamed the other and I got nowhere. In fairness Adobe did suggest a workaround by installing PS on another user account. This worked but was hardly satisfactory. When PS version 20.01 came out, the problem stopped. I was too exhausted to take it up further with Adobe and carried on.Along comes Dreamweaver version 19.1 and exactly the same thing happens! Crash, no support, etc. Again the work around gets me through by using another user account but it makes hard work of everything. Unlike PS the next version didn't help - DW version 19.2 crashes too. Interestingly I decided to also install the previous version of DW (18.2.1) on my original user account and that works perfectly.My question is,
So I've been trying to add the company logo to the new navbar of the site, but I'm having issues. I've tried several different tricks that I've read here and on other sites but nothing seems to be working. The logo is either too large and won't scale down when I try, it vanishes, etc. If someone could help me in figuring this out I'd be greatly appreciative. Here's the code I have right now (without a logo) as well as the CSS.*HTML*<nav class="navbar navbar-default"> <!--Figure out how to make the brand logo show up--> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <!--Navigation html--> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#myDefaultNavbar1" aria-expanded="false"> <span class="sr-only">Togg
So... I struggled for months with a baffling bug regarding the "Related Files" panel in Dreamweaver. With help from respondants & a random inspiration from an unrelated post I finally found the solution. The thread (found here: https://community.adobe.com/t5/Dreamweaver/Incorrect-Related-Files-Showing/m-p/10617592#M54753 ) has an incorrect & innefective solution marked as correct. I've now had my attempt to post the actual solution deleted twice as "spam" Here is the text of that post containing the actual solution: I'm gonna protest the marking of the correct answer here. The automated Process to reset the preferences shown in the linked article did not work. That process did not resolve this issue. The linked article also gives the wrong path to both the Site Prefs files and the Preferences files and makes no mention of deleting them maually or the fact that there will likely be more than one. It also fails to mention that the .Library folder is hidden by
How can I use Dreamweaver menue for Bootstrap? Do I have to upgrade to the current Bootstrap Version 3.4.1? I would prefer to use my old Version 3.3.5 (never change a running system). Thanks a lot for your helpGreetings from BerlinAlex
Hello, thank you for looking. I'm having a long-term, recurring & ever- worsening issue with Dreamweaver CC 2019 across multiple sites. It's becoming a bit of an emergency as it's gotten nearly impossible to use Dreamweaver without ruining tons of past work as well as whatever project is open at the time. Dreamweaver shows the WRONG RELATED files in the related files panel at the top, just under the file name tab. It's done this sometimes since I first installed but it's gotten so bad that it wil not display the correct files ever anymore. I run many sites so if more than one of them uses a file called "nav.css" (for example) then this can and has cause major disasters over & over again especially beacuse many of these files are fairly similar & hard to tell apart at a glance. Yes, I can hover over the file name in the related panel and see the actual location but I'm not (ans shouldn't need to be) in the habit of constantly assuming I'm being presented with
Has anyone been successful with running Drameaver on a local (hard Drive) Wordpress server, via MAMP?I have been able to install MAMP, and successfully work in Wordpress through Chrome. But I want to also work in Dreamweaver, specifically use templates (update-able) inside of Dreamweaver. When I try to open the site, Dreamweaver runs a discovery process, but ends up with an error. I am sure that I have the correct directory as I have triple checked it. Any thoughts? iMac 2011 27"3.4 i716 gb RAMAMD Radeon Graphics Card (Factory)macOS SierraDreamweaver 19.2.1Wordpress is current as of today - 9.18.2019 Below is an old thread, but didn't help me...https://community.adobe.com/t5/Dreamweaver/Dynamically-related-files-could-not-be-resolved/m-p/2627295#M941
My site manage list disappeared. I'm on a Mac, and found old posts suggesting to get the older 'Site Prefs' file from my Time Machine backup and replace it in the current same folder - where everyone was relieved that it worked for them, but this file trail doesn't exist after the 'Adobe' folder - and a Finder search for 'site prefs' comes up with nothing. (Macintosh HD:username:Library:Application Support:Adobe:Common:12.0:Sites:Site Prefs)Is there an updated way to fix this? Maybe newer location to get the same backed up info as the old Site Prefs file?
I knew I needed to get on board with one of these. Watched a YouTube vid and, without a doubt, it convinced me CSS Grid was the way to go for quite logical reasons. ...This way, I could also avoid learning Bootstrap 4 in addition to working with Flexbox.Then I found out that CSS Grid is really not fully compatible with older browsers. I think it will be quite a while till the end-users with the older browsers catch up.Knowing that, do you agree Flexbox & BS 4 is the way forward for now in terms of learning something new? What are your thoughts on this topic?
Hi, Clicking the far-right icon in <header> opens Contact Me 2. I am making a fixed footer.Ben told me about it some time ago. It isn't working yet.I might miss something. https://quizzical-elion-e6e8a2.netlify.com/ Hosun Kang
As a matter of interest, this forum has 5 trackers actively following your every move, namely Facebook Adobe AudienceManager Google Adsense Simplicity Marketing Doubleclick If you go to Privacy Policy at the bottom of this page, it looks like you can opt out. I use a program (Avast) to block trackers:
Hi, Clicking the far-right icon in <header> opens Contact Me 2. I am positioning the box in <main> without header and footer. Alignment looks fine on laptop. But there is an issue of vertical alignment on iPhone. Is there any solution? https://naughty-saha-34bd1d.netlify.com/ Hosun Kang
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.