For all things Dreamweaver.
Recente
I see this is a long-standing issue.The properties panel isn't functioning, just a greyed out blank panel.I see there is a fix where you open (or close) the fonts Trebuchet and Verdana. I have no idea how to do this; are there instructions anywhere?I deleted the cache, have uninstalled and reinstalled but Properties panel still greyed out.OS High Sierra 10.13.2DWCC 2018 10.13.16Thank you.
Hi,Was reading that if you can double the size of an image and then cite the pixel w & h in the img tag (downsampling) this will suffice for the crisp, non blurry appearance of images for retina display screens.I suppose I am wondering how that affects loading times? Is the fact that you mention the w & h somehow compressing to keep the load time at its optimum speed?Please explain, thank you.
Can I define a site after I create it? All the tutorials have me defining sites and now I have 43 sites on my desktop none of which I'll ever use. I just want to creat my site, make it pretty and then define it.imac high sierra 10.13.2DWCC 2018 10.13.16
Hello, all,My boss just asked me if I knew how to capture a Google font.My smart-alecky response: "I can Google it." (That got a good response from the rest of my team. Har har.)As it turns out, I can't Google it. Every alteration I've tried keeps bringing me back to information on a font called "Capture It". (facepalm)Could someone please explain to me how to capture a Google font?V/r,^ _ ^
I have sites that use a custom php extension ".phpinc".Dreamweaver 2018 does not search files that end in .phpinc even though I have added the extension in the Extensions.txt and MMDocumentTypes.xml files.Does anyone have a solution?
After doing some searching, I did the following steps per previous forum answers:Obtained a new CS3 Serial numberUn-installed my old version of CS3Installed new version using link provided from AdobeThere should be a place where I can enter the new serial number, but it only takes me back to the original activation screen and the original error saying there is no internet connection
Hi Folks,I have a fairly large website - www.ryanphotographic.com - which used to be near the top of all search engine photo queries. Problem is the site is old, poorly designed and not mobile friendly so I am slipping further and further down the ranks (oh yeah - I'm the only person responsible for this state of affairs).I guess I could spend a bunch of money for someone in India to fix it for me but I want my photography to be just one part of the endeavor so want to start from scratch.Well, I started a week ago trying to learn html and CSS . I started off with fluid grid layouts but made the beginner' s mistake of working with the desktop grid instead of the mobile. I finally started again - beginning with the mobile site. Basically I want six thumbnail photos to load just below my banner with the navigation below that (each image is 200 pixels wide as loaded and all are the same - 140 pixels). In theory I should get two photos across in three rows. I have no trouble achieving
I know I said I will probably not post again, but as this covers something that everyone is interested in, (device specific content, and I helped one of the team members who prepared the spec). I decided to break my principles to let you know that the w3c is finally getting on top of the technology required, (or should that be the http working group is).See - http://httpwg.org/http-extensions/client-hints.html
Beginner. iMac High Sierra 10.13.2. DWCC 10.13.6I have two open bootstrap files: bootstrap.css and a blank. I am learning how to borrow code from bootstrap.css to a blank page. I close and reopen bootstrap and a new blank file when I screw up. (I am following a Lynda.com course.)Now when I open bootstrap.css, it's asking if I want to rewrite it. I have to click 'OK' or it won't open. Have I ruined the bootstrap.css file?Thank you,Cheryl <-- 60 years old, grey hair, please be gentle. Message was edited by: Cheryl Ballantyne i.e. poor user editing skills
So when editing HTML, real time preview is fine, however when i click into the CSS document, Real Time preview tries to load that and since it cant, displays the error message. Is there a way to be editing the CSS document with Real time preview still showing the html file that i was working on?CheersAlex
Hi There,I've got a problem with my code, I am trying to create a login system so I can give clients logins to log on and access everything they need. I have some code and it keeps coming up with " {"code":"MethodNotAllowedError","message":"POST is not allowed"} " and I've looked all around and cannot fix it. Here is the code, any idea's ???<?php$host="localhost";$user="root";$password="";$db="loginsystem";mysql_connect($host,$user,$password);$mysql_select_db($db);if(isset($_POST['username'])){$uname=$_POST['username'];$password=$_POST['password'];$sql="select * from loginform where user='".$uname."'AND pass='".$password."'limit 1";$result=mysql_query($sql);if(mysql_num_rows($result)==1){echo " You Have Successfully Logged in";exit();}else{echo "You Have Gone Wrong Somewhere?!"}}?><!DOCTYPE html><html><head> <title>Login | LHWD</title> <link rel="stylesheet" type="text/css" href="style.css"></head><style>@1552174 url('ht
К примеру пишешь background-co (после нажимаем enter), как бы должен дописаться "background-color", но просто перескакивает на другую строку.Иногда все нормально, иногда такая беда.
Hi all... I am graphic designer that is new to web design and am trying to create and email contact form on my website, however when i ftp upload and try to use the form it comes up with the following error - I have gone through a number of tutorials on the internet and nothing seems to fix this problem - can anyone help?- is currently unable to handle this request.HTTP ERROR 500 ...here is the code...<!doctype html><html><head><meta charset="utf-8"><title>contactform</title></head><body><?phpif (isset($_POST['submit'])){$name=$_POST['name'];$email=$_POST['email'];$phone=$_POST['phone'];$comment=$_POST['comment'];$to='myemail@bigpond.com';$subject='New Message';$message="Name: ".$name."\n"."Phone: ".$phone."\n". "Wrote the following: "."\n\n".$comment;$headers="From: ".$email;if (mail($to, $subject, $comment, $headers)){echo "Your Message has been sent"." ".$name.", We will contact you shortly!";}else{echo "Something went wrong!";}}?&g
Is there a facility in Dreamweaver to water mark illustrations without having to watermark the originals?
Hi there, My form was working fine, I did it some years ago, now get the 404 screen.My ISP told me .cgi was old, to try PHP.I've tried to fix it myself and looked around for ideas, but can't manage.Here are my beginning code for the form:<form action="http://thatsrightratso.com.au/php-sys/FormMail.cgi" method="post" enctype="application/x-www-form-urlencoded" name="details" id="details">I will include my final lines of code because now it shows up as errors:<input type="submit" name="submit" id="submit" value="Please make a personal reading for me!" tabindex="7"><br> <input name="recipient" type="hidden" value="imp@thatsrightratso.com.au"> <input name="subject" type="hidden" value="Imp reading request"> <input name="redirect" type="hidden" value="http://www.thatsrightratso.com.au/confirmation.html">Can you help me?Thank you
Hello Everyone,I am not sure if my problem is in Dreamweaver or Premiere Pro. I set up an html page to play video directly off of my website. When I check the Real Time Preview in Dreamweaver, it works perfect in the Firefox Browser and Opera Browser. For some reason, it is not working in the Microsoft Edge Browser and Internet Explorer Browser.However, the main issue is that when I loaded the files up to my website, the videos do not appear on any of the browsers. I get the following where the video should be:"No video with supported format and mime type found"This is how it displays in Real Time Preview in Dreamweaver using Firefox Browser:My web hosting service told me that I needed a "handler". The above pic is from using Firefox.I am using a script to display several videos. I figured that maybe the script was creating the problem. So I did a test page without the script and got this:And I still get the same message. Not sure what I am doing wrong. My video files are in MP4 format
I put up a small zip file for some one to download,like ALWAYS and forever, but SUDDENLY today,the client gets "access denied" so what shouldi do? Never before.V 18.0 build 10136Thanks anyone
I would like to transfer my dreamweaver cs6 app to my new iMac. it currently sits on my old MacBook. I have the disc and serial numbers but not disc slot on the new iMac? I think I have used the software once so I should be able to use again on my new computer. I would ideally like to keep the software on my MacBook and the new iMac. I would welcome advise thank you, Jane
Hello,Having Issues with connecting to phpMyAdmin databases in CS6. I am using an ioSafe 216 NAS that has php5.6, MariaDB 10, and phpMyAdmin that all run through a web station app. The following are screen shot that show how i can connect to the databases with the IP of the NAS. However i am not able to bind any of them to Dreamweaver. If I change the web url to include the port that MariaDB 10 is using I can get the check mark next to the setup test server to go away, but then I can not connect to the databases anymore. Any help would greatly be appreciated.
Up until the most recent update, the name of the applied template would show at the upper right of any page I opened in Dreamweaver. This seems to have gone away. Is there a simple way for me to bring this feature back?Thank you.
Just realized the last discussion (DW 2017 save/export search results ) on this was related to DW2017 with a "story" started to see if this functionality can be restored.It is an absolutely essential tool when working with large complex sites. When I get 1200 results for a search query it would be nice to be able to sift it using an external editor (CSV).I find I have to use other tools (brackets) to do what Dreamweaver once did.Is there a current status of this "story"?
I wanted to move the area where the results of "Search and Replace" are shown to my second screen, but now it is hiding somwhere and I can not find it :-o.How can I get it back?
Both Dreamweaver CS6 and Dreamweaver CCWhen I try to create a recordset in the Bindings Panel, no connections display in the dropdown connection box.There are several connections files in the connections folder.Those connections work fine for php files that I have embedded in my Joomla-based site.I just recently transferred my site to a new linux-based host.I can connect and transfer files, etc., in Dreamweaver, but dynamic connections don't work.Any suggestions?
I know the video tutorials are the way to go (and I do use them) but I would like any suggestions of a good physical book to learn HTML and CSS for website design. I see a lot of them on AMAZON but I trust the people here more for advice on this issue
Is there a current DWcc solution that provides video solution for all browsers and devices other then stacking various <Source> formats...OR are paid services required ? ....
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.