『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
For all things Dreamweaver.
新着順
Hischon einmal bin ich mit diesem Problem ins Forum gekommen. Für die damalige Situation habe ich eine Lösung erhalten, aber es scheint, dass mit meinem DW CC2017 etwas nicht stimmt. Das Problem: Wenn ich eine ganz neue Datei erstelle und wähle, dass Bootstrap eingebunden werden soll, entsteht das folgende Script:<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Untitled Document</title> <!-- Bootstrap --> <link href="css/bootstrap.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcd
I'm trying to open Dreamweaver 2017 (latest version) on my iMac, running Sierra 10.12.4 (latest OS version). On launch, Dreamweaver will start to bounce in the dock, and then quit. One out of four times, I get an Apple message that just says my software has quit, but no error code.After working with Adobe support in chat sessions, including where they took over my machine, we discovered this only happens under my main user account, and they suggested I contact Apple because "something is wrong with my user account." We tried various basic things including logging in and out of my Adobe account, uninstalling Dreamweaver and downloading again, etc. Working under the new user is a workaround, but a very inconvenient one.Apple, after many patient hours themselves in chat, suggested that… the problem is with Dreamweaver. They offered a fairly nuclear solution for creating a new user account with all my stuff — transferring my 870GB of data to an external drive, trashing my main user and cop
With the latest Mac Version of DW 2017.1 build I keep getting this message on save. It comes up either 2x or 4x on save. I've search every file in DW and eliminated any that say idisk to no avail. I don't know where this is hidden in DW that it is trying to access..
this is the linkDocument sans nom
HelloI want to create a menu with a sub menu. I have been on google but I can not find a solution. Have a solution or tutorial to create a menu and sub menu like thisHTML code<!doctype html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" /><link rel="icon" type="image/png" href="images/favicon.png" /><title>menu</title><link rel="stylesheet" href="css/styles.css"><meta name="viewport" content="width=device-width, initial-scale=1"></head><body> <div class="row"> <div class="col"> <!-- Affichage menu et sous menu --> <nav class="style-nav"> <ul> <li><a href="#">Page1</a></li> <li class="current"><a href="#">Page2</a> <ul class="sous-menu"> <li><a href
The title describes it perfectly. Everything else I have done is going in center if I ask it to, but this is not. I developed this CSS drop-down menu through a YouTube video tutorial and everything worked fine. I went on for a day trying to put it in the center but nothing worked. I then tried to just simply highlight it and then ask Dreamweaver to move it to the center (or ever the left) through Format -> Align and it still won't move it. It just wants to stick to the left like GLUE! I did create and link a .css and like how that works...makes the files shorter and easier. Here's what the .css looks like:@charset "utf-8";#navMenu { margin:0; padding0; text-align:center; }#navMenu ul { margin:0; padding:0; text-align:center; line-height:30px;}#navMenu li { margin:0; padding:0; list-style:none; float:left; position:relative;}#navMenu ul li a { text-align:center; font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; text-decoration:none; height:30px; width:150px;
Sugestão de código não funciona DW Inserindo uma imagem pela tag img ao digitar os atributos width e height em uma das tags o Dreamweaver não sugeriu o código. 0:49 segundos. By inserting an image by img tag when entering the width and height attributes in one of the tags Dreamweaver did not suggest the code. 0:49 seconds.
Documento está aberto no Dreamweaver, na janela Files clicando com o botão direito do mouse sobre o arquivo desejado open in browser > Google Chrome F12 a visualização ocorre. Clicando direto em F12 o documento não é visualizado em nenhum navegador.Document is opened in Dreamweaver, in the Files window by right-clicking on the desired file open in browser> Google Chrome F12 the preview occurs. By clicking directly on F12 the document is not displayed in any browser.
Ok, I tried to contact support, but they directed me here. I am trying to post updates to my website, but a message came up saying that it cannot connect to the server. I contacted our server provider and he said that it upgraded from FTP to SFTP. He gave me the new credentials, but I do not know how to update that for the current server and keep the current site the same. All I know how to do for connecting to a server is to create a new site and I do not want that. I hope one of you can take me step by step in this process, if there is a way
@charset "utf-8";#wrapper { width: 100%;}body { padding: 0; margin: 0; font-family:Roboto;}#wrapper header { width: 100%; height: 152px;}#wrapper header img { max-width: 100%; width: 100%; height: 200px;}#wrapper .menu ul { margin-top: 39px;}.menu ul li {}.menu ul #current { color: #6CADAB;}#main { width: 100%; margin-top: 2%; margin-bottom: 4%;}#main h1 { color: #3A4771; font-size: 1.5em; text-align: center; text-shadow: 2px 0px #6CADAB;}#main h2 { color: #3A4771; font-size: 1.25em; text-align: center; text-shadow: 2px 0px #6CADAB; margin-bottom: 0px;}#main h3 { color: #3A4771; text-align: center; font-size: 1.15em; text-shadow: 2px 0px #6CADAB;}#maincontent .leftcontent #image5 { width: 100%; height: 371px; margin-bottom: 12px; min-width: 0px;}#maincontent .leftcontent #image6 { max-width:
Bear with me--this is my first website ever, and my first time using PHP. I've done a good amount of reading in the interest of understanding all of this, and I think I'm pretty close to having it right, but for some reason my email script isn't working.Screenshots of my script and the form that triggers it are below.Basically, the PHP script gives me the echo I've coded, but no e-mail actually arrives in my inbox, and I'm not sure why (I've checked junkmail, and there's nothing there, either).If you guys see any glaring errors in my code, I would appreciate it!PS - I realize I haven't written security verifications in my PHP script ... for now I'm using DW's dedicated "email" and "phone" fields, and I'm limiting the name fields to 15 characters. I'm also using a reCaptcha verification, as you can see (which works on my domain--these screenshots were taken in the localhost environment where the reCaptcha isn't authorized). Just FYI. Obviously open to feedback on
I'm working on one of my sites and suddenly I can't connect Dreamweaver to the server . I have the same problem that was asked here. Failed to Read the contents of XML Resource: IDD_SSH_KEY_CHANGE_DIALOG It looks like an easy fix, but when I go to ~Library/Application Support/ there is no Dreamweaver folder at all. I see folders my other Adobe apps, but nothing for Dreamweaver.Any hints on how to solve this?
I have subpages that need to be attached to a template but when I try to attach them they say there is an error. I think its because my subpages are in folders within the site, how do I link those to a template?
Downloaded Dreamweaver CC last night. Cannot keep it open for more than a few seconds. Noticed if I open a file, no code shows in the Code Inspector. If I click the X to close the file, DW CC crashes. Think this release came a out a bit too soon. Buggy as hell.
The code changes when I'm working. The first characters of each line just disappear sometimes - and other things get messed up.I need to install the previous version. How do I do that?I saw another thread where you just select "Previous versions" in Creative Cloud app but its showing up there.
Hello all!Bear with me, my question will hopefully make sense soon, hahaI am wanting to rebuild my site with some better design, add in mobile support, and keep its current functionality intact (or replicate it with an Adobe product)my current site can be seen here www.ruesterprod.com (as of 4/5/17)As you can see I have some Quicksand filtering and sorting going on, but the design sucks and I need to add mobile support and keep it easily updateable as I add more videos to my portfolio. Obviously I can design the elements in PS and Illustrator, but between Dreamweaver, Muse, Reflow, and Animate I have no idea where to start and how best to keep a solid workflow. Also, for mobile, I'd like to have animated sorting and filtering, but instead of blocks, I'd like to have my videos stacked vertically and be responsive....MY QUESTION IS: How BEST can I accomplish a redesign, have/keep quicksand-like sorting and filtering, optimize it for mobile, and easily update it when ever I post a n
I'm having problems running the site in Dreamweaver 2017, it does not modify the site title (only real time preview), google chrome and neither favicon.ico is appearing (Failed to load resource: the server responded with a status of 404 (Not Found)) and any new line of code made the chrome delay to Update (average 2 days to update code), please can anyone help me.
I am having some issues with trying to get an image which is floating to the left and beneath that I ant to add some text. This image and text has text wrapped around it in a paragraph.Below is the paragraph in question:<p>In 1989, in the Lopburi province in the north of the country and unusual festival was born. The idea came from a local businessman who wanted to boost tourism in the area. <img src="wpimages/monkey.jpg" alt="Crab-eating Macaque" width="183" height="226" class="fltlft">Every November since, this festival has fed 600 or so Crab-eating Macaques also known as long-tailed Macaques with around 4,000 kg (4 tons) of fresh fruit and veg! The locals see it as a way of thanking the monkeys for attracting the large number of tourists to the region just to see the spectacle.</p>The additional text I want to add needs to be below the image. The way I have got around it so far is to create a css rule for the image and then put 25px of padding on the bottom a
Hallo,ich möchte gerne die websites meiner kids mit einer Art Zugangsberechtigung/Passwort vor unerlaubtem Zugriff schützen. Also irgendetwas vor der index.html oder was bei Aufruf dieser generiert wird.Ist bestimmt nicht so schwer.Irgendwelche Ideen?Danke
Hi, I so hope somebody can help!I've been having a problem for ages with getting the divs into position in my Dw responsive layout.I have tried everything with the code: display properties - margins; widths; whether a div starts on a new line or not - and I cannot see the problem behind why these divs won't line up.I've attached a mockup of what the page should look like; a screenshot of what Dreamweaver is doing:and here's the code:/* Desktop Layout: 769px to a max of 1232px. Inherits styles from: Mobile Layout and Tablet Layout. */@media only screen and (min-width: 769px) {#----------------------desktop {}.gridContainer { width: 98.3333%; max-width: 1232px; padding-left: 0.8333%; padding-right: 0.8333%; margin: auto;}#Header { clear: both; float: left; margin-left: 0; width: 100%; display: block;}#logo { float: left; margin-left: 0; width: 15.2542%; display: inline; height: 100px;}#menu {&
I am becoming a very positive DMXzone user. Their tech support is excellent and if I get up a few hours early, they are usually also available for chat. However, today, they were not so here I am. I used App Server Connect to define two static events. I don't know if they are working or not because I am stuck on a blank page after success. The page url (http://www.nabcd.org/dmxConnect/api/membership/insert.php) seems to be a result of the insert action which puts the records into the database. I have seen that the entries are in the database but I must have done something wrong that is causing this non existent page to appear. Please let me know how to fix it.Thanks,Connie
The sliders on the code window in split view are very dark grey on black. Is there a way to make them visible (my eyesight is not perfect following major retinal surgery.Screen grab:Hope someone can help
See bottom for questionwww.roatan.ws/contact.htmlCode for contact.html<!doctype html><html><head><meta charset="utf-8"><title>Untitled Document</title></head><body><form> <p> <input name="textfield" type="text" id="textfield" placeholder="Name:"> </p> <p> <input name="email" type="email" id="email" placeholder="Email:"> </p> <p> <textarea name="textarea" id="textarea" placeholder="Comment"></textarea> </p> <p> <input name="submit" type="submit" id="submit" formaction="gdform.php" formenctype="text/plain" formmethod="POST" value="Submit"> </p></form></body></html>Godaddy Server:www.roatan.ws/contact.htmlandwww.roatan.ws/gdform.phpCode for gdform.php<?php $request_method = $_SERVER["REQUEST_METHOD"];&n
Porque no se guarda el diseño que me aparece en dreamweaver cuando lo abro en un navegador?El codigo:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Redes Sociales</title><style type="text/css">*{padding:Opx;margin:Opx;}#header{margin:auto;width:600px;font:"Times New Roman", Times, serif}ul, ol{list-style:none;}.nav li a{background-color:#000;color:#FFFFFF;text-decoration:none;padding:10px 35px;display:block;}.nav li a: hover{background-color:"Whith";}.nav > li{float:left;}.nav li ul{display:none;position:absolute;min-whidth:160px}.nav li:hover > ul{display:block;<!--.Estilo1 { font-size: 36px; color: #0066CC;}body { background-color: #FFFFFF; margin-left: 150px; margin-top: 150px; margin-right:
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.