For all things Dreamweaver.
Recently active
How to make a better menu for cell phone and tablet display then what I have now?http://davidswebsite.com/test/common_html_css_tags.html
put it in a web page an I can add formatted text in a page. Tried to usit later today and he text no longer stays int the texbox..I wasted two hour with no luck. So I used one of our other workstationg and loaded a site and added textbox to the page and same problem. The "D" should have been inside the box, not out.
Hi Everyone,Hope you are doing well.I found some issues while using Dreamweaver:Full Screen Mode is not working as other apps like Safary does when is on Full Screen Mode On.When doing Git Push or Pull, most times the app stop working and you must Force Close.While using Git features, on create a Tag, the Tag doesn't refelct on GitHub online, but if you do on GitHub Online it does show on Dreamweaver. I don't know, maybe is something under develop 😜 Hope will can be assisted to solve, or will be fixed. 🙂ThanksAlan Best Regards,Alan Santos
So.. i'm really new to HTML and i've got it all set up after following one of the templates and going from there, and so i'm ready to export it but i only have a HTMl and a CSS file but thats it, and it doesent look like in the preview at all when i do upload it to the web server. I've probably missed something obvious but i'd love some help on this! First image is when i open the .html fire on my machine second is on the live server
Hi,I am doing a regex search://\s+([a-zA-Z])To find all lines that match this: // test// another test...I would like to change the first char to uppercase. I thought I could use the following in the replace:// \U$1to instruct the $1 result to be upper case but this doesn't work in dreamweaver.Is there a way of instructing the search and replace dialogue to alter the $ output?
The menu name will only highlight, but will not not drop down - second try and holding the cursor on the name causes it to drop down - but there is no way to select across to the secondary menu item, i.e., "insert". Just started, maddening and useless at this point. I reinstalled Dreamweaver form CC, but useless.
I’ve created a slide show in WowSlider. The Titles/Captions for their slide shows have limited options. When you export the .html files it also creates a CSS page. I’ve been able to adjust the captions but I cannot figure out one thing. I want the caption to appear centered at the bottom of each slide. I have used the “bottom: 32px;” code to adjust this, but it’s kinda hit or miss. Here is a link to the website:http://taffyproductions.com/test/kauai.html Here is the relevant CSS code:#wowslider-container1 .ws-title{font: 1em 'Tenor Sans', Arial, Helvetica, sans-serif;position: relative;margin: auto;z-index: 50;background: none;background-color:#1A2223;color:#ffffff;padding: .8em;width: 26%;text-align: center;bottom: 32px;opacity: 1;}#wowslider-container1 .ws-title div{display:block;margin-top:0.1em;font-size: 1.3em;line-height: 1.15em;} Thanks for your help
I am using the code below to insert different images. It works as expected when tested within a regular HTML page, but as a DWT file the third image shows only as a placeholder. The first two continue to load properly. Is there a reason for this and a way to fix? The technique is described here. https://css-tricks.com/a-guide-to-the-responsive-images-syntax-in-html/#using-picture <picture><sourcesrcset="images/header.png"media="(min-width: 1000px)"/><sourcesrcset="images/zoom_header.png"media="(min-width: 600px)"/><imgsrc="images/more_zoom_header.png"/></picture>
I'd like to backup my custom keyboard shortcuts and import them in another setup. I can see that I can "Export as HTML", but don't see a matching "Import" button.Syncrhonizing with the cloud is not an option as the keyboard shortcut file would be for a totally different setup.If you can export, you should be able to import. Am I just overlooking the obvious?
Trying too add social media to footer and the images are missing.... not sure how to address it
When I edit an existing web page in DW 21.2, I find it will not render; that is, it will display as a blank page. When I look at the page source, it is blank also. This is happened to several pages. When I examine the page code, it looks fine; even comparing it to an earlier working version shows no discrepancies between the two. Scanning the page for spurious illegal characters is to no avail, as does opening the page file in another editor, such as NotePad and then making a simple edit and then saving it.. I am an experienced web developer and primarily use DW because it gives me a concurrent display of the page layout and the code. I don't use the web builder features of the product. I've been using DW for several years and haven't had any issues like this until the last couple of weeks or so. My computing environment is Widnows 10. Regards, Bob Shatzer
.
I have the same issue with Dreamweaver crashing in Version 21.2, but I see this when I'm running a full-site search. Agreed that this is super-annoying.
AS at Feb 22, 2022, latest version of Dreamweaver only has Bootstrap4.4.1. When do we expect to see BS5 integrated into Dreamweaver please. Thanks Briar
Can anyone tell me how to change to Chinese
I have created a RegEx that I use for replacing dates in specific locations. I need to replace the date in two locations in the file, one in the metadata, another at the foot of the page. The search works perfectly as intended.((<meta name="dcterms.modified" title="W3CDTF" content=")|(<time property="dateModified">))[\s]*[\d\-]{10}[\s]*("|</time>)However I'm unsure how to use the replace portion which would be$12022-03-07$4Entered as above, the result is literally $12022-03-07[proper value of $4].How do I get it to insert value $1 and 2022 with no break?Once again, it's probably basic, but it's driving me nuts.
Hi again ~I've read previous posts about this but wondered if in 2022 things have changed. I've previusly had a video on there but took it off years ago. This was the code I used:<embed src="animations/LizardyRingAnimateRhinoGold.mp4" width="265" height="200" align="LEFT" pluginspage="http://windows.microsoft.com/en-us/windows/windows-media-player"></embed> Wondering also if I need to link the windows media player, as I had with previous video - what would be the updated link? Thank you very much.
I am trying to use a regex to find and replace in Dreamweaver.My Regex works fine in the 'find' section of the find and replace dialogue box. <th style="[^"]*" class="[^"]*"In various documentation I have seen the use of $ variables to take the result of the regex and use it in the replace section of the dialogue.<th style="$2" class="$1"I cannot get the replace working!
Hello Guys,I am crossing over into unexplored territory and I am hoping that someone can answer a few questions for me. I am a big fan of the band Rush and I have a collection of fonts that were created bt a third party. These fonts represent the various fonts that have been used as part of their album artwork. These fonts are ttf and eot files. I would like to include these fonts as part of a possible business web site I am designing. My first question is, will these fonts work? I am assuming so because they're being used as part of the web site where I found them. Next question is, how do I include them in the web site? I'm assuming I just create a fonts directory within the root folder of my web site and copy them into that folder. And Yes I understand that I don't need to copy them all, just the ones I'm using in the web site. I would probably initially copy them all so I could experiment with them and se
Figmaのデスクトップアプリをダウンロードしようとzipファイルを開こうとするとDreamweaverが立ち上がってしまいます。『Dreamweaverでzipファイルを開くことはできません。html、xmlまたは他の互換性のあるファイルを選択して下さい』と出ます。
I am working on a website thatrequirsinserting a lot of text document into web pages., 'when I do so. tjte tex loes all of it's formatting and thusthe margins ar lost and making a jumbled mass of sentences all over the page. Dreamweaver ha no options for settin margins
Hi, I recently purchased WowSlider and its a cool program because it does a lot of the animation of slides. However it doesn't give you a good option to put text over the slide show (captions). I would love to put a h2 tag (bottom center of the slide show), but for the life of me I cannot figure how to do this. This is why I dislike pre-written code... grrrrrr Here is a rough design of a slide show I am working on. How can I put some text (centered, bottom) on top of the slide show? Thanks for any help!! Here is a link to my rough design:http://taffyproductions.com/test/
Hi. I recently suffered a setback where my DW sites disappeared from my Files panel and the Manage Sites dialog box, also some other strange behaviors. I have been getting things back to normal with the help of Nancy O'Shea, but the Files panel is still a puzzle. See screenshot:The two folders at the bottom are two of my sites, but what the heck is the rest? They have nothing to do with Dreamweaver, my files or html. Also, I've never heard of VM, Preboot, Update or Home! If I could figure out why these mystery files are showing up in the Files panel, I might be able to prevent this sort of thing from happening again.Thanks,Kevin BurkeCambridge, Massachusetts
I'm connected to Adobe CC, I have a html-page open, I can load a psd-file and upload it, but I click on the image in the Extract-panel and get 'Error generating extract data for --psd-file.' I can open the psd-file in Photoshop CC, and I follow example in the book 'Dreamweaver CC 2019 release Classroom in a book' by Jim Maivald What to do. Regards Goran [Moderator Note: Personal information removed.]
It's always something with me and Dreamweaver.Yesterday my sites disappeared from the Manage Sites dialog box and the Files panel. Does anyone know why this would happen? I am running DW 21.2 on a Mac wtih Monterrey 12.2.1.Thanks,Kevin Burke
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.