For all things Dreamweaver.
Recently active
Nutshell: Does a button in an included header know what page it is on? Background: I am in the process of completely re-coding some bilingual websites that were generated using Netobjects Fusion. Each site has a homepage and complete web structure in English and a parallel structure in Spanish. So I have a page: aboutus.html and aboutus-es.html & so on. The Spanish page (home-es) is below the English home page (index.html. Every page has 2 language switch buttons in the header: English and Spanish actually as flags. The buttons take you to the respective home page - Not best for the user but it was easier for me :). (Using Google-Spanish or equivalent is not an acceptable solution for us.) The sites need to be completely rebuilt but I am satisfied with the basic structure and plan to retain that for the time being. All of this was easy in Fusion and I am trying to save myself a lot of work and pain by having included headers, footers, menus etc. in the pages that I will
I need to move from MS Expression Web to Dreamweaver to get updated security in publishing. My #1 question is how to support the Expression Web "Dynamic Web Template" (.dwt) capability. I understand that Dreamweaver has a similar capability ironically (perhaps) abbreviated DWT; but what specifically do I have to do to my HTML files to get the Dreamweaver DWT support to work so that I can have common headers and footers? Thanks.
Hello Dreamweaver Forum. I'm new to php and forms, but I have this on a page I'm working on and it works great, except that if too much is typed in the comments box it leads to the error page. Forgive me, I found the php code online, so it might be basic. Is there something in the following that would give one the error message? Does it have something to do with the carriage returns? Any recommendation so that the person submitting a comment can type as many paragraphs as they so desire? Thanks for any assistance, Dave <?php/*This first bit sets the email address that you want the form to be submitted to.You will need to change this value to a valid email address that you can access.*/$webmaster_email = "name@email.com, another_name@emaill.com"; /*This bit sets the URLs of the supporting pages.If you change the names of any of the pages, you will need to change the values here.*/$feedback_page = "donateNominate.html";$error_page = "error_mes
HolaI/m updating a site, so I put some new files using finder, and when I open DreamWeaver, and then open the browser on that page, they don't show.I tried to Re-Link everything, still don't show.Got a massage that say, "File Not Found"What's my problem?I'm going nuts ...I got DreamWeaver 21.1Using a Mac OS Big SurThanks
Beste allen, Ik heb een aantal extensies geïnstalleerd voor Dreamweaver CC die ik op Exchange heb gevonden, zoals DMXzone Bootstrap. In de 'creative cloud' staat deze als 'Geïnstalleerd' genoteerd, maar ik kan het niet terugvinden in mijn Dreamweaver. Het zou te vinden moeten zijn via 'insert' (invoegen) en 'add Bootstrap' (Bootstrap invoegen), maar ik zie dat niet in het menu. Als ik naar Venster/Extensies ga in het menu, staat er 'geen extensies beschikbaar'. Hoe los ik dit op zodat ik de extensies wel zie?
My company just upgraded from Adobe CS 6 to Adobe CC (Finally!) All the website administators, myself included, have Logitech gaming mice that we use to map all our Dreamweaver snippets to for quick access for converting text for web articles. We take text from printed journals, and make it ready for websites, and the text typically contains a lot of supersript referecne numbers. We highlight the text, thumb the gaming key on the side of the mouse to warp the text with <sup> and </sup>. The keybaord shortcut for this action is mapped to the game button. I can't for the life of me find how to add a keybaord shortcut back to my snippets! Im going crazy with Google searches and it's coming up empty. Our productiviaty is really gone down and many of us are gonig back to Dreamweaver CS6. Any idea where this feature was moved to, it's essentail for our job!
The app opens but nothing is clickable and can't scroll the windows or even quit the app.
Hi community.I've a problem 😞To develope web page, normally i use a staging server protected form basic authentication.How can use dreamweaver live preview? If i try to preview page, obtain this message:UnauthorizedThis server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Anyone can help me?Thank you.
The upwards-pointing arrow for sending a file to a remote ftp server has disappeared! How can I get it back?
Hi All, I know that image maps are not recommended because they are not responsive, however, I was not able to find a way to go about making a clickable image without doing this. I have followed along different videos using the Matt Stow jQuery plugin, which I see many people are successful with making responsive image maps on Dreamweaver. I have followed all the steps, yet my webpage is still not responsive with clickable hotspots... any solutions? The image is responsive, but my hotspots are not resizing for different screen sizes like its supposed to. My site can be accessed at gatewaygreenbuilding.com. I would be more than happy to provide screenshots and copies of my code if it will help you help me. Thanks in advance! -Melanie Some of the links I used: https://github.com/stowball/jQuery-rwdImageMapshttps://www.youtube.com/watch?v=zauLcSpxC1Ehttps://www.youtube.com/watch?v=o7Lj0MayO2I
I am having trouble placing text on an image that has float, particularly for wrapping text. I can place a caption below, I can place text in flex-boxed images, but I have not yet figured out how to do it for an image with float. I figure if I have the txt in a container with the image, it ought to stay with it, but it does not. I want to figure this out in plain old HTML and CSS. I'll look at Bootstrap maybe after I have this figured. Here is my futile attempt so far (CSS could use compaction but I'm leaving it like this until I have it cracked): <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>SK Test Wrap 2</title> <style> .wrapimage-right-50 { margin: 0 auto 20px auto; overflow: hidden; } .wrapimage-right-50 img { float: right; margin: 0 0 0 0; margin-left: 20px; width: 50%; } .wrapimage-right-50 figcaption { floa
Why can't I add a browser?
HelloI cannot replicate this layout at the first link after copying the code.There is no 4 divs in a row but 2 rows and 2 columns instead. I resize the Firefox or Chrome window and there is now change. See what I copied in the code posted. I must be missing something....https://codepen.io/robinrendle/pen/Npjzyz?editors=1100From this article. The link is just above the animation. It works at codenpen but not when I copied it. https://css-tricks.com/getting-started-css-grid/ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Grid Layout</title> <style> body,html { padding: 0; margin: 0; } .wrapper { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 1px; grid-row-gap: 1px; background-color: black; @media screen and (min-width: 500px){ grid-template-columns: 1fr 1fr 1fr; } @media screen and (min-width: 800px){ grid-template-columns: 1fr 1fr 1fr 1fr; } } .letter { background-c
I exported a database using PHPmyAdmin and am unable to open it with DW. I get nothing but a blank page. However it does open with Notepad and I can see all the tables and data. The file is rather large and includes two tables with 15 megabytes (form items and metadata) which I suppose I could empty, but I don't understand why the file opens in one application that is free on my Windows machine vs. an Adobe application for which I pay a monthly subscription fee!
Hello communityI had some help here with this forgotten site couple of years back - a school project - and it was working as intended. I really just forgot about it until a recent webhost swap, but something has changed - probably very simple - and I'm not figuring it out myself. The html and css validate. I think I used helpful code I didn't really understand, e.g. floats.Why the hidden h1 text is now visible, and the nav is no longer centered, when it used to work like it is now?
DW has a functionality of tabs that allows to keep multiple files that are convenient. Let us say that I keep A.html, B.html, and C.html open in the tab. I want to "pin" the tab or set up so that these three files are open whenever I start DW. This is possible in Chrome. Is it possible in DW?
"Auto push on save" is very convenient. But there are types of files that DW does not deal with. I would like to do (1) edit some files using other software (2) save the file to the directory that DW works (3) DW runs auto push. Is it possible?
When downloading php files from 1 pearticular website the pages were renamed like this: 湡晳牥敲d汬睯摥.ssindinner-menu.php The actual file name is dinner-menu.php Any help is appreciated.
Hi I am upgrading to PHP 7.4 and found the following MM_XSLTransform error: <<<Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MM_XSLTransform has a deprecated constructor in /pathto/MM_XSLTransform.class.php on line 7>>> The version of the MM_XSLTransform class I have is 0.6.4. Any assistance would be much appreciated. all the bestDave
Hello All, We are working on upgrading Dreamweaver core infrastructure to make use of the latest APIs & features introduced in latest MacOS & Windows versions.This is to ensure Dreamweaver continues to remain compatible with latest MacOS & Windows versions and also to make use of the new improvements available for applications. One of the Dreamweaver functionality which heavily depends on the older OS APIs is Image Optimization in Dreamweaver.However on looking into the feature usage data, in-app image editing workflows usage in Dreamweaver has been quite low for the past few years. Number of users who had used the below listed workflows for more than once has been further low.So after evaluating the effort involved in migrating these workflows to latest OS versions and the current low usage trend, we are deprecating Image Optimization workflows from our next release. Impacted workflows• PSD documents will not be supported in Insert Image workflow, inst
I need some help at the point of inserting the navbar, after inserting the navbar only navbar can be seen in dreamweaver but when I preview the site I can see the other element i.e home, link, dropdown disable and the search that are not showing in dw, what is the solution?
Hi all, I have read the forums and searched the depths of the internet to find out why the dropdown on my NavBar is not working. I'm very new to Dreamweaver and previously had the dropdown menu working, but now I cannot click the dropdown and see the options. I've attached some screenshots to show what I am working with here. I would love if someone could help me out. Thanks in advance!
https://dreamweaver.uservoice.com/forums/382851-adobe-dreamweaver-bugs/suggestions/37335370-can-t-sftp-with-private-keysays one needs to use Open SSH format to use the key authentication. Would you explain the steps that I need to take?
Anyone having issues with downloading? Always says speak to Administrator when you want to install a program on the desktop
Really struggling to override the nasty blue colour that outlook defaults to when having hand-coded HTML emails to send out via outlook. How do you guys override it? I have this, but it's not working: <a href="123@abc.com"><span style=3D"color: #0A802B">123@abc.com</span></a> Note the 3D in there which I have taken from an email received in outlook that has got the override in place and working. I've tried it without 3D too. My CSS in the header also stipulates a colour of #0A802B for text-based hyper links
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.