For all things Dreamweaver.
Als letztes aktiv
Hi all,Just got Dreamweaver CC and I'm trying to 'Put' and 'Get' to and from my remote and it comes up with a message telling me that I have to define a testing server. Is there any way I can get around this? I have no interest in defining my testing server right now, I just want to upload a file. I feel like I was able to do it prior to today but something must have changed and now I can't work on my website.
I am stuck on two things!1. My responsive website is showing desktop on a mobile device. When I scale it down on a web browser, it responds (but the nav still doesn't work).2. I cannot get my contact form to actually send me an email when I do a test run.Here is the website: http://www.inemstraining.comAny thoughts, tips, tricks, or feedback will be much appreciated!!
Will Dreamweaver Ultra Dev work with windows 10 please?
For some reason when a user submits this form, I'll get in an email back and only see the following:From:Email:Address:Here is my PHP file (note: I blocked my email address):<?php/* Set e-mail recipient */$myemail = <My email goes here>$subject = "Registration Form";/* Check all form inputs using check_input function */$first_name = $_POST['first_name'];$last_name = $_POST['last_name'];$address = $_POST['address'];$city = $_POST['city'];$state = $_POST['state'];$zip = $_POST['zip'];$tel = $_POST['tel'];$email = $_POST['email'];$dept = $_POST['dept'];$course = $_POST['course'];/* Let's prepare the message for the e-mail */ $message = "Form details below.\n\n"; $message = "From: $first_name\n E-Mail: $email\n Address:\n $address";$subject ="Registration Form";/* Send the message using mail() function */mail($myemail, $subject, $message);/* Redirect visitor to the thank you page */header('Location: thanks.html');exit();/* Functions we used */function check_inpu
Apologies if this has been answered 1,000,000 times before...How do I make htaccess files visible in the latest version of Dreamweaver? Why do they seem to be hidden by default?Thanks
For years DWR was maintained properly and very well.The 2017/18 releases are horrible.From my feedback alone in the BUG reports and comments on other's with the same bug there are 100's of unsolved issues.Many of these issues did NOT exist as problems in the 2014 version of DWR.These stats here are from my feedback and they are horrifying.In the main bug system the totals are even worseAdobe Dreamweaver: Bugs 903 ideasAdobe Dreamweaver: Ideas 1601Adobe Dreamweaver: Bugs: Hot (903 ideas) – Adobe Dreamweaver CC: Feature Ideas The "ideas" are NOT really ideas,they are BUGS and for whatever reason the Adobe Dreamweaver team just calls them "ideas", but trust me, 90% are bugs. I suspect they want to hide how bad the problem is from Corporate.This is insane.Hence, my questions are rhetorical in nature and directed at the CTO, CEO, or Product Manager for Adobe as well as whoever is in charge of Dreamweaver, and perhaps anyone from Adobe who used to work there and at one time was p
How to set up a testing server with MAMP when I am using Git?
Probably the wrong forum but I'm trying to get some views.If we are to use these new data binding javacript frameworks are we supposed to forget any possibilty that javascript may just be turn off. (I'm really not that concerned as that will apply to a small minority)But of particular interest, is server-side validation a thing of the past - we used to do both client-side validation (the pretty stuff) and then run it through the more robust server-side validation.Is there still any point in using a fall back server-side validation solution if what we see on the front end (assuming someone has javascript turned off) is some kind of rubbish like the below where data should be bound:{{ formSubHeading }}{{ showError }}{{ responseMessage }}The problem gets even worse if one uses a button to submit because that wont work.<button v-on:click="submitForm">Submit</button>Any one got any views about it?My thoughts are if we didnt use javascript data binding but just javascript - no bi
Hi,Is it possible to eliminate the gray shadow of the videos bootstrap component that appears before play a video?Thanks.
Hi!I have built some CSS code to change the positioning of page content in a fluid manner as I drag the right edge of the Live View window in or out. However, I do not know how to access the page width indicated by the ruler above the window. Is there an accessible variable that holds this information that I can utilize in my code? If so, what is the syntax to use it?I have been searching for an answer but am coming up empty. My thought was that it would be something called Viewport Width, or something like that. Or is it just the width property of the page? A related question is that, given that each CSS selector has properties, what is the syntax for using those properties in calculations while inside another selector?Cheers!
I'm using CC 18.2, and I've been using Dreamweaver since version 2.0 in 1998 when owned by MacroMedia, and before that used ColdFusion Studio when it was owned by Allaire, so I've been around the block a few times and have been loyal to the editor. However, your "enhancements" are causing me to look elsewhere. I tried using Sublime Text for a while, but it didn't do all the nifty things DW would do for me, so I went back and am still using DW. Visual Studio was another I took a look at. I code in ColdFusion, PHP, html, javascript, and jQuery, and have found that DW is still the best game in town to do all that.I've logged in several issues on the bug reporting site, but not one thing posted there has ever been resolved. Does the DW team even participate there and listen to its users?One of my chief complaints is the way DW started handling tabs for multiple open documents. I used to be able to use the CTRL-Tab keystoke to toggle between open tabs in
Hello when I am trying to display my sharepoint into DV , I get the code page fine but the design view only displays a text " - var navBarHelpOverrideKey = "WSSEndUser"; "Any help ? is there anything I am doing wrong ? thanks a lot Anne
I am needing to add/correct some stuff in the CSS page for my website and not sure what to add or edit for the following errors:Line 50: The allowtransparency attribute on the iframe element is obsolete. Use CSS insteadLine 50: The frameborder attribute on the iframe is obsolete. Use CSS insteadLine 135: Bad value 0% for attribute aria-valuenow on element div : Expected a decimal point, e, E or a digit but saw % instead.www.renegadescookingteam.com/sponspack_b.htmlAny assistance would be greatly appreciated.John
Hello.I am new to DW, and ran into a problem that is thoroughly covered, yet does not work in my case. I have tried for hours to get this to work. Simply put, I have created a div tag wrapper to go around all of my <body> code. This wrapper is meant to center all of my webpage content on the screen. In the attached code, you can see that I have a lot of div tags, and the final div tag is the wrapper which goes around all of the other div tags. Each div tag contains one webpage object, except for the wrapper which goes around all of them. I have assigned my css file, "wrapper.css" to the HTML code, but nothing happens.What the heck am I doing wrong?Thanks for any and all help!The HTML:<!doctype html><html><head><meta charset="utf-8"><title>Test 1</title><link href="file:///C|/Users/Mollodesign/Documents/Test Site/logo.css" ><link href="file:///C|/Users/Mollodesign/Documents/Test Site/Products_Link.css
I haven't set up a site in Dreamweaver for a long time. A few versions have been released in the interim. I am now trying to create a new site and was surprised when I attempted to do this and Dreamweaver added everything on my drive (I was creating the site at the root level).I am afraid that if I delete the new site and try again, I will lose all my files. I looked through the forum but couldn't find anything about this.
Hello.I am new to web design and have an important question to ask. We all know that any website is going to be seen by probably every device out there that can view a page. As such, different screens have different parameters such as width in pixels, and width in inches. The pixels unit seems inappropriate because a screen can be 4.5" wide or,say 20" wide but have the same ppi. If I were to use pixels, then a screen with the same ppi but vastly different width in inches will simply be scaled down to fit the smaller screen without any importance placed on the scale of the content, especially text. I do not want to have to get out a microscope to view the webpage on my cellphone. So it seems that inches is best, because regardless of the ppi, I know my content will be scaled to the physical width of the screen, not ppi, which is only a measure of how sharp my web design will appear on any particular device with a given resolution. Obviousl
I have seen some posts about this, but am still a bit sick.I have an HTML page and put is some deliberate typos by randomly tapping keys in a place between a <p> and a </p> - so there are spelling mistakes and it should whinge.The only way to get sensible behavior is to put it in design view! If I am in Live, the menu option is grey; If I am in Code, it bounces to split and highlights nothing. If I am in the more-rendered half of the split the menu option is grey.Is this a bug? If so, how do we get it into to fix pipeline?In the mean time, how about Adobe fixing the page athttps://helpx.adobe.com/dreamweaver/using/spell-check-web-page.html
Hello everyone!I need a lot of help on an issue that I found to be simple, but I could not solve it.I'm creating a site in dreamweaver that has two bootstrap components. One is an accordion and the other is a button group. Both work with the page located on my computer. But it does not work on the server, even with all pages linked and uploaded.I do not know what to do. Help me, if you can.
Hi,After a while working with Dreamweaver when I click on real-time preview button this happens (check the image).And the only temporary solution is to close and open Dreamweaver again.I am in Mac mid-2015. and Dreamweaver 2018.Any idea?
I have been unsuccessful in finding any guidance on this issue online so far, so my apologies if this is a stupid/beginner question but I'm hoping someone can answer.Every time I launch Dreamweaver CC 2018 (Mac OS), it mounts a Chrome installer and attempts to have me install the browser. However the browser is already installed on my machine and I've confirmed its up to date. I cannot find any options in the preferences that would explain why this is happening; is it possible to deactivate this prompt somehow? It seems to slow down the launch process and at times I am unable to "eject" the installer once it appears on my desktop.
Is there a setting to align the cursor with the text in a high-def monitor? The cursor appears to be off by about 1/2 character which makes editing in design view nearly impossible. Testing different "insert" key setting was not helpful.Is there a way to prevent the code view from jumping to the top of document when you click on the area outside of a division? This was not a problem in 2017 versions. The code-design views does not jump.I tend to "park" my cursor in a non-text area to avoid entering unknown characters if I accidentally press a key.I set up keys to switch between code-design view (cntrl+Tab) and code+live view (cntrl+Q) to get around the loss of the one-click buttons in DW2017.DW2018 running in Win7 on 3840x2160 dual monitors.
i just started using dream weaver. I created a home page and save it on my desktop. Then I saved that as a template. I then attempted to add additional pages That will function as my links. So I created a new page for our work, about us etc. then tried to do a hyperlink on the home page that takes me to one of my test pages. I went into live view, clicked on my first link text on the Home page. after Highlighted I clicked hyperlink, then it asked me for the destination folder And told me to save my new page first. I tried to save it under site templates where My home page was now located and it didnt work. Then I moved all of my files that I had just created to the original folder that they were in on the desktop. Then when I tried to open them back up, it is pulling the html and css of each page as two seperate pages instead of combining them under one tab. I’m lost and need help. Im just trying to link all my pages together So that my navigation flows.
I've looked all over the web and no one has seemed to figure out how to detect incognito on the Mac. All the scripts I have tested work on PC only. Has anyone figured this out? Here is an example of one working on PC. Test incognito or private browsing
Hi im new to Dreamweaver and I have a question..Where can i find Thumnails?I can only find Cards or is it the same?Im in Bootstrap Components...
Can you tell me how we can connect local server data and integrate into dreamweaver
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.