For all things Dreamweaver.
Nyligen aktiv
Hi.When I define a site in DW 15 or 19 on macOS everything works fine and I get a positive result after testing the connection. I set the checkmark for save. I restart DW.Result:The Login Data are gone. They haven't been saved.I can reproduce the problem.I used a workaround to solve it: I duplicated the the site definition (it was an imported one). With the duplicated definition it worked, it is saved as expected.Is that a known bug?Is there may be a workaround for the import of site definition in form of a manipulation of the file rights/permissions?Independent of that:In DW 19 I can choose the "FTP via SSL/TLS - explicit Encryption". It works fine.In DW 15, with the same webserver and the same login data, it does not work with that type. It only works with the Type "FTP".Is that a known bug in DW 15?Thanks for your help?
I have redone my website in DW. The files are the way they are suppose to be HOWEVER, when I upload them through filezilla, they revert back to an older version. Is this a DW problem or a Filezilla problem??????? TIA
Hi.In the my old version of DW I configured the format of CSS in the tag library editor.Now there's no category for CSS, please see my screenshot below.I also checked the window "CSS designer", without success.Where can I configure the format of CSS code please?Independent of this question:I tried to help myself on Dreamweaver Help | Dreamweaver User Guide It seems that there's no search field only for that user guide.A global search on the adobe website is - of course - not helpful.
HelloSee the pic below. There is a blue field on the visible part of a website in Dreamweaver.I would like to know if there is a tutorial or an advice how to use these?Thanks Regula
I scanned the QR code with my iPhone.But Troubleshooting message pops up.How would I do?I have Safari only in my iPhone.
"apply source formatting" PHP add spaces in arrays text-type indexFore example:$array_name["ArrayIndex"] become $array_name[" ArrayIndex "] and it doesn't work anymore...Can you help me?
I'm looking to create a website. In this website, I would like for people to make accounts. Additionally, I would like this website to have the ability to make several reports and other documents which could be attached to these individual users, which would in turn show up on their account page. Does Dreamweaver have this form of storable data? Thank you for your time.
HalloSiehe Bild unten.Ganz unten links ist ein Text.Der Rahmen ist gleich gross wie die grüne Fläche.Ich möchte gerne den Rahmen, in dem der Text unten links drin ist an beiden Enden ca. 1 cm kleiner haben.Wie geht das?Eine andere Frage wäre, den Textrahmen zu verkleinern (die Hälfte der grünen Fläche und auf einer Seite positionieren. Wie geht das? Ist dieselbe Frage wie oben aber ein anderer Ort im grünen Feld.Danke für die HilfeR
The below link has a video banner that works on a desktop but the video and poster does not display at all on mobile device.If i type in the link to the video via safari on a mobile device it will play http://starz1.pixerpro.com/videos/bannercrop.mp4http://starz1.pixerpro.com/weddings.htmlCODE <video width="100%" id="pixerpro_interview" poster="videos/banner.png" preload="auto" autoplay="autoplay" > <source id="mp4" src="videos/bannercrop.mp4" type="video/mp4"> <source id="jpg"> </video>Dreamweaver CC2019
Bonjour,J'utilise Dreamweaver CS5.5 avec Windows 10Je suis en mode "classique" avec un écran fractionné : "code" à gauche, "création" à droiteAuparavant dans la vue du code, lorsque une ligne de code était trop longue elle était affichée sur deux ou trois lignes ce qui permettait de la voir en entier.A la suite d'une mauvaise manip que je n'ai pas remarquée immédiatement, la vue code a maintenant une barre de défilement horizontale (scroll) ce qui fait qu'on ne peut plus voir une ligne de code en entier, ce qui est très pénible.Comment revenir au mode précédent c'est-à-dire supprimer cette barre de défilement tout en conservant la vue "fractionnée" ?Merci par avant de votre aide.Jean
I have one image (pink "B") included and over another (blue "A") like the follow exemple.I need to click (onClick) over B and play a sound without play another sound conect to the image A. At my level if I clik on B Is the sound of A ("playThis") that play.Is there a way to click on B and do not "play" A?The Image A<style> #Image1{top: x1px; left: x2px; width: x3px;height: x4px;position: absolute;background-image: y} </style> The Image B is set in similar way.<div onClick ="PlayThis()" id = "ImageA'"></div><div onClick ="PlayThat()" id = "ImageB'"></div>
I am still learning boostrap and am having trouble making some customized navigation bars. I am stuck on a few points.I have a second navigation bar (in addition to the main navigation bar at the top of the page). I want to make 1) three sets of buttons (rows) with 2) a main button for each row (with subbuttons) and the titles are of various lengths. I want to be able to 3) make all the buttonst the same size. How can I do this?Also, 4) The text on my main nav bar buttons are all white but for some reason the text on this second group of buttons comes out black. I can't seem to figure out how to make this text white also.
When Adobe introduced the keyword shortcuts for Snippets, they disabled the ability to make Wrapping Snippets in that version of the program (I think CC2017.0). However, any wrapping snippets I had transferred from the old version still functioned correctly in the new, though I couldn't make a keyword shortcut (no big deal).That seems to be gone now.I was playing around making a wrapping <code></code> tagset snippet, as a possible work-around for another thread. I pieced it together in CC2015 and after transferring it to 18.1, it doesn't wrap. Neither do any of my old wrapping snippets that used to function on double click.I'm wondering if I have an install glitch or if Adobe has finally killed all wrapping snippets entirely in CC2018.1.
Есть кусок кода, выделяю его и его НЕЛЬЗЯ скопировать, а какие для этого могут быть причины?
I have a creative cloud account. I upgraded my WAMP server. Now, when I open Dreamweaver I get a Manage Sites... dialog that says the root folder to my website doe not exist. When I click Manage Sites, my site is identified. When I click import Site Dreamweaver defaults to looking for a file with an .ste extension. When I select all files I assumed that index.php is the file needed. However, Dreamweaver returns an error that says index.php is not a valid site definition file. I am not sure how to reestablish my site.
Hello,I have a question about auto code completion feature. I am trying Dreamveawer 19.0.1. I am working on a PHP project. My pages have "header.php" and "footer.php" included at certain places. I am also using jQuery and Bootstrap libraries from their CDN's in my project. I have enabled auto discover for outsourced files and it is working really efficent. My problem begins here. When i write code in "header.php", all bootstrap classes are loading very quick this is awesome. But when i start to work for example on "index.php" which includes "header.php", bootstrap classes are not loading for auto completion. I see all included files and so bootstrap.css on the top bar but Bootstrap CSS classes are not loading. This also happens in jQuery too. How can i make the code completion work for all php files which include a php file that has imported files from any CDN? I want the code completion work on all linked files and it does not matter how much system resources that it consumes! I hope
I have had this problem with DW ever since the release of DW 2019. I have called tech support and have not had the issue resolved.DW 2018.2 works just fine I can change files and connect to the FTP server and synchronize all changed files. I can try the same thing with DW 2019 and it goes through the motions, but never finds the changed files and does not upload any files. This problem is not machine dependent. It happens on 4 different computers.I have rebuilt my Surface Pro IV from a fresh install of Windows 10. Installed all the Adobe apps fresh and the problem persists.Very frustrated, India support told me that the new way to upload file to my server is to do it manually! I give up, no one seems to care.
You guys taught me that it's good practice to use "canonical" to establish a single universal url to a page that can be accessed via multiple urls.For context, I have this .htaccess code reformatting my urls :RewriteEngine On##### FORCE SECURE URLRewriteCond %{HTTPS} !=onRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] ##### REMOVE /PAGES FROM URLRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_URI} !^/pages/RewriteRule ^(.*)$ /pages/$1##### REMOVE .PHP FROM URLRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME}\.php -fRewriteRule ^(.*)$ $1.phpWhat it does is :Redirects all regular connections to secure ones (http:// to https://)Makes it possible to access pages with or without the location of their folder in the url (/pages)Makes it possible to access pages with or without the file extension in the url (.php)(Additionally, since I don't usually include "www" in my advertising, I favor the non-www version of t
I'm struggling to make a rollover button work in dreamweaver.I selected my original and rollover images to use for a button, but when I do it the rollover button pops up as a second image next to the original button instead of sitting on top of it. I've had the issue and fixed it in the past but I'm struggling to figure it out now. Any help would be greatly appreciated!
Hi.Still I'm not used to the code editor Brackets.Please, can you give me a hint how I can prevent a leading tab after an "enter" behind e.g. "<body>" or "<p>".I couldn't find an option inside the preferences.And please, how can I prevent Brackets from highlighting the start and the end tag, when you place the cursor directly in front of the end tag?The default background color of that highlighting is very dominant (brown) and the cursor get's almost invisible.Thanks.
How do you superheroes link to your .PDF files on your websites?Do you just straight-up vanilla-link to them directly, or can that link be somehow refined in ways I'm unaware of?(Does everyone just more or less do it the same way?)
Hopefully one of the good people of this forum can help me out with a question about navigation menus - I'm looking to create a responsive navbar for a friends website that has it's logo centred, and has social media icons as part of the menubar as well as text (unless it's better practise to have them as icons at the footer of the website?), so it would kind of look likeFood - Location - Logo - Logo - contact - Twitter icon - Facebook iconwhich can then collapse down to the "hamburger" icon for mobile/smaller screen widths Still working in Dreamweaver CS5 if that matters by the way! Any hope/advice appreciated!Simon
Hi.I get the following error message, when I try to upload a file to the remote server:Gestartet: 28.03.19 08:27/text/28/ - Fehler aufgetreten - Der Serverordner /text/28/ kann nicht erstellt werden. Zugriff verweigert. Möglicherweise gibt es die Datei nicht, oder die Ursache ist ein Problem bei den Berechtigungen. Vergewissern Sie sich, dass Sie für diesen Server die erforderlichen Rechte haben und dass der Server ordnungsgemäß konfiguriert ist.text:28:index.html - Vorgang durch Benutzer abgebrochenVorgang abgebrochen.Dateien mit Fehlern: 1/text/28/Translation:"Probably there's a problem with the rights of the folder /text/28 "When I open the remote server in the file manager of DW I can edit for example the file name without a problem.Do you have an idea how I can find the cause why I cannot upload files?The rights of the folder is (in the octal notation) 775.Thank you.
The CC versions of all Adobe products are much slower and harder to work with than their predecessors.The very worst of the bunch seems to be Dreamweaver. It is maddenlingly slow.I can't simply cut and paste text into the code without the program selecting an element next to where I'm trying to paste the text.Also, sometimes Paste is grayed out as an option anyway.I have used Adobe products since 1993 and this feels like something Microsoft would do to its customer base.I have to go to an old computer and use CS6 to work with Dreamweaver now, so that I can use the software not want to push the computer off the desk.Adobe...please fix this, it is really hurting my (and I'm sure others) workflow and is not what users have come to expect from your normally excellent product line.
I am a beginner in dreamweaver and am looking to add a comment tag for my index page. I can't find a comment tag in any of the insert menus. I tried manually typing in the code <!--comment tag is supposed to go here--> but dreamweaver doesn't recognize that as code. Does anyone know how I can add a comment tag into my HTML page?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.