새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
For all things Dreamweaver.
최근 활동
Hi Guys,I am creating html link in dreamweaver for user to click on the link and move to the next webpage. However, I want to create a check box so that the user can check the box and click on the link, so that when they go back to the main page, the know that they had visited to link by clicking on the check box.How can I do that? For example below, I want to create a check box "as shown in red" so that user can check it and they know they had visited the link before moving on to the next link.Thank you !
PHP Form Mail, on complete and send, opens the "Message Sent" Thank You page, but when click/swipe back, has also retained the just sent form, fully completed, requiring one to also click/swipe back though two pages to return to main site. Note: This isn't a problem with receiving multiple mail receipts, but of clearing the initial form on receiving the completion notification page. Mail delivery works as expected. (The following contact page accessed through the nav menu, not directly.satgraphics.com select "contact"
I was just informed that they would no longer allow it for uploading new pages on one existing site for 'security reasons'. Is there a workaround? A patch in Dreamweaver? Or do I have to download instructions from the web provider to do it another way? Or use File Zilla?
Hello friends,Please could someone point me to my error in the code below.I want to post an assessment for the previous year (2016). However, before the assessment is posted, I want the system to check if I have posted an application for that year 2016 by checking my UserID (uid) and the year. If I have done that already, it should popup a message alerting me that I have already posted for the previous year.taxyr is the year field while DATE_SUB(CURDATE(), INTERVAL 1 YEAR) is used to calculate the previous year in MySQL. However, I am not getting any response whatsoever. The data is still posted even though the previous year 2016 is existing.if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "add_assessment_frm")) { $taxyr = strtolower($_POST['taxyr']); $query = sprintf("select taxyr from tbl_tableassmt where uid='".$uid."' AND taxyr = DATE_SUB(CURDATE(), INTERVAL 1 YEAR)", mysql_real_escape_str
Hi All, Does anyone have any experience/knowledge of making an image appear when rolling over it with your curser? This for a college course.Thanks!-Kyle<!doctype html><html><head><meta charset="UTF-8"><title>Home</title><link rel="stylesheet" href="css/bootstrap.css" type="text/css"><link rel="stylesheet" href="styles.css" type="text/css"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"><link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"></head><body id="The Newport Agency" data-spy="scroll" data-target=".navbar" data-offset="60"><nav class="navbar navbar-default navbar-fixed-top"> <d
There used to be a long window just above the Properties window that showed the current and previous CSS styles for the text highlighted in Design View. It disappeared and I don't know where to find it. I have my Workspace defined to a while now and when I reset it, that missing window still doesn't show up.ThanksAlan
I have tried Dreamweaver and do not wish to go any further, how do I cancel the trial so I do not get billed for it at the end of my 7 day trail?
My Dreamweaver CC 2018 is not showing paragraph text in live view or real time preview. I does show it in Design view though. Is this a Dreamweaver problem or mine. I have not run into this before and have been using Dreamweaver way before the CC cam out.
hello everyone, I'm trying dreamweaver cc, can you tell me why dreamweaver not alert me if there is an error in the php code? In CS6 signaled me for example if the staples were not all closed or if there was an error in line, how can I activate it here?Thank you.
Using the same php form mail obtained from: http://alt-web.blogspot.com/2015/07/responsive-contact-form-with-bootstrap.html...the resulting form, when viewed on 2 different site builds, has a different appearance. Keep in mind, both sites built on retina screen Mac, using same code, and producing different visual results.The appearance of the form mail on site (1) is perfectly normal, while the one on site (2) is 1/2 the visual size; viewed on the same system on which they were built. The same holds true when viewed on large duel screen work station as well.(1) http://greenlightinvestmentproperty.com/contact/contact.php(2) https://0182d1d.netsolhost.com/SatGrp-BS-v1/contact/contact.php
I'm new to this version. I like to work with the code on the bottom half of the screen and the actual rendering (??) on the top half. I'm showing the rendering on the top half but the bottom half is blank? What am I doing wrong?
I have an idea posted here Here are 2 supplemental videos packed with evidence and elaboration on that idea ^1500 Reasons why Dreamweaver CC 2017 is not ready for full stack developers - YouTube 7 things that would have made Dreamweaver CC 2017 useful to developers - YouTube I seek to start a discussion here based on the following premise: I suspect there are only 2 types of users for DWR and they need 2 different pieces of softwareUser Type A: Coders who use code view 99-100% of the time <- (this is me)we stopped using BBedit right around 2005, (v 8.2 or so) when we found Macromedia's version of Dreamweaverwe manage sites, write code all day, and use DWR as our launchpad, development and site management suitewe don't care about the design view one single bitwe often fire up SSH to change file Perms when the right click "set file perms" options does not work in DWRUser type B: Designers who are not 'afraid of code', but pretty much shy away from itthey likely use the design view and
A while back, in a galaxy far, far away, I was able to dock the coding toolbar between the live and code views in Dreamweaver. Now in CC 2018, I can't even find the coding toolbar. Does anyone know where it is? Am I missing something?
I'm trying to do a table in my HTML code and it never positions the table rows as rows and instead positions them as inline columns instead, if that's not the issue when the text is outside the table itself. Is there some sort of known bug with the feature because I'm sorry, but I should not have to waste my time trying to do something as simple as a table in an HTML document. Its absolutely stupid.This is what I have (multiple rows in one column:<table> <tbody> <tr> <td> <tr>Row 1</tr> <tr>Row 2</tr> <tr>Row 3</tr> <tr>Row 4</tr> </td> </tr> </tbody></table>...and this is the retarded thing I'm getting, the rows should be underneath each other, because in primary school, that's what I learned what rows are. If I learned that at 6, why cant the team at DW work that one out?Row 1R
i was using Dreamweaver cc to create a website and i had decided to use one of Dreamweaver's templates and once i was finished with added my content, i had clicked "save" but then the whole site messed up and nothing would load correctly.Does anyone know why this has happened?
Is there a way to allow user to enter maths symbols (square root, fraction, x to the power of y, (3x + y) / 4 (but display in the "horizontal form) when developing using DW CC?
How do I stop Dreamweaver from trying to connect to a server that I have never used?"MyOakenDrive" is the name I gave to a Western Digital MyCloud network drive. As soon as I installed DW CC, this alert popped up. I haven't used this drive in years, let alone ever told Dreamweaver to try and connect to it. How do either 1) tell Dreamweaver to ignore this drive or 2) delete any and all record of this from my Mac?
On collapse, li class "dropdown" opens properly, then on "hover" over the dropdown item "Art Galleries", that dropdown slides downward out of sight, and I must scroll to view entire list (of seven) links.Using dev tools to isolate, but can't seem to hit the exact needed rule to overwrite the height, or if I did locate the particular rule needed, I failed to properly write the rule to control the height. Played whack-a-mole for a while, but it might be time for the experts now.=======================================================================================<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-tar
I've been updating a small business website for many years. It uses <!--#include file="sidebar1.html" --> to include a side navigation. In Dreamweaver CS3, the navigation would show up on the server but I couldn't see it in Dreamweaver. This was slightly annoying but workable. Now, updating for the first time in Dreamweaver CC, I can see the sidebar navigation in Dreamweaver WYSIWYG but it doesn't actually show up in any browser! How can I get it to work again?I thought maybe DWCC updated something without asking so I uploaded last year's version of the site from a backup but the nav is still absent. The "sidebar1.html" file is definitely on the server. I read that this include method is very old. Did browsers decide not to support it anymore? The clients here may be shutting down after this year so they don't want to rebuild the site. I've got to fix this somehow.I'm not good at code, but I found what may be a good replacement, so I tried using the method below, from How To Incl
I have a form set up that after the user fills in the information and hits the submit button, the form will eMail that info to the admin for that site. I have checked it several ways with the same result: Mac, iPad, and iPhone users have no problem sending the info. PC users have no success at all. I have even followed tutorials step-by-step to be sure I did everything right. From what I see, I did do everything as it should have been done. Is there a "special trick" I need to use to compensate for something in Windows 10? I appreciate any suggestions or ideas. I will send what I have typed upon request if needed.Thanks,Rick
I bought Macromedia StudioMX 2004 many years ago, mainly for Dreamweaver, and when I upgraded to a newer PC I can no longer register and use it. I just want to be able to use Dreamweaver as I previously did. Do I have any options, short of repurchasing the DW package?
I am using Dreamweaver cs6 from the master collection. I recently did an update so that I could use raw images in Photoshop. Since that update i have had my Dreamweaver randomly crash on me. I lose all of the work that i have done and no option to recover. I don't know how to explain what is causes it as it seems random. Nothing seems to be consistent with the crashes. I have uninstalled and reinstalled the program. Please help me as this is really starting to cause a headache with everything that i have to redo.
I want to add an behavior to my website, it is a Xmascard that shall open after a second or two after load. Before I could use the timeline in DW but now I can´t find it! Why and how to do as I want?
MacOS 10.12.1 SierraDW CC 2017, as earlier versions, supports reloading extensions with a hidden command: 1. Make certain at least one file is open for editing 2. Make the Insert palette visible by going to Window --> Insert 3. Hold down Option key 4. Pull down on select menu at top left, default shown as "HTML" 5. Find and select new bottom item, "Reload Extensions"For me, doing this reliably causes DW to crash. (Either immediately, when I attempt to continue working, or multiple 10's of seconds later, if I do nothing after step #5 above.)Maybe I have a messed-up extension? (I copied my custom extensions from CC 2015, where they were all functioning correctly for the lifetime of that version.) Any corruption or fatal error should be found at launch time, right? But I have launched CC 2017 dozens of times. It starts up smoothly, without any apparent problem, and I have seen that at least
It seems there is more than one meaning for "extension". The one I want to discuss: files an individual DW user creates, fills with code, and places in a dedicated folder, in the case of Macs and the latest DW: ~/Library/Application Support/Adobe/Dreamweaver CC 2017/en_US/Configuration/Commands/These are usually in HTML--JS pairs, e.g. Extension1.htm and Extension1.js, containing --respectively-- the initialization and the implementing JavaScript code for what the extension does. This results in the DW menu item Tools-->Commands-->Extension1which activates the extension. It has full access to the DOM of the current file, so all sorts of transformations are possible.Q1: What's the definitive, unambiguous description for this kind of extension?- - -I write extensions for complex tasks that I do often in my workflow. For example, the built-in tool Tools-->Clea
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
이미 계정이 있으신가요? 로그인
sso.login.detail.descriptionWithRegistrationLink
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.