For all things Dreamweaver.
Recently active
After installing DW 2021 I clicked on something and the Application bar with File Edit View Insert etc went away and I can't get it back.
Hello, I have recently taken on a dreamweaver made site that utilizes templates. I am not able to see the changes I made to the main template in the remote site pages they are dependant on. I'm going to Tools>Update Pages>Update pages that use the template.There are no errors but remote files and live site never actually show the template changes I made (removal of a certain script). The script is still there. Any idea what I may be doing wrong?
There is no Window > Insert. That's part of the bar that's missing.
Hello ! i need some help I'm under windows 8.1. how to use dreamweaver ? or older version like 2017 ? Regards Matt
I have an old website that has frames. I am trying to convert the frame content into a table instead to get rid of the frames. Is there anyway of copy and pasting the contents of the frame into a new table?
HelloI am new to DW 2021 CC and have encountered a problem inserting .mp4 video links into DW. After I click HTML5 Video, in the Properties panel I choose an .mp4 video in a local folder and then get the following alert: I don't see how one can choose an .mp4 file in addition to initially choosing it. Thanks for any suggestions.Monty
HelloI have 2 questions..... more to come : )I started with this code and modified it and I am using the W3 editor there from the first example shown. My Dreamweaver trial ended and I did not want to rent till I knew more about the grid layout.https://www.w3schools.com/css/css_grid.asp 1) Why is the footer not even with the 'right 2' like the 'Main' and 'Right' above? - see code.2) How to center text for say the heading then have the paragraph text below it start onthe left side? <!DOCTYPE html> <html> <head> <style> .grid-container { display: grid; grid-template-areas: 'header header header header header header header' 'menu main main main right1 right1 right1' 'menu footer footer footer footer right2 right2'; grid-gap: 10px; grid-template-rows: 90px 1fr 80px; grid-template-columns: 20% 40% 15%; height: 50vh; max-width: 940px; min-width: 300px; color: #fff; padding: 20px; border-radius: 15px; box-shadow: 1px 2px 9px 1p
How can I create a reponsive webpage to it's the same/similar dimensons to this web site https://territorystudio.com
I am a student of study how to developed I the simple word I study to make a website on Dreamweaver but I recently visited a website Free Fonts Like [possible spam link removed by moderator] in which I see the very pretty fonts style to see these type of font I have a question is that can I want to write a code in my favorite style please let as check and let me how I can do this
I am relatively new to Dreamweaver. However, recently on some pages I'm working with, I will select a CSS property to change in the properties window and when I click on any of the properties all of them disappear and the window goes blank. It does this is design and live view. I've shut down the program over and over, restarted my computer, all updates are up to date. Does anyone know why this would be happening?
how do u resolve this issue?
Hi,I’m trying to build a grid-Layout in DW and I got an error-warning, that can’t comprehend.Is there anybody who can help me?
Session not working in IIS or WAMP using PHP, MySQL, Webassist and Dreamweaver on localhost . All pages were developer months ago and are working on GoDaddy server. All five websites are no-longer recording the data from Store Result. Evenwrote a test page. Get this message "Notice: Undefined variable: ok in C:\wampserver64\www\lccc\A_SESSION TEST.php on line 12session FAILED". Been trying to selove for a month. Can anyone help. [personal info removed by moderator] <?phpsession_start();?><!doctype html><html ><head><meta charset="UTF-8"><title>Test</title></head><body><?phpecho $ok ? 'session OK' : 'session FAILED';?></body></html>
I am the only one in our small non-profit organization that has ever worked on our website over the past 20+ years.And I am in a quandary about how to keep the bulk of our hundreds of thousands of pages on our old website which I created in DW12 and transfer it over to DW21.1 on the cloud, while also having a new opening page that will then link to all our other web pages, without changing the previous home page link, or deleting it.I configured our new DW21.1 with our server settings and pointing to our website files and that works. I created the new opening page already with DW21.1 with a responsive design and will eventually change other pages on the website as well. However, for now how do I use the new opening page (sometimes called a landing page) without overwriting our old home page which we want to keep, and keep all the links from inside the site which point back to it?Sorry, this all sounds pretty confusing.Anyone out there willing to help me out?Thank you all.
Every time I make a change to the code on a page in DW, it prompts me to Save.How do I turn this awful feature off?Thank you.NJ
I'm thinking there must be some way to setup a split screen showing HTML code and the linked CSS file at the same time, but I just can't figure it out (novice here). At the moment I have to switch between files and do a search for the class or element etc. Really cumbersome. I would have thought you could highlight the code (class etc.) and jump to the relevant CSS Style - Or something like that..
Hello I too have dreamweaver4 and my hard drive crashed. I still have all the original files to reinstall and the code, but it appears that the setup.exe that it needs to get started was overwritten by some other program. Does anyone have a copy of that file or know how I can get it? thanks,
Right, why does my image not show in the web browser preview nut show perfectly in the DW preview? It only affects one page, it is a JPG file, the browser is MS Edge. If it affected every page it would make more sense, but every other page with images in them are fine, it's just this one page that just will not show the image and & really beginning to lose my patience with this. There is no logic or reasoning whatsoever for this. In the browser preview, there should be an image above the whitebox - which cover up proprietary information, as you can see in the DW preview, there's an images.Yes, I;ve saved the documents, yes I;ve refreshed the browser 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 time but it jus't wont show the image! Really furious right now
Hello,I am new to Dreamweaver.If I add a container with Bootstrap and then add a Bootstrap tab in this container, it should work that I can switch between these tabs in the live view, right?I could change the content of the tab via the code, but that's not how Dreamweaver should work.Thanks
I'm working a tutorial for dreamweaver....a classroom in a book. I think I have the latest version....Did dreamweaver do away with the edit tools for images within the property inspector? The Tw, edit image settings, update from original, crop, resample, brightness and contrast, and sharpen? I have photoshop which is good.
Buen día,Cuando uso el evento getElementsByTagName no me esta ejecutando la instruccion:document.getElementsByTagName("img")[0].onclick=tipoflor;Donde:función tipoflor(){ alerta ("pensamientos");}Tampoco window.onload=daTipoFlor;------------------------------------ Codigo ------------------------------------------...<title>Documento sin título</title><script>funcióntipoflor(){alert("pensamientos");}función daTipoFlor(){document.getElementsByTagName("img")[0].onclick=tipoflor;}window.onload=daTipoFlor;</script></head><body> <p><img src="imagenes2/flor01.jpg"></p></body></html>---------------------------------------------------------------------------------------
Why am I getting a "special character must be escaped error about this line?<?xml version="1.0" encoding="iso-8859-1"?> thank you!
I used to be able to open Dreamweaver with no issues out of the Creative Cloud app. Now, all of a sudden, I cannot open and get the following prompt on my Mac: "Your System Has Run Out Of Application Memory" Any help would be appreciated.
I am having trouble with this code, cannot figure out what the problem is, any suggestions. I have tried to delete it and then it just gives me another code error message.
Steps to reproduce:Launch Dreamweaver 21.1 on Mac v11.2.3Create a new file (I chose a simple HTML)Start editing your file (I added a simple <div> and started to apply styling to it) What happens:Fans immediately turn on when app launchesChecking the Activity Monitor app, it lists node as using up to 300% of CPU Usage with Dreamweaver only using about 4%.App crashes after a few seconds of editing/typing What I've tried:Resetting the preferences by holding the CMD+SHIFT+CTRL when opening DreamweaverDowngrading to an older version of Dreamweaver This, obviously, makes Dreamweaver unusable as it crashes the second you start trying to do something.
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.