For all things Dreamweaver.
Recently active
I like to have my logo and title bar on the same line... but what i am trying is not working... plz help
Real Time Preview is great to preview HTML changes in real time. But it will not preview in real time CSS changes. Rather than have to click out of a CSS file and click the previewed HTML file - is there a way to save the CSS file and automatically refresh the browser window?
I have been on Adobe and GoDaddy tech support for 2 days, almost solid trying to gets the steps to make my login page work. The site is up: lakecityharmonizers.org, but I can't complete the members login page. Any help ASAP would be really appreciated. Adobe justs sends me links that don't help this simple mind. Thank you, in advance. In addition, I can't get to my server through Dreamweaver, only through GoDaddy, so I can't test easily or work with the database I think I need for login to work. [Attached file removed by moderator due to sensitive content.]
Using latest version of Dreamweaver. Today, I successfully connected to the server via FTP within DW. Selected two folders of images to be uploaded into the Images folder on the server. There was no indication that either folder was put into the destination. Checked the FTP log, no data. Checked other folders around the Images folder to see if they went into the wrong one but not there either. Now, both folders appear to have been deleted from the Local files and are not in the Recycle Bin. Anyone experience this? Ideas where the folders might have gone? Never had anything like this happen before. Don't have a backup, as they were just created. Thanks for any info. DW Help was no help. Chris
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
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.