For all things Dreamweaver.
Recently active
Hello. I belong to a small filmmaking group. In the past, we've had a YouTube channel to which members could upload their short films for group viewing at meetings. Becasue YouTube has become more strict in their copyright restrictions, and becasue the videos can easily be downloaded by others not in the group, we're wondering if we could create a site that we could use for members to upload their movie files and the group woould have control over who can access the site (I'm guessing by using a password or series of passwords). I have Dreamweaver CC...and used Dreamweaver in the past...but haven't created a website in 13-14 years, so I'm not familiar with the capabilities anymore. If someone can just tell me if this is possible without too much coding, then I think I'll be able to tackle it, but I won't bother if it's not possible. Thank you,Lloyd
I have an image that is 2200 x 3000 pixels and when I try to show it in a webpage using target="_blank" it works wonderfully and scales to the size of my display. However when I display the same image in my index webpage it opens a widow where it reverts to its native size and overruns the display. I have tried making it "responsive" and every other work around suggested by Dreamweaver and nothing works. I' m havppy with how it shows up on the targeted web site but that can't close by itseld so I don't want to scatter a bunch of new tabs on a viewers browser. Anybody have any ideas? Alternatively, has anyone built a blank template that includes a close button that can receive a tag that for an image?
Hello. I am still using dreamweaver and I used the Responsive Video Embed on the Insert Panel as seen below: The code looks like this:<div class="embed-responsive embed-responsive-16by9"><iframe class="embed-responsive-item" src="videos/firstpagevideoopt.mp4"></iframe></div>The video is on my server.It plays fine, but I cannot find a way to hide the video controls. Been trying for a while now.There is a way to hide the controls in a html5 video tag, but I am having a rough time with the CSS for the video tag.Any help will be greatly appreciated.Ben
https://www.jeffersoncircuitcourt6.org/index.htmlPlease scroll to the bottom of this page where the paragraph text alignment goes haywire. Since I know only enough about page source code to be dangerous, I would appreciate someone sticking my nose in the solution. I'm betting that I fouled it up when I inserted one or more of the series of images that precede the errant text. Thanks to those who know more than me,Joe
Dear Community, I have been using Dreamweaver forever. In the last few years, i have been paying the yearly amount of approx. $200.- I think i has been updating until 2021. I just noticed that it not updating anymore and that i was expected to pay anyway for every year. I am not necessarily complaining but wondering why. I was told that Adobe Design would one day be replacing Dreamweaver? I would hate that as i am so used to Dreamweaver but am not objecting to trying something new. Could you pls. counsel me on what is happening with Dreamweaver, and should i continue paying even though it has not been updated since 2021? Thanks so much, Anita - [Personal information removed by moderator.]
Whatever I have open, Dreamweaver windows are always on top, and in the way. It's always been like this, but it's taken a while for me to get annoyed enough to complain and seek a solution. What's going on here? Seems like such a basic issue for a big company like Adobe to let slip through. Or am I missing something? Is there an "annoyingly bring all windows to front no matter what" button to uncheck?Latest DW and OS, on an M1 Mac Mini but it was like this under previous systems and versions also.
I have always successfully and easily downloaded my whole site to Dreamweaver (from its Godaddy host) whenever I have a new computer. The procedure is very simple. This time with the latest versionj of DW before doing anything there was a warning message from Adobe that my site may not sync properly?? On downloading I downloaded lots of new files that were never downloaded before which seem to have little to do with my site. Also after several hous and Dreamweaver bugging several times I have still not been able to download my whole site., just 50% of itWhat has changed? and what can I do to download my site correctly. I still have my site on another computer but if I update Dreamweaver will this give rise to new problemsThanks
As a former Muse user / lover... Why didn't Dreamweaver absorb Muse into its platform as a "code-free" option?
Hello. I'm using Dreamweaver. While copy-pasting, the program often freezes and I have to close it. I couldn't find a solution. I would be very happy if anyone who has an idea shares it. [Topic edited by moderator for clarity.]
I have been racking my brain with this with no obvious solution. For the life of me I cannot sort the following by date. When I run it I get the following output where 2024-02-01 should be before 2024-02-13:2024-01-302024-02-132024-02-142024-02-01//PATH$dirPath = 'INuploads';// $dirPath contain path to directory whose files are to be listed $files = scandir($dirPath); //SORTusort($files);//PRINT OUT RESULTSforeach ($files as $file) { $filePath = $dirPath . '/' . $file; if (is_file($filePath)) { echo "<a href='INuploads/$file' target=new>" . $file . "</a>". date ("Y-m-d", filemtime("$dirPath/$file")); } Any suggestions would be greatly appriciated. I have tried many different variotions of this, arsort, sort, ksort
Hello, today is my first day using Dreamweaver CC 2020.I have started alright, but then it starts to get very laggy and slow and eventually not responsive.I would like to ask if anyone would have any advice or solution, or maybe I need to clean the cache please? However, I was just building my landing page and shouldn't have too much heavy loaded assets in my file. Thank you ><
Since a few days i cannot open dreamweaverC6 anymore. Then the screen appears that i have to extend my dreamweaverCC subscription.Do you have a suggestion how to solve this?Anita van Kempen, vormdeLight
Hallo, ich weiss, dass es diese Vorschau mit dem QR Code nicht mehr gibt, aber wie kann ich meine Seite nun über Dreamwaever testen, ohne immer alles bereitstellen zu müssen? Beste Grüsse
I have been using Dreamweaver Ultradev satisfactorily for years. Suddenly itis asking for the serial number (which I have) every time I open it. How do I stop this happening? Platform is Windoes 11.
Hi, I've been learning Dreamweaver for a week now, but I'm struggling to create buttons for the navbar. I've managed to create my unordered list (ul) and list items (li), and applied all the necessary properties. However, I'm having trouble with the :hover selector. I understand why it's not working, but I haven't figured out how to fix it. Following the CSS to create the buttons. The problem is that the colour for the text in ".main-nav ul il" doesn't get applied because the text in the buttons is a link so I have created another selector called ".main-nav ul li a" to apply the colour, up to here all good....main-nav ul li { display: inline-block; color: #FFFFFF; text-decoration: none; margin-right: 10px; background-color: #878787; padding-top: 8px; padding-right: 16px; padding-left: 16px; padding-bottom: 8px; border-radius: 12px; .main-nav ul li a { padding-top: 0px; text-decoration: none; text-align: cent
Good day, fellas This may seem like a stupid noobie question, but here goes I want to edit a paragraph´s size and shape, so.. I right click and go down the list and set a new size. All the paragraphs get a new size. I make a new CSS class with text column data open in the window-thing there, and then all the other text column classes change, and text column disappears from the list.I´m thoroughly confused at this point. I just to move a paragraph and, basically. Is there a better program to do this with, maybe? I want to be able to edit HTML and CSS and to be able to access the files, and you can´t do either of those on the online website builders I´ve found.Help ?
I was wondering, I just want to know the latest version of Adobe Muse and Adobe Dreamweaver that work on the Win7 32-bit system. Also, are there any links to the latest version that works on Win7 32-bit?
Hi everyone I am a complete beginner in DW this question might sound stupid but I could not find anything on the internet for this specific problem. So, I am trying to create a website, with Bootstrap, and I have a couple of questions. How do I change the BG colour of my navbar? I have followed a tutorial on YouTube but, despite I do everything the guy does my colour won't change. Created a new style.css sheet, added a selector for the navbar, and changed BG colour to red, but as you can see the colour is still White. thanks for any help you can provide This is the code:<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light"> <a class="navbar-brand" href="#">Logo</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggl
I use the program on both macos and windows. When I use it on Windows, I can drag and drop shapes like <area shape="Rect" coords="573,280,616,319" href="xxx.com/xxx/" alt=""> with the mouse and change their sizes, but this is not possible in the macOS version. I can only adjust the position manually by changing the value of 573, 280, etc. There are hundreds of shapes in the html files I have, it would take me years to create them all in macos. Isn't there a way to drag and drop like in windows?
Hello, I have a problem with the contact form on my website. It is not editable and I need to change some information on it. Unfortunately, there is no support service for this item. Could anyone please recommend me a developer who can help me fix this issue? I am willing to pay for their work? I appreciate your help and cooperation in this matter. Best regards,Vincent
Buongiornoio ho una pagina Web fatta ancora con FrontPage che contiene 113.000 file, 2051 cartelle e pesa 14,5 GB. Dato che FrontPage non è più supportato da Microsoft, sarebbe sensato per me gestirlo con un programma alternativo. Con il software di Dreamweaver posso caricare i dati che ho sul mio computer della mia pagina fatta con FrontPage? Quale modello di Dreamweaver?
Hello, Need help to put a border on a link in a Map area , where the border need to be blur and sharpen on event of mouse roll over. please assist with a sample code Thanks.
I've had ongoing problems with DW not recognizing some code selections I might need to find in a document. For instance, if I want to find all instance of this, it won't even show it in the find window:<span style="font-weight: medium; color:#950000;">&nbsp;&gt;&gt;</span> </span> </p> </td> </tr>I have several docs where the author has this setup with line breaks between elements, and I need to go in and remove all those breaks, but DW won't even show this selection in the finder on Cmnd/F. How can I get it to do that? Thanks.
HiUnfortunately I just updated Dreamweaver to 2017 and now it's close to impossible to work in this program.I always use code view and the code coloring was perfect in 2016.In 2017 however the page cannot use code coloring for pages that contains mixed languages.That makes it too hard to identify the different code blocks as they are color mixed.See image:ASP starts with blue color. Then goes all orange and ends with orange tag.Next ASP block starts with orange then goes green and starts mixing randomly with write and blue.This goes on when the code switches to HTML and later JavaScript.Please tell me this can be fixed. Currently Dreamweaver is useless for me
I'm very new to dreamweaver and started making my website for my course. I'm trying to make and overlay popdown for when hovering over certain text in my navbar. I managed to get it to work with one heading/text in the navbar but when trying to get it to work with the other headings with one displaying at a time it won't work. It only displays text on the page when hovering over the corresponding heading in the navbar but there is no overlay. Any help would be great thanks. Source code: <li onmouseover="showOverlay('overlayComputing', 'textComputing')" onmouseout="hideOverlay('overlayComputing')"> <a class="navtext" href="#"> Computing </a></li><li onmouseover="showOverlay('overlayConsoles', 'textConsoles')" onmouseout="hideOverlay('overlayConsoles')"> <a class="navtext" href="#"> Consoles </a></li> <div id="overlayComputing" onmouseover="showOverlay('overlayComputing', 'te
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.