For all things Dreamweaver.
Récent
My Windows 10 laptop had a problem and I had to reinstall Windows 10, which deleted all of my programs.I still use Dreamweaver 2014 because of its fluid grid layouts coding properties. I have 60 clients with responsive layouts coded using it.Now that I have downloaded the CC tool, I can't find Dreamweaver 2014 in the Other Version area to install. Dreamweaver only goes back to version 18.2.So how can I get hold of Dreamweaver 2014 to reinstall on my computer?Thanks for any help given here. I need to be able to easily edit my clients code as needed. And I need the fluid grid capabilities of Dreamweaver 2014 to do this (fluid grid disappeared in later versions).
Beste mensen, Wie kan mij helpen. Ik ben van plan om de Adobe Apps aan te kopen. Maar heb nog een belangrijke vraag. Kan een oude website ooit gemaakt met CS4 geladen worden naar een nieuwe Dreamweaver en dan aangepast worden naar een Responsive website? Alvast bedankt en mvg Henk.Dear people, who can help me. I plan to buy the Adobe Apps. But have another important question. Can an old website ever created with CS4 be loaded to a new Dreamweaver and then adapted to a responsive website? Thank you and MVG Henk.
Anyone else noticed css position sticky doesnt work when display: flex; is involved?Simple example would be a:<div><div>sidebar</div><div>content</div></div>where both child <divs> are inside a wrapper <div> which is set to display: flex;Setting position sticky on the sidebar <div> does nothing BUT if you ditch display: flex; and use the old float method to align the child <divs> next to each other, position sticky works fine.Any work around for flex, haven't really looked too deeply into it, being lazy, as per usual.OsEdited: Same applies if css grid is used.Edited. Ok a quick Google search came up with adding align-self: flex-start; to the container, which has sticky applied!
Does anybody know of any indepth video tutorials for Dreamweaver ? The ones provided by Dreamweaver are very basic and barely scratch the surface. The tutorials on Lynda.com/LinkedIn seemed to have been removed.
Hi,To realize the prototype, I started from moving ".col1" to the top of "main".I wrote,main { position: relative;}.col 1 { top: 0;}But it doesn't work.How would I do?Global Invisible HandHosun Kang
I currently run a database on Dreamweaver for the shops & workshops of a company. I've been tasked with granting access SOME area's of the database to other businesses. I am wondering if this is possible & safe (we really do not want these other businesses to gain access to the rest of the database)The part we want to give them access to is large and extremely time consuming to create and manage so we want to just give them access to that portion of the site so when we do updates they can see the new prices etc. If this is not possible we are happy to create a pdf but we would have to send them a new pdf everytime an update is made. Any idea's or solutions would be greatly appreciated.
Hello,I am 67. 10 years ago I built my website with Dreamweaver, and I loved it. I would love to find and use that old version of DW again as I don't want to spend time learning new things. Is there a way to purchase an older version? Many thanks.cheersJurgen
Is there still a way to do this in Dreamweaver? This used to be so easy! All I had to do was add a "behavior" to trigger the large image to pop up in a window that overlaid on the main page. But the behaviors are now gone from Dreamweaver (I'm using Dreamweaver CC 2019). After lots of searching, I gather that what I want to do is now called "modals." But I can't find any one, straight-forward answer on how to do this; they're all different. Can anyone suggest a simple way to do this without the trial and error of adding a bunch of code that may or may not work?I have page of thumbnails laid out in a grid. All I want is for the user to be able to click on any one thumbnail and have it pop up in a window that overlays the main page and displays the full-sized image. I don't need titles, captions, buttons, or anything else - maybe just the common "X" in the upper right-hand corner to close the window. I don't care about a "veil" covering the rest of the main page. I just want this to be
Hi all,I developed a custom command and menu that mainly consists of a few search and replace of multiple values of the active document.I installed it on 2 computers. On the windows, I had no problem, everything works according to the expected behavior.On the other hand, I also installed it on a mac and there the menu is appeared but is dimmed: impossible to launch the custom command.I tried to force the menu with the following code, but it does not work:function canAcceptCommand () { if (dw.getDocumentDOM ()! = null) { return true; }}Do you have an idea of the problem? Thanks in advance !Melisandre------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Bonjour à tous,J'ai développé un commande et un menu personnalisé qui consiste principalement à rech
The 3 words that let me switch to live view/ code view/ split view is missing along the top?how to get them back? (see the 3 works, with LIVE in blue?Peggy
So, I have a question if anyone knows the answer. Im working on my portfolio and found a Codepen I would like to use for my photography page. The only problem is, the pen Im using goes PAST the footer and I would like the footer to move further down the page with each batch of images I add. Ive added an example of the error Im running into, along with the CSS that is being used for the footer. I will also add the full CSS. I've been trying to figure this out on my own, but any help would be very awesome. Thanks.@charset "utf-8";/* CSS Document */body { background-color: #fff; margin: 0 auto; width: 100%; height: auto;}header { background-color: #020557; height: 100px; width: 100%;}header h1 { color: #ffffff; font-size: 50px; font-family: "Oswald", Arial, Helvetica, sans-serif; margin: 0; padding: 0; padding-left: 20px; line-height: 100px;}/*------Navigation------*/.nav { background-color: #efefef;
Hi,In the header, I want to place the title (red box) in the middle, vertically and horizontally, as seen in the prototype below.I tried to ".title", display: flex; align-items: center;It didn't work.How would I do?Global Invisible HandHosun KangThe Tittle was edited by Moderator.
Using Dreamweaver CC 2019 Google Maps now requires the API key be embedded in the js script source, for their free maps so I have had to add API keys to a couple of my sites. They warn that these API keys should be hidden to avoid misuse. How to I achieve this? Here is the call out: <script src="//maps.googleapis.com/maps/api/js?key=MY_API_KEY&v=3.exp&sensor=false"></script>I need to keep the info relating to my API key hidden. Eventually, I want to switch the maps out with another free map that doesn't need to be monitored so closely to avoid fees and abuse. In the meantime, I am hoping for a quick fix to keep the key hidden.
Hello,One of my clients is having an issue when checking out files in Dreamweaver from a local FTP Server, we have checked the settings and they match one of his colleagues who are not having the issue. When he is checking the file back into the FTP Server the following in the FTP log: > PORT 192,168,1,80,253,161 < 200 PORT command successful. > SIZE filename.aspx.LCK < 213 47 > RETR filename.aspx.LCK < 125 Data connection already open; Transfer starting. < 226 Transfer complete. > DELE filename.aspx.LCK < 250 DELE command successful. This isn't happening on each check in, just on certain ones. Doing some digging into the two status codes I can find 213 - file status / 47 SSL policy requires client certificate. The FTP Server is IIS v10 running on Server 2016Can anyone shed any light on this for me?ThanksStan
i am a web designer working with many clients one of my client is asked for a pop-form he also send me a reference domain name which is : https://www.southafricapackages.com/ as this url opened a pop-up form displays on homepage with a close button. as i am familiar with adobe Dreamweaver. i want to create it in Adobe Dreamweaver. I have Dreamweaver CS6. IF ANY OPTION AVAILABLE TO CREATE IT KINDLY REPLY TO THIS POST. THANKS .
Hi,I use this feature fairly often. I noticed that sometimes it does not return results after the initial search that did give the results. It just happened to me again, while using regular expression.Case, step by step:- I open Dreamweaver, and use the feature for the whole local site.- I test the query first by pressing Find All button only.- I get 112 results- Then I press Find All button again and it returns zero results.No matter what I do within Dreamweaver after this, the search returns zero results.The only solution is to close the application and open it again. I use it on Mac.If I use this without regular expression turned on, I always get the results.Thanks
Buenos días,¿Como se programa el siguiente formulario para que al ser enviado te llegue a un correo que tu especifiques?<form><label for="nombre">Escribe tu nombre : </label><input type="Text" placeholder="Nombre" name="nombre" id="nombre"><br><label for="correo">Introduce tu correo:</label><input type="email" placeholder="Correo" name="correo" id="correo"><br><label for="Mensaje">Escribe el mensaje : </label><input type="Text" placeholder="Mensaje" name="Mensaje" id="Mensaje"><br><label for="Tipo_de_consulta">Tipo de consulta: </label><select name="Consulta" id="Tipo_de_consulta" placeholder="Escoge uno"><option value="------">------</option><option value="Duda">Duda</option><option value="Sugerencia">Sugerencia</option><option value="Otro">Otro</option></select><br><input type="submit">Gracias
Recently switched from Dreamweaver cs6 where I could drag and drop any local file to any page. Is this feature no longer available in DW CC 19.2? I was able to drag and drop things defined as assets (image, media, etc.) in CC 19.2, but it doesn't appear that pdf's are considered an asset. My typing sucks - so drag and drop is a great feature for me, would rather not type the URL to each PDF document if possible.Thanks for your help.
I have 3 websites all created the same way from my own templates (different templates for each site) but all have the same problem. I am using Dreamweaver CS5. My latest site is berksandmarlboroughdownsvillages.co.uk which has a page for each village in the Berkshire and Marlborough Downs. The site uses two templates, one for all the "village" pages and the other for all the other pages (Home, List of villages, About the downs, etc.). When moving from one page to another there is a slight but noticeable "jump" to the right and back again, even if the pages were created from the same template.I have spent hours trying to work out why this is as I have never seen this fault on other sites and obviously it shouldn't happen. I have checked through the code, tried things like standardising page lengths so they either all have or do not have a vertical scroll bar, centralising the site, but nothing works. If anyone has the answer please let me know.
Buenos días,¿Como hago para añadir una nueva pestaña en el sitio, es decir que al dar a un botón del menú, te lleve a otra página?Gracias de antemano.
At the risk of sounding like a complete idiot, I can't for the life of me figure out how to use Bootstrap! I need to do a simple site for a client. I've been to the Bootstrap 4 Get Started page, but I don't understand anything! It gives examples of code and then tells you to try it yourself. Try what? What do I do? Nothing I do to the code in the examples does anything. I went to the Adobe tutorials but I can't find any help there either.I opened a new document in Dreamweaver with a Bootstrap starter template, and I can't figure out how to do anything with that either, such as just put an image inside the jumbotron container. I'm not a neophyte - I started building web sites years ago with Page Mill, then graduated to Dreamweaver. But it's been a while since I've done any web design. I've always created sites visually, as a graphic designer, not a coder. I've edited html and css by trial and error and used to be able to figure out how to do what I wanted to do. Now I feel like I don't
Hi,I’m having issues with Dreamweaver which automatically alters the width values of my image when I change/swap an image.The width value is set to 100% (width=100%) as the image is held in a responsive div container. When I come to alter the image (double click on the image in design view) or alter the “Src” in the properties tab the new image is automatically changed from the 100% value to an absolute value (400). ../image/example1.jpg" alt="image 1" width="100%" />changes to ../image/example2.jpg" alt="image 2" width="400" />I can alter the width manually, but it is inconvenient and easy to miss. How do I stop this automatic feature in Dreamweaver?Thanks for reading my question
hello all,by any chance is there is a batch process in within DW that allows us to change file extension of selected files or any other type of selection ?thanks for the headup on that onehave a pleasant daybirnou
Are forum regulars aware of this? I found out by accident today.Responsive Web Design Extensions, Apps, Add-ons, and Plugins for Dreamweaver"There is deep sadness in our hearts with the unexpected passing of our co-founder Al Sparber."Fundraiser by Rashel Fel : Albert J. Sparber Memorial Fund
Hy guys!My name is Jomar and i'm from Rio de Janeiro Brazil. I'm beginner and I have a problem with PHPMailer to send a FORM:I'd like to know what is wrong with de scripts below. Sorry for my English. Thanks all folks !#Exemplo de envio de e-mail SMTP PHPMailer - www.secnet.com.br//require_once ('vendor/autoload.php');require_once ('vendor/phpmailer/phpmailer/src/PHPMailer.php');require_once ('vendor/phpmailer/phpmailer/src/SMTP.php');require_once ('vendor/phpmailer/phpmailer/src/Exception.php'); use PHPMailer; (line 15 with error!)use Exception;error_reporting(E_ALL);ini_set('display_errors', 'On');# Inclui o arquivo class.phpmailer.php localizado na pasta phpmailer$mail = new PHPMailer.php(true);$mail->Subject = "Contato"; # Assunto da mensagem# Inicia a classe PHPMailertry {# Define os dados do servidor e tipo de conexão$mail->SMTPDebug = 2;$mail->isSMTP(); // Define que a mensagem será SMTP$mail->Host = 'host48.hoteldaweb.com.br'; # Endereço do servido
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.