For all things Dreamweaver.
Recently active
I like my local files to be in the left panel and my remote files to be in the right panel. I just need to know how to swap the screen view between local files and remote server. This question was posed previously, but was never answered properly.Thanks/pjs
if you view the below contact form in the console of Chrome Developer tools, after my diagnostic message "V050 add submit form event" is output, we see the error "form.addEvent is not a function".The console shows this error is coming from my validation.js file at line 44.As I understand it, the element name form links to the html form tag in contact5.php using the id comments_form and this is linked into the validation.js file by the statement at line 4: var form = $('comments_form');so it all seems to link together ok and addEvent is a valid mootools method. I know I got this code off the web sometime ago and there's likely other ways to achieve the validation of the form but it's become a puzzle I just must solve and would hate to leave it without working out what's wrong! Any help would be appreciatedhttp://ancestry.higgsy.co.uk/contact5.php
See My Question Here
I have an index page with a banner containing 6 images. Five images across the top are logos, while the 6th image is some text which is the name of the company.After doing some modifications to another part of the site which involved a minor edit to the css file needed to make that page work properly, now the home page doesn't work properly. Actually it works fine online, shows no problems, but viewing it in Dreamweaver in either Live or Design view, this larger image which is the company name displays in the middle of the page as a larger than normal image overlaying the code. I have gone through the css and the html and cannot find what is wrong.I have a limitation, cannot post this for public consumption, need to be able to send the html file and the css file to someone in Adobe Support for an opinion. I need to edit the home page but am reluctant to upload a faulty file which I cannot fix. Oh - the larger (problem) image i
My main graphic on this page, Landing-Page-Main-Image.jpg, won't appear in live view. Any help would be appreciated. I havent used Dreamweave in a while so it could be something simple. Regards, Micheal
Hi all,I am having a heck of a time getting a redirect to work and even knowing what type of redirect I should be using. I just bought an SSL certificate that requires a redirect. My hosting provider said to use a .htaccess redirect. The server I am using is Unix. The website is coded in html. I am trying to go from annpoulson.com to https://annpoulson.com. I have tried several code and none have worked. I'm not sure if I should be using a 301 or 302 redirect and what the correct code is...The current code in the .htaccess files says:RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://annpoulson.com/$1 [R=301,L]But the website says to many redirects when I try to load it in Chrome"This page isn’t workingannpoulson.com redirected you too many times.Try clearing your cookies.ERR_TOO_MANY_REDIRECTSI have tried clearing cookies etc. and same error. Thanks for any help anyone can offer.
Dear Adobe. I am SO angry and disgusted by your swindling tactics....I have just bought another of your "Classroom in a book" tutorial manuals...This on Dreamweaver CC 2019 release.It is TOTAL RUBBISH....There is not ONE tutorial based on the 2019 release.I have also the 2014 release tutorial book... (5 YEARS older)That book actually has MORE help and information and tutorials than this "NEW" edition.You have swindled me. (and anyone else buying this book)Thinking it will have updated tutorials, etc.NOT A CHANCE...I am better off using my old 2014 book, which I am now going to do....I STRONGLY suggest you make an attempt to placate me, with things like a FULL REFUND.A means to return this TOTAL WASTE OF PAPER back to you at NO COST to me...I will tell you, I will NOT let this matter slip now.Glen Gibbs.
Hi,Designer posing as a coder here. A few months back, I was looking for a bare-bones lightbox script to zoom into various items in a gallery. Nancy OShea recommended a list of mobile-responsive solutions, and I'm finally getting around to installing one of them, which I'd bookmarked as my favorite; LightGallery.It's available in .js or jQuery flavors (as redundant as that sounds to my inexperienced ears) so I went with the latter, assuming jQuery adds enhancements of some sort. On the surface, this thing looks like it can do anything. Very modular, more than I need. So for a first run, I kept it simple by linking to lightgallery.css and lightgallery-all.js (rather than individual .js modules, also offered).And it appears to work as advertised right out of the box : swipes, animations, all there.The hard part (for me, as a designer) will be the customizing, as I feel the documentation was written for regular Github-level coders who can fill in most blanks. (Or maybe that's just what
i love all product of adobe but some one are slow for example Dreamweaverby the your opinion what is very good for programming?i want to change my website from wordpress to laravel. what do you think?
Hi!I have a problem which looks like this:50+ errors found in JavaScript.But these are actually not errors, because I'm defining the TweenMax class in the other .js file before loading the current script.The question #1 is: how to get Dreamweaver know that I'm actually defining the variable?If it is not possible, then question #2: how to exlude, set to ignore or hide these specific errors from the panel?I'm using Dreamweaver v18.0Thanks in advance!
In continuation of this topic: OT: What going on these days?? started by osgood_, have a look what Adobe is doing: Single Page App (SPA) Visual Experience Composer.Have a look at the website Target SPA Demo and view its source code.I am with you Os, I am getting too old.
Can someone please tell me what this error message means......and how to fix it?Thanks
I want to start a completely new website going to a site I have. There are currently a lot of file in both local and remote file areas. I know what to do with the local files; I can just redirect the path to where the files are. But what about those same files that are in the remote server. Is there a way just to delete them all?
Hello,I'm not that great at coding to be completely honest and would love some help with this one. sorry folks. lol Trying to create a dropdown menu for my website, but alas its not working as planned. I followed this online tutorial on youtube: How to Create Transparent Drop Down Navigation Menu with CSS and HTML - YouTube but not getting the desired results I want. Here is an image of whats going on, along with HTML code and CSS code. Much help would be appreciated. Thanks. Once again, sorry for asking folks. lol
With less code, more efficiency, and the best support in the business... for life.The Harmony Page Building System by PVII:PVIIHarmony Flexbox for Dreamweaver If straightforward code is your goal, there is nothing comparable.100% Bootstrap and jQuery free.We make Dreamweaver better. And we've been doing it since 1998.Mention this post and receive a 25% rebate off your purchase.
Hi everyone.Occasionally I make changes to one of my websites where I don't want to change every page one at a time, so I use 'Find and replace in Files'.Here is where I have my problem:I recently wanted to add<div class="contacthours"><p>For enquiries between 10am and 8pm we will try to reply within a few hours.</p> </div>to all of my pages. So I took the code:Invertilt Road, Blair Atholl, PH18 5TE</p> </div> <br><br>which is on every page, and replaced it with:Invertilt Road, Blair Atholl, PH18 5TE</p> </div> <br><br> <div class="contacthours"><p>For enquiries between 10am and 8pm we will try to reply within a few hours.</p> </div>But when I use 'Find and replace in files', nothing gets changed.I'm sure this has
We have seen many discussions that Dreamweaver does not have a WYSIWYG capability for designers to create a website in the same manner as Muse. Without going into the pros and cons of Muse, the general idea of designers being able to produce a website without coding has had its limitations. This is despite programs like Pinegrow, Wix and ilk becoming more and more popular. Because of this, Dreamweaver has fallen out of favour.Why am I saying this? Because DMXzone have come with a renewed product that will assist you to create a website using Dreamweaver without having to code. Have a look at Building a Responsive Layout with Bootstrap 4 Version 2 - YouTube to see how it is done.For more information and how to get a discount (until 6th March) go to the DMXzone site.
Is it possible to set up a folder with images that my client can access?
Sorry about the title.I have a SWF with a couple of buttons with this code:hot1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);function fl_ClickToGoToWebPage(event:MouseEvent):void{ navigateToURL(new URLRequest("a1text.html") , "docFrame");}in DW I have: <!doctype html><html><head><meta charset="UTF-8"><title>Processes</title> <link rel="stylesheet" href="styles.css"></head><body> <header> <a class="site-logo"> <img class="logo" src="images/logoLines.png" alt="GRS Logo"> </a> <nav class="site-nav"> <ul> <li><a href="#">home</a></li> <li><a href="#">services</a></li> <li><a href="#">clients</a></li> <li><a href="#">n
I have created two games in Unity that I would like to use in my Dreamweaver website. First, I'm using a zip folder for the player to "click" on a link to download the files for the games. There are two separate html pages for each of the game files. The first one is working just fine. The second one is not working. The code and css are identical. Everything is identical except for the zip files. This is the code I'm using: <a href="TheHouse.zip" download>Download "TheHouse" game files here</a>When I then go the the live version of the page and click on the "download The House game files here", it simply says "Failed-no file." where the little zip icon is at the bottom left of the screen where the downloads show up. I have tried everything I can think of and have worked on this all day, with no success. The first game is 500MB the one that isn't working is about 1GB total. I'm happy to provide any additional information
Hi there,I haven't designed a web site using Dreamweaver for at least ten years. What I want to do is so simple, but I can't find a template for it. I just want to build a web site with a JPEG in the background that will look proportional on mobile devices and desktops. No text, no links—nothing except the image. Can anyone point me to a simple template that will accomplish that? Thank you!
After reinstalling Dreamweaver cs 5.5 on a fresh version of Windows 10 64-bit, existing pages created with a template do not display "this document only" styles in the "css styles" panel. The linked style sheet is present. New "this document only" styles are placed at the beginning of the document (line 1) and show in the css panel. How can the issue be fixed to show existing "this document only" styles and add new ones to the correct place in the page?
For some unknown reason, my template has begun to show a </a> tag in yellow after a link and I've not changed the code in ages. The screenshot show what I'm referring to. I can delete the tag, add the link back but the tag keeps reappearing and I've no idea how to fix it. If I leave it alone and check to see what the page looks like in Safari, the link works fine but is not underlined.Any help will be appreciated.ThanksAlan
Is it possible to create a folder in my website www.lesvants.com so that one client can access images in that folder?Thanks, John / Airpix
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.