For all things Dreamweaver.
Recently active
Hello to all on here, so we have an issue with an email template that works fine when sent (via Zoho) and viewed in Mac Mail, Outlook (online), Outlook app and GMail, but when viewed on Yahoo Mail via the Yahoo website (at least on the iPhone) it displays two sets of text in different sizes, evne though they are set to be the same size in the code? Noticed that it does the same thing with one of the Dreamweaver templates (as pictured), has anyone else encountered this or similar, and got a fix for it?
Menu Conundrum: I have used this responsive drop-menu before and it has always worked in the way that I intended it should. When a visitor first opens the site on a small device, the menu-list should be hidden and only the black “menu” bar should be visible. A click on the black “Menu: bar should cause the List of Links to drop into view. When the visitor clicks on a Link in the list, they are taken to the linked new page. Their initial view of the newly-visited second page should show only the Black Bar (the list of Links should be hidden. In the Weaver website, I have this working as I intended. But in the Taumel site that I am currently building, this is not working:https://taumel.shelbourne-america.net In the Taumel site, the list remains extended and does not retract back into the Black Bar as it should. Both sites use the same Script (which does not use a Bootstrap button to close the Menu). The Menu simply alway
I know how to create repeated regions in Dreamweaver (2021), but the attributes like id results in repeated values, which is not right in html.Is there any method to control this repetitions?I mean: if I repeat a region with id="zone1" the repeated zone sould have the id = "zone2" for instance. Not so id, also anyother value like a color or a name...Thanks.
Hi! This seems to be a recurring issue. I find references to it in the community discussion, but no good answer.In old days (MX2004 through CSX) I used to be able to select a text, right-click, this menu appeared ...... and under the "Attch Style Sheet ..." there was a list of styles I could attach. Now (Dreamweaver 21.1 from the CC-package) I get only the above part of menu, no styles appear, no matter how many times I (re)attach my style sheet, which has already been attached to this site for a long time.This problem has now persisted through several CC updates. I can (and have) manage without it, but miss it somehow. Thanks in advance for any help! Michael
Currently, in my attempt to simply remove a side nav bar and side strip background image, when viewed on mobile, it fails to remove on the actual iPhone, but does go away on the local Chrome developer tools device preview. Why isn’t uploading the responsive css and the html page to the actual site’s server, why isn’t that resulting in the same preview seen in Chrome’s device preview, as well as within Dreamweaver itself (when I grab the side panel, and close the window within the max-width, set in the @media queries)? The changes being ignored are the display=none change and the background image changes. 1. This is the test site I’m attempting to implement responsiveness to:http://www.solarinkgraphics.com/index_TEST.html 2. This is the responsive css:@charset "UTF-8"; /* MOBILE / iPhone */ @media screen and (max-width:400px){ #header { position: fixed; left: auto; top: .875em; z-index: 200; width: 360px; heigh
So I have a contact.php with a form area that contains a drop down, using an embedded font (Fig. 1 below).Everything displays fine, except, on the dropdown menu items area the font defaults to a sans-serif instead of the embedded font (Fig. 2 below). Is there are way to force the dropdown menu items to be shown in the embedded font, just like the front facing part of the form does? 1. contact.php with embedded fonts displayed fine. 2. contact.php drop down menu item defaulting to san-serif font.
Hello! im tryimg to make a search bar for my website were the customer can search for a name and get the result from the website. how do i create a search bar that can give same result for different names and numbers?? can some one help me??
I am using Dreamweaver CC Version 21.1 Build 15413How can I turn off the code tip "shift-drag to retain other column widths. Command click to select cell."?It is extremely annoying and distracting.
This is exactly what you said: 'It's not the XYZ data the bad guys want. They want to know where it came from. Forms on an unencrypted site provide the weakness they're looking for. And you've provided them with an easy entry point for further exploitation and proliferation of malware..' Reads to me as though you seem to think that SSL certificates will prevent malware being installed, unless Im reading it wrong. Personally I dont think either of us are qualified to be giving out advice regarding what and what SSL certificates do prevent and what they dont prevent. Its quite scary IF you care to read and do some research how vulnerable a website can still be, even with a SSL certificate in place.
DW ver 10.0 4117 working for a long time suddenly throws this error.Could it be a corrupt DW setting file or something else? Where is that DW setting file located?Tried Adobe help and was directed here.Thanks
I always purchase my SSL/TLS certs for multiple years to save money. It's one less thing to think about for a while... This year I renewed certs for multiple domains for 3 years as before. But instead of expiring in 2024, they all expire in 12 months. DRAT! Evidently, the policy changed last year. A newly generated CSR is required every 12 months now.
When I comment out the swathes of drop down, upon drop down html that are part of the all-inclusive but excessive, main menu of a pretty good template I bought this year. The greyed out section disappears when I merely copy the editted menu to paste in new pages? The receiving page is fine with its new code. There are smaller greyed out sections that remain on the original page but the largest one disappears albeit for a solitary hyphen and a downward caret next to the number margin of my source code page, this caret does nothing, I did hope it would reveal the acres of code it conceals. I think the hyphen is there on the live page also. Unobtrusively, like the way that kind of feral code does cling on to a browser page? Now I am not concerned that it happens, but for the fact that I have neither control or notification of this wayward process and I only stumbled on this tiny character by accident? Can anyone enlighten me of this mini drama.I have to say that the greyed out section of
In Dreamweaver 21.1, I have severl Sites defined. They all work fine, except one site. On my local folders in the File pane, one folder keeps flipping open when I open a different folder. In other words, a folder in my Files tab called "Members" is constantly opening on me. I close the folder, clicking on the > to close it in the list. I then open any other folder in this SIte, and Members reopens on its own. This is annoying because it clutters my view of the Files when I am working in another folder. This only happens to this one Site, all the other sites work find. I made a copy of the errant Site, and it does the same thing. How can I convince Dreamweaver that when I the folder Members, that it should stay closed until I want to open it? I attached a screenshot of the culprit.
Help please! I was fiddling about trying to change a background colour of a table in CSS and all my text has disappeared across the site. It won't let me type or paste anything it and no text can be viewed. This is only on one site, another I have built and is live is fine so I have just corrupted this one's Dreamweaver settings. All my files are fine if I open them without Dreamweaver. Grateful for any help!
Hi there, I'm having a bit of trouble with a few elements within my Dreamweaver site file code.I am aiming to create a website where prompts pop up, asking for the user for feedback. The feedback that the user gives will then be planted within a Javascript Table, with 3 columns and 6 rows (therefore the prompt must pop up 5 times for input). If the user does not enter anything into the prompt, the table must display a message. Unfortunately, my 'For' statement, prompts and table are not cooperating. I've been trying to figure it out all day but have had no choice but to turn to the forum. My questions are posted below; 1. How do get input from the prompts to show up within the table that I have designed? Is there a reason why my 'For' statement is not currently working?2. In the past I have practiced using the prompt, and when 'cancelling', it typically just places 'null' into my table. Is there a way I can replace the word/result 'null' with a phrase saying the use
I am trying to edit a grid of images in dream weaver. I can insert am image and edit the size but I cannot get all the squares to align. I do t. To understand tables.
Hello, I am new to DW (last version), (I used bootstrap components to insert the menu: basic navbar) but I realize as soon as I click on a tab, it loads the page well but it does not remain active. Rem: (the "hover" works very well) and therefore I would like it to keep this color (by the way that of the hover) when it is active so that the user knows in what menu it is. I posted the generated code but I'm not sure what to change ??? Surprising all the same that this principle is not set by default in the component ?? Thanks for your advices.
I am trying to create a top navbar that is- Responsive (goes to a hamburger) - Has drop down buttons- Is sticky (header panel scrolls up but menu stays at top of screen)I have a menu that is drop-down and responsive (see code below). For stickiness, I have tried the method shown by W3Schools at: https://www.w3schools.com/howto/howto_js_navbar_sticky.aspBut the drop-downs don't work properly in either full-width or mobile (burger) mode. Help in achieving the desired result with HTML, CSS and JS would be much appreciated. <!DOCTYPE html> <html lang="en"> <head> <!-- -------- COMMON TAGS---------------- --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> <!-- --> <style>
This question was answered on May 30 but non of the solutions worked. It was suggested this was a MacOS issue but since it only happens with DW I can't believe itI do not get it at login or start up. I must open a file in DW and then make some changes to the file. I get this window twice on closing the window and 4 times when quitting the DW applicationI do not have any files, aliases or even invisible files associated with this address. This has only occurred since latest updates to DW this spring.
There was a User recently who wanted buttons for "Save All" and "Save As.I don't want buttons but I would love to know of a KBSC for these two functions;or, alternatively. of a a way to hack the making of same.
Hi,Since Ugrade to Mac OS Big Sur, Dreamweaver won't open any more on Mac Pro Late 2013 (Big Sur 11.5.2). I'v tried Adobe Creative Cloud Cleaner Tool, I changed the name of the Volumes disks (as readed in some posts), Reinstal on external disk with all other app, even try install on Macintosh HD, Applications tradtional folder (in this case i have a message "Localized resources files could not be loaded. Please reinstall..." but reinstall gives no results. For any other attempts of install, the app icon jumps on the dock until messsage " Adobe Dreamweaver not responding"... Someone can help ? ... :-S
I noticed that I couldn't select Dreamweaver as software, I was interested in at Adobe MAX registration. Will there be updates this year? Will Dreamweaver still be supported?
Hello, I need someone to create one or more 100% visually editable Dreamweaver html pages that we could use as template pages moving forward for. The main page we need converted is: Home | RailsNW Also need to know the price for additional pagae conversions. Depending on the quality and cost of the template pages, we might hand off the entire phase 1 conversion, which would likely exceed twenty pages. Again, the objective is to reproduce one of more pages from scratch in Dreamweaver friendly HTML code. As the blended CMS / HTML pages we are currently working with aren't working. If you have any questions, check out the link above. As that is a blended HTML / CMS coded page. What we need are 100% Dreamweaver HTML pages. Please email me directly, at: [email removed by moderator for your protection] Thanks, Thomas Horstmann, Jr.
Yes, I know it's old software, but it's what I paid for and it works fine for me. I'm trying to install DW5 on new computer and my current serial number won't work. Then I downloaded the DW5 install file from my Adobe account and it still will not work. After contacting Adobe support, they told me to post here.
I am using fredoka one from dreamweaver and have transferred the files I made to flask. the tag is still their and works on localhost but not my domain.
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.