For all things Dreamweaver.
Recently active
Hello Everyone, It has been some time since I used Dreamweaver. I am Web Development and Design student and don't know all of the details around servers yet. Anyhow, my assignment is to develop a CMS in PHP. I purchased MAMP Pro to set up my development environment and set it up in a server called Localhost. MAMP uses the document root of Application/MAMP/to put all files to be rendered in the browser. When I opened up Dreamweaver the system allowed me the opportunity to choose where to set up my local files. I decided to set them up in htdocs as I should so that the files can be uploaded to the browser correctly. Or at least that is my assumption. However, I am questioning this because Dreamweaver also asked for the root of where the files should be placed. I also made the choice to have them all out in the root of the htdocs folder of MAMP. My question is should they be separate? As I am coding PHP the details are rendering fine in the browser but when I entered the
I've been creating a website for my school assessment and I have been using bootstrap components on my HTML document and making navbars and stuff. The thing is I need to save this all into one folder so I can save the HTML docs in the folder but all the bootstrap components and photo's on the website disappear. The bootstrap.css stuff up the top is not saved in the folder but when I put it into the folder it doesn't help. I am saving every picture in the same folder. Also the site root is not visible when I put the location of it in my folder. I am not sure if I have to download each part of my bootstrap components cause I have like 6 hours before it is due. To summarise i need help in trying to get all the parts of my website in the HTML document including bootstrap and the photos.
I need help with adobe dreamweaver. I have an ebay template and I just want to replace the header. I can't seem to replace it, only add it on top or below the old one. I attached a screenshot. How can I replace the blue and red double line banner with the tester banner? I still want the tabs to appear on the tester banner. Would appreciate any kind of help.
Easy enough to create css shadows under square objects with a simple :background-image: linear-gradient(rgb(0,0,0,1),rgb(0,0,0,0)); <- This will fade in the default direction of top (black) to bottom (transparent), where all the pixels of each ROW has the same value. But what if I want that ROW to also change colors, left to right?This would open the door to other effects, like :or I guess it could be done easily enough with two tilted gradients inside a clipping container, but it wouldn't be as fluid/liquid as a single bi-directional gradient would be. If this is possible, could someone show me the syntax? To produce that last (3rd) image, for example. Thanks!EDIT: To be clear, I know how to do an horizontal gradient. It's the two directions at the same time part I'm unsure of.
Hamburger menu not working, no doubt, because my coding if flawed...I would really appreciate help resolving code issues on this index, https://jeniferenterprises.com
Well, I've been looking for a while on the forum, but I don't see anything about it...I think the link says enough in the header? http://brackets.io/ Does anyone know more? Did I miss a great turn?
HelloI feel I am missing a Panel on the right side to be able to edit the css.I am using a trial version of the latest Dreamweaver.What do others see on the right. In my old CS6 I see the details.
I have Dreamweaver tied to a GitHub repository for a wordpress theme, and use WP Pusher on a UAT site set to update on push and again on a PROD site set to update on manual request.I receive semi-regular deprecation notices from GitHub when making updates:You recently used a password to access the repository at account/repository with git using git/2.29.2.windows.2These notices have some sort of "don't send too often" on GitHub's end, so it's not 1:1 with any of these 3 actions (interact with dreamweaver, UAT updates, PROD updates). WP Pusher confirmed that they updated their methods over a year ago. We do have a slightly wonky PROD environment so I am slightly suspicious that there may somehow be plugin files only claiming to be updated.But, I have no idea how any of this ACTUALLY works. I understand Dreamweaver points to a git install and doesn't actually contain it? I got it working and stopped touching it. So maybe there's something about how I have git set up on my end that isn't
Grid layout basics explained please.Why for grid-template-areas it is listed:'header header header header header header''menu main main main right right''menu footer footer footer footer footer'; That is 6 across for 3 columns and 3 rowsWhy is it not 3 across for the header and 1 each for menu, main, right etc? .grid-container {display: grid;grid-template-areas:'header header header header header header''menu main main main right right''menu footer footer footer footer footer';grid-gap: 10px;background-color: #2196F3;padding: 10px; From:https://www.w3schools.com/cssref/tryit.asp?filename=trycss_grid-area_named4
I know this is old, but just in case another newbie like myself runs into a preview problem.Make sure your in design mode and not live mode. The (code_split_design_live) very top of Dreamweaver window default is live switch to design.
Hi I am fairly new to dreamweaver. I am using 2020.2. I inserted the bootstraps buttons drop-down. It works. I want to link the drop-downs to divs. That part is not working. Right now the divs are opening within the menu.Any help is appreciated.
Dreamweaver 2021 won’t launch anymore, it always hangs on launch with ‘updating site cache’ message displaying, but the stop button is unresponsive. It’s always been fine previous to today. I’m using Mac OS 10.15.1 iMac (Retina 5K, 27-inch, 2019)3.7 GHz 6-Core Intel Core i532 GB 2667 MHz DDR4No 3rd party antivirus software.I have restarted Mac, multiple times.I’ve uninstalled and reinstalled Dreamweaver 2021.I've tried restoring prefs, using the instructions here:https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver.html(both manually and with the startup screen method).All my other Adobe CC apps are running fine, computer is behaving normally and all non Adobe apps behaving normally.On a second uninstall/reinstall it launched fine when I was logged out of CC and then when I logged into CC it was fine until I quit and relaunched and the problem came back again...But when I try swiching to another user account on
Dear Community, I downloaded the latest version of apache xampp phpmyadmin, but am unable to get it to work properly with dreamweaver. But when I use an older version of xampp 5.6.3 from nov 2014 the connection works fine. Does anyone know why this is? Thanks
I was wondering if any could help me, I've been trying to create a registration page for dreamweaver and following the tutorial here from Adobe; https://helpx.adobe.com/ca/dreamweaver/using/building-registration-page.htmlBut when following I've realised certain features are missing on my version of dreamweaver which is the latest version like when the tutorial says "In the Server Behaviors panel (Window > Server Behaviors), click the Plus (+) button and select User Authentication > Check New Username from the pop‑up menu." the user authentication option isn't appearing for me when selecting server behaviours. so how would I find this option on the newest version of dreamweaver or how would I do this step on the newest version of dreamweaver if there is a new method of adding user authentication? thanks for help in advance,
Hi All, I'm having the same issue, however I don't believe it is related to the solution above. I have multiple PHP pages all with the same database connection settings, although some work and some don't. The issue usually happens when I make a change to source code, for example changing a wrapper from being outside a form to being inside a form. Then that page has a spasm and goes blank, while the others remain fine. All of the content is still visible if I switch to design view. I've tried the recommendations above for validation etc. however no success. If I do nothing, everything re-appears again 24 or 48 hours later, which makes me suspect it may be due to a refresh or update required on the server side??? I'm not sure, but if there is a way fix within Dreamweaver would be great so I don't have to wait 48 hours. Any suggestions other than those already mentioned above would be much apprecatied. Also: using Dreamwaever 2021. Thanks.
Is there any way to turn off all the annoying popups that appear whilst I am coding? If I position my cursor at the beginning of a line of code and hit return, a menu pops up. This is extremely annoying if I am trying to add space between lines to make code more readable. I like the popups that show my defined variables but anything beyond that is just annoying. How can I turn this off?
Greetings!Since the last 2 updates my live view has changed to the view you see in the picture rather than the live view. Can someone help in how to get the actual live view back. I toggled before by accident and can't remember how I did it. Thanks! Just strating to use Dreamweaver and appreciate your help. Jeff
See the attached image, you can very clearly see the problem, I can solve it by fighting to expand all the boxes, then re-collapsing them all, just updated to 21.1 build 15413 but was also happening on the previous version I was running. Suggestions on how to fix this? Extremely frustrating and wastes a lot of dev time.
Yes, I know this is old I've use it about twice a year. My tower crashed could not recover the s/w. I read that I can have the s/w loaded on 2 pc's so I have been trying to load and reactive the s/w for days. I need help this is what I have completed so far. went to www.adobe.com/go/activation (as per phone message). Instructed to go here Activation or connection error when starting CS3 or Acrobat 8 I signed in Entered my original serial number for CS3 Web Premium. Received a new number. followed instructions to download a downloader then extracted. No more instructions so I clicked on Dreamweaver and of course it prompted with register/re-register. So I'm in a loop. I need this s/w to work please. Thank you, Debra
I purchased the entire CS3 suite for Mac many years ago, and have more than one active websites created with Dreamweaver. Suddenly, when attempting to access any of the apps in CS3, I am faced with a popup that attempts to activate the program, but fails to verify. Notice says that it cannot connect to Adobe. This leaves me with no access to the apps, leaving me without access to my sites. I am aware that Adobe has discontinued support for CS3, but this goes way beyond support. Any of the CS3 forums I have found are old ones that provide no solutions to the situation, and many are locked, and unable to post any queries, hence my attempt to use this forum. Any insight offered here will be greatly appreciated. [Topic edited by moderator.]
Doe anyone else have problems with the code view colors? I'm having problems reading large swaths of code when everything is monochromatic. There are very few options and from the user guide you have to go into a main.less file which is far too complicated.I've been using DW 2015 because of smoother workflow. DW 19 has too many problems.Does anyone have a better system for customizing the code view?Thanks in advance.Rick
Hi, I've just upgraded to the latest Dreamweaver with the purple icon (that's another discussion), how do I get a dark background code view again? I can't see any preferences to let me do this?? Thanks in advance
I'm trying to move an image and add padding and margins through css, but I can't connect that command to the image. I'm basically putting a command and not moving any images.
This may be a feature request, so far I've been able to kinda get Dreamweaver to do this but not fully. I would like to be able to customize my workspace across multiple displays. Would like to have live view up full on one screen and be able to see the html and css in seperate pannels all at the same time so I don't have to toggle between views. Suprided this isn't a feature as far as I'm aware of as they have this capability within Premiere and After Effects.
When i start with a brand new open my Icons are there to upload files and down load files. As I edit files the icons keep inching up the page and after a 5th edit the icon to post to the website is no longer there...See the sequence of images... I have reset preferences. I have installed a fresh instance after deleting the current version.
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.