For all things Dreamweaver.
Als letztes aktiv
Hello folks, I am trying to learn how you can Embed Your Website Video on Facebook, buteverytime I search I get the reverse "How to embed a Facebook video on your website"Anyone knows where to look for what I want? : " Embed Your Website Video on Facebook "( Using Dreamweaver CS6 )
In every previous version of dreamweaver you could define snippets to wrap selection.... why was that removed? I use it alot : (
So they took away our ability to make wrapped snippets. Terrible terrible idea. But here's how you can still create one under Dreamweaver 2017In windows go to C:\Users\[YOURUSERNAMEHERE]\AppData\Roaming\Adobe\Dreamweaver CC 2017\en_US\Configuration\SnippetsThere you will find a folder full of your personal snippets. Create a new file here. Let's say you want a wrapped snippet for coldfusion comments. Let's name the file coldfusion_comment.csnThen put the following in the file:<?xml version="1.0" encoding="utf-8"?><snippet name="coldfusion comment" description="" preview="code" type="wrap"><insertText location="beforeSelection"><![CDATA[<!--- ]]></insertText><insertText location="afterSelection"><![CDATA[ --->]]></insertText></snippet>There you go. You will have to re-start dreamweaver to get it to see the new file.But please please Adobe, I need my keyboard shortcuts!! This right here
How do I add class="active" to pages on a site using SSI?
Hello,I need to add a contact for to my site and used a Lynda.com tutorial to set up the initial page.I have downloaded the script from 123.reg - <?php$EmailFrom = "info@yourdomain.co.uk";$EmailTo = "info@yourdomain.co.uk";$Subject = "online form";$Name = Trim(stripslashes($_POST['Name']));$Email = Trim(stripslashes($_POST['Email']));$Tel = Trim(stripslashes($_POST['Tel']));$Message = Trim(stripslashes($_POST['Message']));// validation$validationOK=true;if (!$validationOK) { echo "please check your details"; header("Location: http://yourdommain.co.uk/contact.php"); exit;}// prepare email body text$Body = "";$Body .= "Name: ";$Body .= $Name;$Body .= "\n";$Body .= "Tel: ";$Body .= $Tel;$Body .= "\n";$Body .= "Email: ";$Body .= $Email;$Body .= "\n";$Body .= "Message: ";$Body .= $Message;$Body .= "\n";// send email$success = mail($EmailTo, $Subject, $Body, "From: <$EmailFrom>");// redirect to success pageif ($success){ print "<meta http-equiv=\"refresh\"
Dear all, today when I asked my DW CS4 (win) to sync with the server, it claimed to need uploading *all* files in my website tree.This is clearly wrong because I am absolutely sure that most of the files never got touched in the past months.Obviously, my first intention was to not upload all files, first because it would have been a very long-time operation, and secondarly because I don't know which files have changed at the remote side since the last sync, so I don't want to lose data. Later, as I couldn't come through it, I decided to patiently select the files I was sure were up-to-date and select them as "mark as synced". But the next sync still keeps prompting for the files upload... so, it seems I am in a neverending loop 😞Tried to disable and re-enable the "keep sync info" flag, delete all dwsync.xml files, but nothing was useful.I also have already searched for some solution for years, because from time to time the problem appeared and never got a final solution.A
Hi I have a video on my site that is not displaying properly in dream weaver it looks fine and in You tube it also looks fine but on my wed site its just shows a drab start buttonYou Tube: http://www.youtube.com/channel/UCJ0pJPO4BHhXIJcbaCZhN2g https://www.youtube.com/channel/UCJ0pJPO4BHhXIJcbaCZhN2gWeb Site : http://www.qualitycarpets.netIf someone could tell me how to make the thumbnail display I would appreciate it very much.Regards Jeffhttps://www.youtube.com/channel/UCJ0pJPO4BHhXIJcbaCZhN2g
Is it possible for me to create a website that has multiple web pages, and have my students link them all together using the creative cloud. I want them all to code different pages, and then be able to link all of these pages together by sharing them on the creative cloud. Then link all of the pages together with the cloud. I don't want one kid to have to link them all together using just his computer. Is this possible, and if so how?
Two days ago all was fine. I was using DW2017 without significant issues. This morning, zip! The software came up empty... Not even a "Open Recent" I have 226 site definitions to to add those back manually is a non starter. I fired up DW CS5 and all was well.I looked at the forum and at least got the suggestion to export all the CS5 .ste files into a new directory but I do not know where the .ste files go in DW 2017.0.1? Any assistance would be helpful?
Each time I open Dreamweaver, I can only put files once. It works fine that first time but any subsequent attempts just hang until I cancel, close Dreamweaver, reopen it, and continue working. Yes, I could use FileZilla but one of the reasons DW is my favorite editor is what used to be the supremely perfect Files panel and FTP. It's been doing this for the last 2-3 versions for me. The creds are fine -- it works perfectly that first time every time.
As you all know I am not a fan of pre/post-processors, but I can understand why people use them.One of the main reasons given is the use of variables, which I will agree is an advantage, but now that Edge is implementing support for the W3C CSS Custom Properties module, that reason will greatly diminish over the next few years.Microsoft has published an article describing the use of css variables, with an example of how to create fallback for those interested.https://blogs.windows.com/msedgedev/2017/03/24/css-custom-properties/#0m9wDZ4VAQAZdcsF.97if your variable value is ---primary: #0B61A4;then the use with fallback would be -body { background: var(--primary, blue);}
I have a form and a mailscript I built with a tutorial. I do want to understand this as I go along as I will be needing this simple form with no verification soon.Here is the form. My form:<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>Page Title</title></head><body><div id="FormDiv" > <form action="mailscript.php" method="post" name="ContactForm" id="ContactForm"> <table align="center"> <tbody> <tr> <td><label for="Subject">Subject:</label> <br> <input name="Subject" type="text" id="Subject" form="ContactForm" /> </td> </tr> &
Hello,I first purchased DW 8, and then upgraded to DW CS3.These were both installed on my 2 laptops.Now my two laptops are both broken, one, this one, has a broken screen,the other one, was up to date with DW CS3.This one, the one with the broken screen, I use with and add on monitor, so I read on one screen and type on my laptop.This Laptop had no DW on it, and I tried installing from my DW CS3 disk, but it does not like my serial number, and now it is telling me my trial period will be up tomorrow.I used the serial number that came with the DW CS3 installation disk, and apparently DW does not like it. Perhaps because I already registered with it.Anyway that serial number is: [Removed by moderator. Please don't post private information in a public forum.]What more do I need to do so I can continue using my product.Please advise,Thank You,George Dawson
overwrote my server files with badly designed files. My backup files are several years old so they are not much help other than reconstructing them. While working on the DW managed site, I was prompted what to do with a undefined field. I choose leave as "unchanged" and lost my content to all files linked to the template. Is there a means of re-defining the field to reclaim my text? I hate to start over, however, I learned a valuable lesson. Thanks.
I've tried searching the web for a fix for this, but honestly have no idea the terms that would get me this answer. I updated to Dreamweaver CC 2017 and code that used to be indented and wrap to the second line in split mode now does not wrap to line 2 and begin on the left of the window, it aligns to the parent tag, so in my responsive email with nested tables I'm getting pieces that are literally 2 characters wide going down the right of my split screen.How do I re-calibrate my settings so that the code, even though it's indented on the parent tag, will flow to the beginning (far left) of the line when the line wraps? I don't want to turn off line wrapping and have to scroll to my code either. There must be a setting to turn off/toggle. This is on PC if that helps.
When I create my document in Dreamweaver CS6, my text is all in the same class. But anytime I have a bulleted, numbered or lettered list, the font appears much smaller once posted live onto the site. I have to go back to my DW file and re-add the class it was already on in order for it to capture the right font size. Does anyone know how this can permanently be fixed so that I don't have to keep re-classing my lists? See image below:Please note, I am an amateur when it comes to Dreamweaver. I only know the basics in order to do my job. So, if you have feedback, remember to explain it in a simpler way for me. Thank you very much!
I create a website with about 20-30 pages in HTML. I then followed the instructions and added Google translate code and placed it into dreamweaver ( only to the index.html page). The issue is the I blank div appears with nothing in it. Not sure why. So I tried in in a new document and still nothing appears. Any idea why?
I'm doing the Star Gazer tutorial "How to make and style a responsive web page". Now it's gone?Anyone know why? Anyone know where I can find it?
Hi, I am try to implement a scroll down poup window but forms all working fine i am finding two problem. How can i resolve 1) After form submission page is redirect not stable in parent site 2) How can i achieve poup display only one time after loading link is given belowhttp://bit.ly/2oCSkb5<?php// Hello! welcome to the settings page.// Here's your two steps guide:// FIRST: // Instead of newsletter@test.com put the email address of the mailing list,// (the same that SendBlaster uses in Manage Subscriptions Section)// ... please pay attention to the ' ' apostrophes, they must remain around the email address.$emailmanager = 'xyz@gmail.com';// SECOND:// save this file, and close it. Thank you!error_reporting(0);$email = trim($_POST['email']);$Ok = ereg("^([a-zA-Z0-9_\.-]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$", $email);if ($Ok) { mail($emailmanager,'Subscribe','','From: '.$email); if(!ereg("^[_a-z0-9-]+(\.[_
Hey there!Google doesn't really help me, not any other php tutorials or whatever, so I am asking here.I want to add opening hours to my companies web page. So far so good, worked on a php script and took a few examples from GitHub. I got a working php script saying if we are in the office or not. Now how do I put that in my Contact div? Or how do I implement it in the website?This is my php code that I used:!<?php date_default_timezone_set('Europe/Vienna'); $weekday = date("H:i"); if ($weekday == "Friday") { $open_from = "08:30"; $opten_to = "15:00"; } elseif ($weekday == "Saturday" || $weekday == "Sunday") { $open_from = "00:00"; $open_to = "00:01"; } else { $ope
Hey there,I have recently took on the project of creating a website in Dreamweaver. I took classes around 5 years ago but that was on an old version...plus I hadn't messed with it since then. I'm scared I've bit off more than I can chew. But in any event, here is my current issue I have come across. I need to create a photo slideshow on my site. I have attempted watching the youtube videos and trying the "create your slideshow" websites.. I am just not having any luck. I need a way to make a photo slideshow in the most simple way possible. Any help would be greatly appreciated.
Hi,I inserted a nav bar fixed to the top of my page. I am highlighting the text in the navbar that i want to create a link for.I am inserting the target page into the properties tab but nothing is happening.I have tried this with an external link with the same result and also with a different menu.Can someone please tell me what I am doing wrong?Damien.
Hello,Sorry for the noise in the DW's forum... As part of the Creative Pipeline blog, I just published a series of 4 articles on the close relationship between Responsive Web Design and Content Strategy, and maybe that might interest some of you.These articles try to identify the various problems related to the reactive aspect of the content, depending on the environment, but also on the context of use, and ask the questions allowing us to define axes of reflections and solutions.Your feedback would be more than welcome and would extend the discussion on this subject. Thank you for your attention and have a nice day, and sorry again for the noise.BirnouThe series :Why Responsive Websites Are Not Just a Simple Step for Website Construction.Why Content Strategy should be part of Responsive Web Design ?What is the User Expectations for Your Website? That depends on context.Bringing the Content to Design
I have try to overwrite it but I feel as though something is ot right... here is the code I used.@media (max-width: 949px) {.navbar-header { float: none;}.navbar-left,.navbar-right { float: none !important;}.navbar-toggle { display: block;}.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}.navbar-fixed-top { top: 0; border-width: 0 0 1px;}.navbar-collapse.collapse { display: none!important;}.navbar-nav { float: none!important; margin-top: 7.5px;}.navbar-nav>li { float: none;}.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px;}.collapse.in{ display:block !important;}}
Hi gang,So I was updating some content on the contact page but somehow the Testimonials has moved to the bottom, also the contact info. The Testimonials block was right next to the "Our Advantages" And the Contact Info block was next to the "Solutions" on the bottom of the page.Here is the code for both blocks.<div class="grid_4 preffix_1"> <h3>Testimonials</h3> <blockquote> <p><!--If you are the owner of a SMB (Small-Medium Size Business) You are most likely to have a higher risk of losing your data especially if you are using traditional backup methods. Learn more about Hybrid Cloud Backup Solutions by watching our video below or visit our youtube channel. Still got questions or interested on how we can solve your backup storage needs, <a href="contacts.html">Contact us</
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.