For all things Dreamweaver.
Recently active
I am new to Dreamweaver CS4 and to CSS, despite several years of designing table-based layouts in Front Page. I've put a lot of time into training to understand the box model and I'm making headway. I have created a basic 2 column layout from scratch (no template) with a header, a left sidebar, a main content region and a footer. And with floats adjusted, it all works just fine.I'm running into a problem with what I would have thought would be the simplest of tasks. Inside the main content div, I want a centered image followed below by some paragraph copy, which will be controlled by its own CSS rule. I'm probably missing something obvious, but I can't for the life of me figure out how to center this image. In Front Page, you selected the image and clicked a "center" button - simple enough. But short of manually altering the HTML code with <center></center> tags, I don't' see an option to center an image.I searched here and found a couple of answers that weren't exactly thi
Avoid Phishing: 3 Easy Ways to Identify Genuine Adobe Staff https://community.adobe.com/t5/community-help/avoid-phishing-3-easy-ways-to-identify-adobe-staff/td-p/10791730
I have no clue -- is there anyone available to add boot strap to existing site? Using Dreamweaver.
Hello,I've been working on an image grid and scratched my first attempt and now am attempting to use flexbox. So far so good but I need to add an image full width across the bottom in a row. Since each column has a set width how would I do this correctly? Below is my code and attached is a mock up of what I need it to do. Also how the heck can I get more padding between the images? I've tried everything. <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> .header { text-align: center; } .gallery-image { display: flex; flex-wrap: wrap; } .gallery-image .column { flex: 25%; max-width: 33%; padding: 0 2px; transition: max-width .5s ease; } .gallery-image .column img { width: 100%; } @media (max-width: 800px) { .column { flex: 100% !important; max-width: 100% !important; } } .gallery-image .column2 { flex: 25%; max-width: 66%; padding: 0 2px; transition: max-width .5s ease;
I posted questions here and received 3 private messages telling me to contact adobecare(at)outlook.comSo I did. Here is what they said. Are you saying this is not legit??? We would like to inform you that Dreamweaver MX 2004 is too old and no longer available and supported with Adobe and Windows 10 64 Bit And Secondly Dreamweaver MX 2004 servers have been shut down. If you will try to install or update it further then it will create conflict with your system. so we can do is we provide you the Dreamweaver CS 6 Perpetual License so you can able to start your work in a proper way.
Hi, I'm a super beginner and I coded my own website, which has been up for a while now. I am now trying to create a sticky (fixed) header so that it stays on top while people scroll. However, whenever I include position:fixed in my .header CSS the links on my header stop working.This is my CSS:.header { background-color:#B6DCE3; width:100%; height:70px; align-content:center; position:fixed; } ul { text-align:center; align-content:center; margin:0px; padding:0px; font-family:"Open Sans", "Roboto", "Helvetica Neue"; font-size:20px; font-weight:300; } li { display:inline; color:#0020B7; text-align:center; } li a:hover { color:#FFFFF; }And here is my HTML:<div class="header"> <br> <ul> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> &
To visualize the includes you need to delete and insert the checkmark (s. screenshot) Unfortunately DW does not keep this definition. It must be entered in every file and every time you start the program anew. Hans-Günter
How can I enable the arrow keys so I can move to the next cell?
This worked fine in DW 19 but now DW 20 has no preview of any sort of tab feature in the Live view such as zozo tabs. Adobe bring that back please! You click on a tab you no longer get the preview of that tab. Design view still useless in pretty much every way. Had to revert back to 19.
Hi, Upgraded to Windows 10 and transported my 4 websites to my new computer. I created a ste file for each stored it in each "website" file and went to manage sites, imported. Everything seemed fine. Only issue is that when I got to pull up a page to edit it, the images won't download to the pic folder. When I imported I did select the correct files through the steps. What am I missing? Thanks in advance!
Using Dreamweaver v. 20.0 by opening from Creative Cloud Desktop (s. screenshot) Now German: Hilfe >>> Über Dreamweaver >>> there is no version or build 20.0 but s. screenshot: Do I really have 20.0? Hans-Günter
Very satisfied to have the opportunity - for what I asked a time ago - to work with two DW-files, everyone displayed in another screen. BUT my most fervent wish, was to see and work with the source code in the first screen and the design-/live-view in the second screen of one and the same file. That desire is not fulfilled, or does someone know the solution ? Hans-Günter
Hi, I have several simple web sites I maintain. I purchased and downloaded Dreamweaver 6 from Amazon in August 2012. Last November I purchased a new computer and have switched my activity over. I currently have a requirement to update one of the web sites I maintain. I cannot find the old install file I downloaded from Amazon. I checked the Adobe web site and they want $20 per month to use Dreamweaver. (I currently subscribe to the Photography Creative Cloud plan.) I was perfectly content with my old DW 6 version. Is there anywhere I can obtain a copy of DW 6? What other options do I have? Thanks for any help you can provide.
Can this be setup in DW, that when I create a hyperlink, the DEFAULT is to add target="_blank"? I need this desperately and the <base target... is not working within the LMS I use. Thank you in advance.
I'm pretty sure if I had an example of an extension which used the registerIdleHander() function, I could create a new extension which does what I want. Are there example blank or almost-blank extensions somewhere, as in all the packaging of a Dreamweaver extension with 'hello world' type examples?
Best Adobe Support Community, Messages sent from my mail form either ended up in spam or was not received at all. It turned out that "$headers = "From: $name <$email>" was the problem, because a message through a mail form is not necessarily sent from the users email provider (obviously). Hence the domain address entered is different from which it is sent. No wonder... Before you check out my code observe that x's represent secret information and that "domain.com" is nonspecific. So I changed to the following (I also included $email in the $message): $to = "xxx@domain.com"; $subject = "Message from visit at xxx@domain.com"; $message = "From:"."\r\n".$email."\r\n"."Message:"."\r\n".$message; $headers = "reply-to: $email"; Edit: A new problem is the message field... I tried writing a longer message that was not received at all... I also tried adding multiple periods and apostrophes, which also turned out blank. So, please, explain what has t
Okay, so now Dreamweaver is "Helping" me out by not updating modified files when I upload them. It doesn't think they are changed even though they are . Fortunately, I have a backup FTP that doesn't seem to suffer from this form of dementia, but it makes things more awkward. Is there some way to force Dreamweaver to upload a files even if it thinks those files have been modified on the server. Because it's WRONG. It's not a descrepency with the time on the server and that on my machine, this is with files that are months old and I did check the date to be sure.
Ideally one run by Adobe? But, whatever.
Hello all We're using flexbox to build two web pages both featuring a main two column layout that need to be responsive so when viewed on a mobile the right hand column moves underneath the left hand one – the first page needs two columns of equal width and height on it, the second needs two columns where the left hand column is about 60% of the width, right hand column 40%, and both columns are equal in height? Any help much appreciated!
The properties panel is too small for efficient work.It should be resizable in any direction even with sliders inbetween to adjust the individual properties fields.e.g. for following reasons:I adjust many things in code, sometimes it's quicker and more precisely to do it in the properites panel1. the file names for images and links should be shown in total length(to check if it's the correct image b) I often just adjust some letters or have a filename/or text on clipboard I paste into (so don't have to drag/point to files panels)2. in the other fields a lot of text has to go into (e.g. title, alt and title tags of images or links, ... ) 3. the class drop down list could be a visible/scrollable (not a button with popping-up list you have to activate via click firstEither users could make the panel very wide to read long line lengths, or make the panel high, and have the various items of the panels to float automatically beneath eachother, so one could have/dock the panel left or ri
So I am new at Dreamweaver, and I am making my first website for my school assignment. I have saved my files like this (I still have much left): SITE FOLDER- site.html- images- CSS When I have my website open, the html codes are greyed out, and I cannot choose to see it in Live View (Not Live Preview in Browser). It also cannot connect to the server..
Hello, serious DW newbie here - the last HTML editor I worked with was FrontPage, so needless to say I've got some catching up to do. I was given some HTML code and have managed to connect my server and upload pages. It looks correct on the uploaded page, but locally it seems like the CSS pages are not being recognized, making it hard to work on the page. I'm sure it's something simple, but I'm at a loss to sort it out. Hopefully these screen shots will be enough info. Thanks in advance.
I have trouble creating a compressed CSS file from SCSS. No matter what I choose, it's always a not compressed CSS file with all comments. It worked on one Mac (tested it on 3 different Macs) but now even on the one Mac it doesn't work anymore (after syncing settings). Any suggestions, what to do? I need compressed CSS files.. 😞MacOS 10.15.2Dreamweaver 20.0
I updated and kept Dreamweaver 2019 in case of problems, to Dreamweaver 2020.When I edit the template and save using version 2019, the children webpages update. The pop up window appears.When I edit the template and save using version 2020, the children webpages do not update. The pop up window is missing on version 2020.Is there a "checkbox" or step I'm missing? In version 2019, I updated the menu in the template and removed a page/link that was no longer needed. I saved and updated the files. In version 2020, I attempted to delete the html file that was no longer necessary and got the warning about all the links that would be affected. There were none. I had modified the menu and updated all the pages, removing the links. Version 2020 seemed to not know this.I then loaded version 2019 and deleted the file with no warning window popping up, which was proper. Please advise.
I wonder if adobe released any dreamweaver versions for Linux ?I'am gona leave windows but I'am web developer I made a lot of web sites using dreamweaver like this onehttp://wiki2download.com/Before leaving windows i have to know if there is any dreamweaver versions for Linux
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.