For all things Dreamweaver.
Recently active
I have a page with a background image. When I put a grid onto the page I can't make it transparent so that you can see the background image. .grid-container { display: grid; grid-template-columns: auto auto auto; padding: 5px;}.grid-item { padding: 20px; font-size: 15px; text-align: left;} If I delete the navbar CSS the grid gets a black background .navbar { margin-bottom: 0; border-radius: 0; background: #F0F3F4; } Here is the page, still under constructionhttp://www.victorianrailways.net/europe2024/europe2024_01.html
I am designing a website on education and a friend wrote a beautiful several paragraph article and I want to use it. Is there a good way to style it into Dreamweaver other than paragraph tags?Secondly, I have 7 catagories for the website: home, public schools, homeschooling, private schools, and charter schools. Is there a way to make one of the categories schools and then create a drop down menu for homeschooling, private schools, and charter schools?textech72
I have activated Code Rewriting when I started using Dw recently. I appreciate it closing all tags, as my colleagues don't respect the proper HTML syntax.But I have encountered a problem: when I open our template, the </head> is moved to the wrong place. Our template is perfectly fine and correct, but we include some Salesforce AMP Script, and Dw moves the </head> to before this core code we need to run on our emails. Mind you that inserting code in the <head> is the official recommendation from Salesforce afaik (at least this is how we've been trained by certified instructors). It's also common practice to have <style> in the <head> so that's another reason not to move the </head>.
Please add support for shortcuts that help navigating the code panel quickly.All code editors I've used allow to jump to the beginning/end of code with home/end CMD+UP/CMD+DOWN. This is highly inconvenient and surely an easy fix.I noticed that when pressing CMD+UP/DOWN the preview panel is highlighted for a moment, as if that is taking the input, despite the cursor is in the code window and I was typing code a moment before.
Bonjour, Achaque fois que je veux employer Dreamweaver, il est d'une extrême lenteur et parfois je dois quitter le programme!Je n'arrive pas à savoir pourquoi.Windows 11Merci d'avanc
I have deletet more than half of my code and nothing is changing on split/live. I can see the modification only on saved file...
I am not having any luck on finding good documentation on how to create an extension for Dreamweaver 2021.I have tried google, dreamweaver help, and not having any luck. Thanks
Hallo, ich kann Dreamweaver nicht installieren. Die Installation wird begonnen und bei 5 - 6% bricht die Installation immer ab. Fehlercode 198Hatte jemand schonmal das gleiche Problem? Wie kann ich das beheben?
Hopefully I'm wording this correctly. I have a very simple site for automotive repairs and upgrades. The crude coding works well enough for my needs, so please don't laugh at it. If I post a link on Facebook (or similar social media sites) the link shows a preview for that page but instead of showing the first photo at the top of the page, it shows one from much further down. How can I get it to show the "correct" one? Here's a link to the misbehaving page: 5-Speed Transmssion Swap (ace240z.com) Thank you.
I just installed Dreamweaver to try it for 7 days. I used to use Dreamweaver 8 which suddenly didn't work. I succeeded in making connection, also in making changes. Putting files, also no problem, but when I go to the site, with different devices, I don't see the changes. How come?
Hi guys, looking for a tutorial on how to center content inside a fluid container, any help would be greatly appreciated!
When you consider that professional poker player, Phil Hellmuth -- worth about $50 million and making a tidy annual income from Poker tournaments and writing books, has such an outdated, ill-performing website, it's makes you wonder why he has a website at all. Check out some photos. Check out some videos. Pathetic.
in a code view of dreamviewer i've compressed parts of code with the small triagles on the left.now they are stuck as compressed and don't expand anymore
I've changed my Dreamweaver settings to be PHP 7+ compliant.Some simple code like the Null Coalescing Operator ?? throws errors and causes trouble when it it fully valid code.Please make Dreamweaver fully PHP 7+ compliant. // Old stupid way$Test = isnull($_POST["PossiblyNullField"])?$_POST["PossiblyNullField"]:"";// This is the PHP 7+ correct way to make sure that a field that may or may not exist, depending on if the user put data into it doesn't throw an error:$text = $_POST["PossiblyNullField"]??"";
I just use DW as a code editor. I don't want to use the site feature - I tried it once and it interferes with the rest of my local environment. Even though I deleted the site, every time I save this banner pops up and there's no "don't ask me again". I'm pretty close to kicking DW to the curb and this might be the proverbial straw that does it.
How do I email a reader a specific video on a web page full of videos? For example. I want to share the video Daniel 9 by Skip Heitzig which is on this web page: https://lean-into-god.com/Scripture/September/Sept-17.html If I send the web page link they are presented with many videos and if they are on a phone they must do a lot of scrolling to find that video. Isn't there some code I can use so when they click on the link I email or text them it will lead directly to this video and not to the whole web page? Hope this makes sense. I get asked to do this a lot, but I do not know how. Thank you. Rick
Hello there! So I recently started working with Dreamweaver, I am using the 2021 version and have made a website I am fairly happy with. Now the thing is it looks as intended on my laptop, but when the site is visited by my boyfriend who has a way bigger screen, the entire website looks all messed up. Same goes for when you open it on a phone or even a slightly bigger laptop. Is there an easy fix for this in Dreamweaver itself? Thank you for your time 🙂
I have a bootstrap carousel in which the bootstrap "row" for each slide has a box-shadow applied. When the slide is transitioning the second slide shadow appears and doubles on top of each other (making the shadow look darker). I've tried to figure out how to apply it to a parent container so it won't show on each slide thus doubling up but have had no luck. .row { padding:70px !important; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 14px 40px 0 rgba(0, 0, 0, 0.15); } <!DOCTYPE html> <html lang="zxx"><head> <!-- Meta tags --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="./css/bootstrap.min.css" rel="stylesheet"> <link href="./css/style.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> &l
I have some slushy files on the remote server that I wish to delete.Dw 2021 does not deal with these types of files and refuses to delete them. Could it be due to some setting in the program?Kurt
I am now running Windows 11. Since upgrading to Windows 11 Dreamweaver often doesn't show the changes I have in the code in the live view. This is when I am running split screen with code on the top and live view on the bottom. This is happening OFTEN. It seems Dreamweaver is buggy in Windows 11. I am a website designer and this is super annoying because it slows me down. Even if I close and re-open the issue will persist.
Our experience with Dreamweaver has gotten worse and worse over the years, so much so that we'd drop it in a heartbeat if ever we could find an alternative product.We are also considering giving up our Creative Cloud unlimited licenses plan 😞Especialy witht he last two versions of Dreamweaver we have had all sort of problems:- frequent (very frequent) crashes- inaccurate copy&paste- even Save command that doesn't saveAdobe has been inflating their products with all sort of new functionalities, while letting the core functionalities degrade unbearably.We are presently running on a HP Windows 10 machine and on a MacBookPRO on MacOs 11.6Any advice?
I want to customize my toolbars.xml to add a "Recent File List" and "Save As" icon/option. After reading several Adobe docs, I thought I knew what to do but the:dw.getRecentFileList() does nothingdw.saveDocumentAs() gives an error (see screenshot below) All I did was copy an existing button and make the desired changes. For example: <button id="DW_OpenRecentFiles"image="Toolbars/images/MM/viewoptions.png"MMString:tooltip="DW_Open/button/tooltip" // Note: This has not been updateddomRequired="FALSE"command="dw.getRecentFileList()"/> <button id="DW_SaveAs"image="Toolbars/images/MM/bcc.png"MMString:tooltip="DW_SaveAll/button/tooltip" // Note: This has not been updatedcommand="dw.saveDocumentAs()"/> What am I missing here?
Hi all! I used Dreamweaver a LONG time ago. Then I used Muse. And I've been procrastinating for YEARS about re-learning Dreamweaver. But I'm doing it. I'm trying to recreate something I created in Dreamweaver, then Muse. And I can't get it to work right. Basically, I have an image. I've broken it in to 8 pieces... so that some of the pieces are rollovers. But they are all part of one big image. I broke the image up in Photohop, making sure all images on one row are the same height and add up to the grand total. Same with the columns and their widths. I imported each piece in to a table in Dreamweaver... but they just wont' line up! A few of the table cells are wider than the image inside the cell. How do I force the cell to be the correct width so they all line up? I'm sure there's a better way to do what I'm trying to do, but since I have all the images and I used to be able to make it work this way, I'm just going with it. Any advice you can give me would be greatly appreciated.
Good nightI'm writing to ask if anyone knows if Dreamweaver 8 works on Windows 11Thank you very much in advance
Wie kann ich meine Homepage (erstellt auf Dreamweaver Cs 5.5) so einrichten, dass sie auf dem Handy oder Tablet automatisch im richtigen Format erscheint ?
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.