For all things Dreamweaver.
Recently active
I'm trying to create a page with Bootstrap, and can't seem to get past the first step... fixing navbars to the top and bottom. The page is supposed to look like the attached image (minus social icons), but it doesn't. tia <!doctype html><html><head><meta charset="utf-8"><title>GreenBeaks&reg;, Inc.; All Natural Pet Supplements;</title><meta name="description" content="Dairy Air Designs- Custom Graphics, Business Cards, Website Design, Website Maintenance, Photagraphy, Photo Retouching"/><meta name="keywords" content="Dairy Air Designs- custom graphics, business cards,website design,website maintenance,photagraphy,photo retouching"/><link rel="shortcut icon" href="DAD images/PngItem_1579571.ico" type="image/x-icon"/><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>GreenBeaks&reg; Home</title><style type="text/css">body.font-color {}#navtextcolor {}#yyyyyy {}</style><
I have seen a few posts on here pertaining to DW Version 21.3 and it's sheer inability to execute correctly. So far, I have seen CSS style sheets fail to load whenever I create a HTML document from my template. I have seen HTML documents created from templates with non-editable regions being ignored, I have also seen HTML documents created from templates not even updating any code outside of any editible regions within the original template. Having spoken to Adobe technical team, even they don't know what is going on. Even after a remote session last night. They have had to take a copy of my code and try and replicate it their end. Its sporadic, it decides to work one minute, then the next minute it decided to go off on a tangent. I have seen a few posts on here about 21.3 playing up, so I;m not the only one experiencing issues. Adobe have really dropped the ball on this one.
Please advise ... Trying to install Dreamweaver, and the installation keeps failing.
I had a copy of Dreamweaver CS6 installed on my Windows PC. I recently purchased an iMac and was able to install my Creative Cloud account onto the Mac. My question is simple: Will I have to purchase a brand new copy of Dreamweaver for my Mac? Thanks,Michael
Seriously, what is going on with DW at the moment? This programe has gone to pot. What on earth is going on with their templates? I have created a template, then clicked File > New > Site Template, seleced the template I wanted, and all the editible regions have dissapeared, meaning that I can edit all the text which I place outside the editible regions in the first place. In addition to this, despite placing a link to the CSS document in the header and outside of the editible regions, none of the CSS is updating in new documents. It says it does via the Log, but the CSS does not update. Literally stumped, I have used DW for 5 years and I have never had these silly, silly, stupid, ridicilous issues before. Really don't need this.
Would you please help me how to import an "existing site files" into the DW environment. I already have the files & folders in Zip format. Thank you for your help! Regards,Farhad
No matter what interface preference I choose the files window background and top and left command bars stay black
I want to change (in multiple files): <div></div><h1>Page Title</h1>to<div><h1>Page Title</h1></div> So I tried to Find:<div></div><h1>[^"]*</h1> and Replace with:<div><h1>[^"]*</h1></div> The [^"]* is something I found on find/replace help pages. Using a simple * or \* didn't find it. Dreamweaver found the correct string of code and moved the </div> where I needed it, but it literally replaced the title with [^"]* The find only worked when "use regular expressions" was selected. Otherwise, it doesn't find it at all. Almost everything I've read about wildcards is way over my head, so please make sure you dumb down your answers for me. I've wasted so much time on this, I could have changed 50 pages by hand already. Just seems like using a wildcard should be so much easier than this. Hopefully I'm missing something very simpl
Using the current version of DW2021 - as there is no later version available - I'm currently experiencing the UnbalancedTemplateEndEditible tag error, except there are no unbalaned tags. Looking at the screenshots below, can anyone here see an "unbalanced" end editibable tag? Right now I can think of many things with this software that are evidently "unbalanced" but my end tags aren't any of them...
Hi, I have a big problem. I need to use dreamweaver and I have a problem. The installation is going well but when launching, I have this message:Unable to load translated resource filesSo it is impossible for me to launch it. I have tried many solutions but it is impossible to find one that works. I’m on :Mac OS VenturaMacBook Pro 2017Dreamweaver 21.3 Thx for your help,
Hi CommunityI recently moved to a new webhost company and I'm trying to connect to their ftp server.I've tried through FileZilla and it connects without a problem so I know the user name and password and ftp address are correct.I've deleted the sites that were connected to the previous host provider, I've deleted Dreamweaver from the mac book pro and reinstalled it, I've tried disabling the firewall, deselecting and selecting Use Passive FTP. Still no joy. I've attached a screen shot of the error message I'm getting. Any advice please?Thanks in advance for your helpDel
Hi How can i change the Layout of DM? I want to have the Part with the Code on the left side and the local folder structure on the right side. I can't finde a "how to" for this. Thanks in advance.
Emmet is not working in Dreamweaver CC 2017. Can anyone help?
Hello i would like to know whether is it possible to minify js and css using Dreamweaver.i'm using adobe Dreamweaver cs6Thank you!
Another year, another sitewide date change. Don't forget to change your footers to 2023. Or just set-it and forget-it with your favorite scripting language. PHP: <p>Copyright <?php echo date("Y");?></p> ColdFusion: <p>Copyright <cfscript>myDateTime = now();WriteOutput(Year(myDateTime & "<br/>"));</cfscript></p> Javascript <p>Copyright <span id="theCurrentYear"></span></p><script>document.getElementById("theCurrentYear").innerHTML = newDate().getFullYear();</script> Hope that helps.
I have question about quick edit css styles in Dreamweaver. It's not always available.For example I have file with this code: I have defined css style in head.php file which is not included here.<link href="/src/Include/CSS/style.css" rel="stylesheet">How to make all site files see defined css?
The keyboard shortcut for switching to next dosument on Mac Cmd + ` doesn't work. I can change to other shortcut but default is the best for me. How to repair this?
All right, I know I'm gonna sound crazy, but this is what is actually happening in Dreamweaver 21.3 on my Mac using Monterey OS X. I will for example, change the font size on a heading, save it, and two days later dream Weaver will have reverted back to the original size without my having done anything or changed any code.Another example, page format, changing margins, disappearing without my having done anything. Also, if anyone happens to know anything about light box, suddenly, my images are not centered in the view window, although they have been for days and days. Thank you for any help.
Can someone let me know where I screwed up here? http://angelscancleaning.com/booking-page.html <?php $emailSubject = 'Bin Washing';$webMaster = 'service@angelsjunkremoval.com'; $user_name = $_POST['name'];$user_address = $_POST['address'];$user_city = $_POST['city'];$user_email = $_POST['email'];$user_phone = $_POST['phone']$user_frequency = $_POST['frequency'];$user_bins = $_POST['bins'];$user_notes = $_POST['notes']; $body = <<<EOD<br><hr><br>Name: $name <br>Address: $address <br>City: $city <br>Email: $email <br>Phone: $phone <br>Frequency: $frequency <br>Bins: $bins <br>Notes: $notes <br>EOD; $headers = "From: $email\r\n";$headers .= "Content-type: text/html\r\n";$success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<<EOD<html><head><title>You're Booked</title></head><bod
I have just noticed that roll over images and clicking said images does not work now. When I click the image to open another page, you go straight to the top of the page. It was fine before I updated to PHP8.0.Could someone please help with this. I have copied the and pasted a typical page below.Thanks in advance! <!DOCTYPE HTML><html lang="en"><head><meta name="robots" content="INDEX,FOLLOW"><meta name="robots" content="noimageindex"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="description" content="Winning Moves is currently the biggest Trumps producer and have a rich range of popular titles ranging from TV and cinema to popular events such as the 2012 Olympics."><meta name="keywords" content="Top Trumps, Winning Moves, STT, berhooz araz, Jacqueline Wilson, Tracy Beaker, Star Wars, Bonecrusher, Bart Simpson, Batista, Arthur Weasley"> <title>Super Top Trumps
No puedo subir mi pagina web , por que tengo archivos en servidor remoto de paginas viejas
When I connect DW to the remote server for one of my domains, the list which is shown under 'remote server' is not the files I expect to find.'Remote server'-list shows the following files:.oldroot ; customers ; dev ; etc ; lib ; lib64 ; proc : root-bootstrap ; run ; usr ; ver… and not the local files as Images Pages Styles Templates etc When I sign in to File Manager at one.com, all the files which I expect stays there. When I run the synchronize the response is ‘No synchronization is necessary’ Please help. I am stuck until this problem is solved.
I do a weekly econnerence email campaign and use the previous weeks email to update each week. I will often copy and paste an image from an older email, replacing an existing image. When I do this, it adds in the new images source link and desitination link, but keeps the old images links. Email seems to finction fine, but probably not a great idea to have the extra code that serves no purpose and for all I know may effect the enails functionality. I therefore go into the code and remove the old/extra code. Is there a way I can do what I'm doing (copy/paste) and have the new code REPLACING the previous/old images code? TIA.
Hi, Is there an alternative to Notepad++ for Mac? Hosun
Do you see the white lines under the brown ones? That's my problem. I think it's about border. Can you guys help me? I changed the value of border to 0 already But it still has white lines. If you want to ask more questions, you can tell me.
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.