For all things Dreamweaver.
Récent
In continuation from my topic last month, since no one was able to help me solve that problem (although if possible it will still be even more useful to me), I have made the decision to create a responsive website.With a 1-column website, if I start with making it a static website, what would I need to add to the code to make it completely responsive? Basically, I have a website that is static. 1-column, everything neatly arranged, basically designed entirely for mobile usage. The only problem is, it isn't prepared to act responsively. My content consists mainly of text and images. Images should fit %100 of the width of my site, as should my text, I suppose.What do I need to add to my code to make this a responsive website?I am a beginner, more or less. Please explain in detail if you can.The reason for starting with a static website first (although, I was designing it for mobile) was to create copies of the pages with and without a responsive design. That way I could serve the respons
The banner image has a centered call to action (CTA) button. The CTA has a transparent background reveling the banner image. Using css I would like to change the banner image to black & white (BW). The area behind the CTA should remain in color and no affected by the banner img BW effect. Next, hovering on the CTA buttons removes the BW effect on the banner image. Can this be done with css?http://photoshopace.com/snipets/banner-box-hover-v1.htmldefault banner statebanner in color on mouse hover CTA
I have a website with a few working pages. I wanted to replace the nav bar on each page with a placeholder and load the code from a common file. The situation is that it works in the Live view of Dreamweaver, but doesn't work when I load the same code into Chrome. I am not sure if maybe the jquery thing doesn't work with Chrome in local files.According to Stack Overflow I am supposed to do this:(1) Place this in the <head> of my document:<script src="https://code.jquery.com/jquery-1.10.2.js"></script><script src=/script(2) Place the nav bar code in nav.html (this is using the W3.CSS framework)<div class="w3-bar w3-padding w3-card-2 w3-blue-gray" style="letter-spacing:2px;"> <a href="index.html" class="w3-bar-item w3-button w3-mobile">Home</a> <div class="w3-dropdown-hover w3-mobile"> <button class="w3-button w3-mobile" style="letter-spacing: 2px;">The Journey</button> <div
Hi There!I'm on DW CC 2017 and on MAC. When I highlight anything on Live View it is mirrored in Code View as well and that's a great thing. But the color of the highlight is dark grey on a black background. I want to change it to yellow on the same black background. How do I do that?Thanks much for you help!Michel
I just upgraded my Adobe Creative Suite to Dreamweaver 2017.1.The Code-Live view is now not working so I cannot see the Live View mode.When I select the menu View -> Split -> Code-Live, nothing happens. The selection doesn't change, even though the menu still exists. It stays on Code-Design as shown in diagram #1 below.Even the View -> View Mode -> Live doesn't work. It stays on the Design selection. Refer to diagram #2 below.I found this article online: View live data in Live View in Dreamweaver It says to go to View > Live View Options > HTTP Request Settings but there is no option in my View menu for that. Refer to diagram #3 below.Any ideas?Thanks,SallyDiagram 1:Diagram 2:Diagram 3:
Hi urgent help are needed, I have problem with my Dreamweaver 2017, can't start. The active folder for the site are remove server. And the server aren't connected. Hope you can help me.How to setting dreamweaver 2017 to open local folder as default ?ThankyouSugiyanto Sutikno
Hi, I have Dreamweaver CS6 and I am currently working on a project where I get this error:Dynamically-related files could not be resolved because the server is out of memory or disk space.Can someone please tell me how to go about fixing this?Thanks!
How do I create the drop down menu in the basic multi column template without having the links displayed as hyper links? Is there a short cut in the workspace somewhere?
I am trying to add a field for a website/hyperlink in a form. This is on a page that is used to add new users for an online availability calendar and would be added under an administrative login (I did not set up the calendars so I am backtracking to figure out how this was done initially). What I am attempting to accomplish is a field that will appear in the calendar's search results that will take users directly to the website that has openings.
Is it possible to make a contact form via bootstrap?
First off i am SUPER new to web design and am easily confused, so please be gentle with your jargon. I'm also using Dreamweaver CS6 because it's the one I've always had and I don't have much cash.Right now i'm trying to put this site i designed together in dreamweaver for a class final. Assignment specifies it needs to be adjustable to 3 different screen sizes (desktop, tablet, mobile) but whenever I try to select Media Queries, i get an error message that reads "The Media Query Manager is not currently compatible with Fluid Grid Layouts"Let me know if I need to post any more info like code or something!
I am trying to move dreamweaver to another computer but having difficulty registrating online and also when I call the 1-800 number.Can anyone help.
I am new to Dreamweaver and HTML. I am trying to insert a PDF document into a webpage, and have tried using each of the below codes:<object data="Name.pdf" TYPE="application/x-pdf" title="Name" width="1140" height="1500"> </object> <embed src="Name.pdf" width="1140" height="1500"></embed>A gray placeholder appears, as if to load the pdf, but instead the puzzle piece icon appears, with the words, "This plug-in is not supported."Thank you.
The instructions are:Problem: How can I connect to our MySQL database from Dream Weaver?Solution:Log into your bluehost account and click on "MySQL Databases" then under "Users" create a new user and password if you don't already have one you want to use. Then add that user to the database you wish to work with through Dreamweaver.Now open Dreamweaver, create a new blank PHP page, then at the top bar click on "Site" then "New". Leave the "Local Info" as it is, but click on "Remote Info" instead and change the access type to FTP.Here are the settings you'll need to fill out:FTP host = your domain name or IP (the IP can be found in the Control Panel) Host Directory = public_html (or public_html/addondomain) login = control panel (cpanel) username password = control panel (cpanel) passwordNext click on 'Testing Server' then change the 'Server Model' to 'PHP/MySQL'
I am trying to upload spreadsheets from the wholesaler's FTP to my e-commerce site. Should I add the wholesaler's FTP with my login info as a server in dreamweaver? Can I access these files? How do I access the directory? Thanks
Hello I accidently unistalled my Dreamweaver CS5 last week and I immediately need it installed for client website building design purposesPLEASE HELP ME
Hello,I'm new to Dreamweaver. I've been going through some tutorials to learn it.I've been having troubles w/ the "Extract" panel. From what I understand one has to always be signed into the creative cloud to work with it, even if one has local psd files they want to access.....is this correct?.....does the extract panel work in local/offline mode....as in, can one just upload a psd off their local HD/desktop, WITHOUT being signed in to the creative cloud, and the file being only available onthe local HD?I'm asking because I often work in locations where there is no internet availability, and I have local PSD files on my HD that I want to bring in using extract, w/out having to be signed in to CC, or having access to the web.....is this possible?.....if not are there any workarounds??thanks,kiko
Hey Dreamweaver geniuses--I've recently completed my first attempt at a "contact us" form using PHP. When I test the form and click "submit", I get this:{"code":"MethodNotAllowedError","message":"POST is not allowed"}My form code and PHP code are below. Would appreciate any advice. Oh--and does the webpage with the form need to be a PHP file? Or can it be an HTML file that simply contains a form with a PHP action? ********************************************FORM CODE<div id="contactBox"> <form action="mailscript.php" method="post" enctype="multipart/form-data" name="contactForm" id="contactForm" title="Contact Form"> <p><em>*Required field </em></p> <p> <input name="firstname" type="text" required class="label" id="firstname" placeholder="First Name*"> &nb
I have a customer that needs a MLM online system to collect sign up info for reps, social security numbers, d.o.b., and when they sign up to purchase the kit.Ecommerce of products for customers to purchase, when the customers order I'd like it to have a spot for a hostess name to be entered & orders come thru quickly so we can verify orders. If we can have a system that gives us party links, so people can be directed to a specific link that would be good but not necessary. Also need the site to have the ability to calculate commission & pay out commission.Can this be done in Dreamweaver with Business Catalyst? I need direction please!MaryAnn
Hello!I'm building templates that will use dynamic cross-reference code for the URLs. In the template file the link begins with a $ character:<a href="${clickthrough('description')}"></a>However, when I create a document from the template the $ sign is removed, and can't be easily added because a lot of these exist in non-editable regions (example below). Is there a way I can maintain that character in documents created from the template?<a href="{clickthrough('description')}"></a>
Hello, I am building a site off of one of the Dreamweaver CSS templates. I have gotten to a point that I cannot make the edits I want and don't know why as listed below.http://new.adtsrc.org/staff.htmlOn this page, I am trying to left justify the Director photo (placeholder), but it will not allow me to do it.Http://new.adtsrc.org/whoTrying to change the color of the links in the body to match surrounding text. I was able to do it in page properties, but it ends up changing the color of navigation links as well.http://new.adtsrc.org/boardHere, I am trying to add an image to the right of the text. Also, when I view this page on a mobile device, all of the text moves to the far left and shrinks.I am looking for not just the correction, but also why it is happening so I can better my understanding of this css. Thanks in advance for your responses.Kevin
Help! I've just created a new website for my business with an older version of DW (CS5.5) and when I do the multiscreen view, it shows that it should shrink/be responsive, but when I pull it up on my phone, it is just the regular desktop version. The site is www.heartlandcpr.com if you'd like to pull up the .css. Thanks for anything anyone can find out!
Hi, i am trying to build my [possible spam web address removed] URL shortening site with dreamweaver which is mobile responsive. Could you please tell me how to make appear the footer in mobile version? I have tried all the function but no use!
Hi there when I start Dreamweaver shortly after starting I get a screen pop up say Adobe Dreamweaver CC2017 has stopped working.A problem caused the program to stop working correctly .Windows will close the program and notify you if a solution is available.But window dose nor respond to it.Can anyone help me please.Thanks Jeff
When I see my pictures in Dreamweaver, Photoshop and Bridge they are very sharp (made with Fujifilm X-T2). But when I make them smaller because I have to publish them on the net, and give them a width of 1250 pixels and publish them with Dreamweaver, their sharpness is bad. They look much bigger on my website than in Dreamweaver. How can I fix that?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.