For all things Dreamweaver.
Recently active
I'm a newbie to Dreamweaver. I need it for a school assignment. We need 3 media queries: Cellphone, Tablet, and Full-Screen Desktop. I tried making media queries but every time I make adjustments and then move on to another area to make changes, the screen goes back to the original size. Nothing sticks. I save all after making changes, doesn't work. I even went to an Adobe employee for help but they couldn't even figure out the problem because according to the lady, they are not trained in coding. I did at one point have errors on the page but I fixed those and the media query is still not working. I don't know what is wrong and this assignment is due in a few days. Please help asap. This is what the coding looks like for the cellphone media query:
Hello, I have an old Dreamweaver site I want updated to a fresh new layout. Problem is the guy I am looking at hiring for the job will be creating the new site in html, while all I know is Dreamweaver. What happens if I open up the new site in Dreamweaver? Will it error out from the start or cleanly convert it to Dreamweaver friendly code? Or worse, will it create a blended bowl of mush? Sincerely, TV HorstmannThomas Horstmann
Is there a way to take that data from the excel sheet and merge that data with a template I created in dream weaver? I don't want to data to display the same on dreamweaver as it does on the excel file. Does anyone have any insight?
I've learned a lot about using Dreamweaver in the past few months, transitioning from MS Expression Web, but I am left with some frustrating behaviors or lack of knowledge on how to perform simple procedures. Can users of this forum help answer these questions?Is there really no SHORTCUT for turning a phrase or image into a hyperlink? Must I use Insert / Hyperlink?With all the emphasis on accessibility these days, I'm shocked that DW doesn't insist upon or even make it easy to add Alt Text to images. It would appear that after adding an image (Ctrl-Alt-I) I have to then press Ctrl-F3 to bring up properties to get to the Alt Text field (they could have popped that up automatically). Am I missing an easier way to do these both at once?If I select, for example, some text in a paragraph and press Ctrl-F3, I get the properties box in which I can choose a CLASS. How do I specify TWO or more classes?In Design mode, if I hit Ctrl-F to FIND something, DW insists on
If this works, Nancy, I am eternally grateful! ha ha ha...it didn't...I just turned off notifications for background file activity. But, you got me there! [Moved to new topic by moderator.]
I've built a simple website and am using css. My css file seems to be imported correctly, but the text isn't responding to it. I've done this a few times in the past with no problems, but it's been few years. Am I doing something wrong? Would be happy to post the page and share a link if anyone is willing to help. Thanks.
Hi all.I'm using the £ sign on an HTML page.Todate this has been ok.However today when I enter the £ sign it looks ok, but on the page it has a large A infront of every one and on every page and every browser.I can't reproduce the A here so I've included an image of it.Has anyone had this and know a solution?
Hello, Looking for advice for the following:I have developed several Postman collections. Is it possible to create a website with, e.g., DreamWeaver and connect to API resources? I could not find extensions or apps for this purpose.Tips, links are greatly appreciated! All the best, Reinier
How to change space between lines in code view interface in Dreamweaver? Not CSS!
Good morning, I use Dw cs6. I would like to know why a file (css) of about 1 MB slows down Dw a lot. If I unplug it, Dw starts spinning normally again. What can I do to solve this problem? Thank you.
On our website we use a mouse over under an 'i' like in the picture below. Now I also want to add an 'i' under which this text will be visible: This is what it is like now, I'm using Dreamweaver: I tried adding it the usual way with <span></span> and also tried <a href=" ">TEXT</a>When using the <span> option the entire table disappears from my website and when I use the <a> option it just adds the coding to the plain text visible on the site (so on the website you actually see <a>TEXT</a>.Since that didn't work I tried to mark the text italic with <i></i> so at least it looked different from the rest, that didn't work either and got the same result as with the <a>.Can anybody help me out? Usually I contact our webbuilder (I am only a beginner, my job is maintaining the website and add/remove stuff and do some basic coding.) but today is his first day of a 3 week holiday. My GU
I qam new to dreamweaver and web development. When I type in the code area of dreamweaver nothing happens. Dreamweaver clearly recognizing when I use my key commands but, If I try and type inside the code section nothing happens and nothing appears. What am I doing wrong ?
I am now edidting some JavaScript codes. Some have a lot of vars and function defined elsewhere that are pointed as errors in the script. Also all console calls are pointed as errors, so almos all the code are in red color! The editor is now slow, hard to type, because each type all those errors are reviewed. I didn't find how to change this in the preferences. Dremweaver needs to recognize console.log sattements, also stop checking if a var or function was already defined. Can be done?
I am looking for a way to force user browsers to refresh my webpages when they have been updated. I am looking at the developer.mozilla.org page and there are numerous tools but its hard to tell which would be appropriate. I have relaunched a completely new page and am still making minor changes to complete it. Even when ready, I will be making intermitent updates and if users have the old page in cache, they will see stale data. If the CSS has been updated they may just see a broken page, which looks really amateurish. Is it possible to insert an update date (maybe in meta tags) which the user's browser can read to determine whether a refresh is needed? I think it would have to be something I insert manually to be sure that CSS changes, as well as HTML changes, trigger a refresh.
Halle fellow users. I am working for a radio station to set up a website. but now I run into the metadata becoming a blue block on the website itself (hakana.nl/Metadata.html) But I made this test file in DW and it works there. does anyone have an idea what is going wrong?
I deleted portions of the html for the bootstrap basic navbar. I did it wrong. I was following a tutorial. When I tried to get those parts back, the code will show up, but the elements are no longer displayed. How do I get it to behave like it used to? I tried creating a brandnew website, used insert to add the bootstrap navbar, all the code is there, but it is still displaying the way it did when I deleted parts from a previous practice website.
French and Portuguese accents lost in live browsers:Although perfectly appearing in the Dw’s real-time preview São Paulo and Révision become messed up when out in live Chrome and Firefox on the net. Serif or Sans-serif? Or another trick?
I am looking to replicate a form that was created on pardot in dreamweaver. The Pardot Layout consists of 3 sections: Layout, Form, and Site Search. The layout consiste of this html:<!DOCTYPE html> <html> <head> <base href="http://www2.therdigroup.com" > <meta charset="utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="description" content="%%description%%"/> <title>%%title%%</title> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <style> @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); body{padding:0 !important;margin: 0 !important;} .main_form{margin:0 auto;max-width: 800px;} .main_for
HIDreamweaver doesn't run in W10 21H1, stays in "Starting files" and never open the program.Please, can you help me?Do you know how to fix the problem?Thanks
A simple thing, you would think. I just want to change the navbar color from dark gray to dark blue. I know I cannot edit Bootstrap so started a new CSS file, but am unable to code it so the navbar color changes with all other elements controlled by bootstrap... www.speedindustrialgas.com
Is there any special procedure, generally, for updating the code to a newer version, say from Dw 2017 to 2018?In the Site manager the correct ste-file has been imported and the internal styling from <style> and media queries work properly. However, the external, linked CSS-file sitting in the same root directory is no longer working when checked in a browser, although in Code-Live view it does. Any idea?
HiIs it possible to get back Properties Panel in Adobe Dreamweaver CC 2017?I worked with it in Adobe Dream CC 2015 but now I'm confused.Thank you
I need help getting a button to activate a modal popup. The buttton on image looks like this:And the modal like this: I have the button working and I have the modal popup working - But I can't figure out how to link the two - What elements in the button need to be called in the script? This is the button:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- ---------------- EXTERNAL LINK DISABLED FOR FORUM --> <!-- <link href="css/global.css" rel="stylesheet" type="text/css" /> --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> <style> .calbtncontainer { position: relative; width: 100%; max-width: 400px; }
Now Im back I'll tell you a story which drove me mad for a few hours today. In all my time as a dev this has to be about the most confusing I've come across. Last evening I made updates to a website and sent to a client.....all great and approved, worked perfectly. This afternoon I revisted the website in Firefox, the same browser I was using the previous evening and ALL the text was corrupt, only showing a few cap letter 'T's and 'E's - all the other font characters were blank spaces........completely unreadable......weird right? So I rebooted computer but still the same. I viewed in localhost and remote and ALL the text throughout the website was corrupt, where previously it had been perfect for 4 years. I thought this Firefox browser has become corrupt so I ditched the cache (that's another story), looked again, still all the text corrupt. Next I viewed in Chrome where the text was perfect!....WTF is going on I thought. Looked on mobile devices in Firefox and Chrome, text
Hi i tried to use dreamweaver at home using my school account and it doesn't let me. Any ideas what can i do?
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.