『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I have html webpage created in Microsoft front page and I updated to dreamwaver but can only view top part of my webpage (top frame)In code version I can see the full page but in the design or split mode I can only see the topbut no body how can I view the full page in design view and edit it in designer view please helpthanks Mark
I am using version 21 of Dreamweaver. I need to update my .htaccess files and can't see them in the local directory. I KNOW they are here. I can see them in the server, when I click to download them I am asked if I want to replace them, but then I cannot see them listed. A tech support rep suggested me to install the old version (20), and I can see them with this version. So I am currently using version 20 to edit and publish .htaccess files and version 21 for everything else.... crazy Any help is appreciated.
Hello, Me and my colleague are creating 2 different pages but using the same CCS template file. So any changes that are saved by the other user is replicated on each others pages.Example if i change a button to green and on my colleagues page he has the same button red if I then save my changes his button will turn green. How can we use the CSS template and not effect each others work. Thanks
I've been using Dreamweaver since it was a pup, but put off joining the cloud until recently. I am a dinosaur. I generally use 4.0 transitional for the few static sites I'm still maintaining, and am primarily working with XHTML in ebook production. I'm sure what I don't know would fill one of those books. I have googled my fingers off over this situation to no avail.My doctype declaration is a copy-paste right from W3C: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> My files validate when I use the W3C browser validation tool. But when I use the Dreamweaver (v.20.1) W3C validation, I get this error message:Using the preset for XHTML + SVG 1.1 + MathML 3.0 + RDFa 1.1 based on the root namespace. [none]And it's all downhill from there.Obviously I can continue to validate through W3C, but it would be nice to sort this out so I can use program validation.&nbs
hey gang - trying to add fullscreen video to my slideshow- https://toddheymandirector.com/index_video.html please excuse the sloppy code Ive been trying all sorts of things (apologies particularly to you Osgood) Two major issues.. I dont want the controls to show and i want the video to autoplay..i added a poster frame but the vid still loads small and pops large which is jarring..and also pops back to the poster frame before it dissolves to the next which is awful-- finally there is a broken image link (blank.gif) that i cant find anywhere in my code ideally i want it to look like this - but fullscreen-- https://smugglersite.com/ thank you!
Hi just wondering whether its possible to indent a line in a text box that is not a first line. Trying to get the website email line to be in line with the rest of the text but it is slipping below the image as it should. Thanks a million 🙂
I am finally redoing my business website. It is all PHP, database driven. Everything is working correctly but if I put the javascript Include after the CSS Include in the header Live View will not reflect any changes in the images in the style sheets if they are driven by Javascript. Here's the example, not working in Live view is the first block of code: <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Home Page</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- CSS --> <?php include('mstrIncludes/css.php') ?> <!-- Js --> <?php include('mstrIncludes/js.php') ?> </head> If I reverse the order like this Live View works. <head> <meta charset="utf-8"> <
I have a Wordpress website and want to import it into Dreamweaver so that my students can interact with the content. I have exported the content and have the xml file.When I import the XML file into Dreamweaver 21 all I see is the XML code.How do I convert the XML to HTML so my students can interact with the content & use the 'Live' view to see the changes?
My whole website changed from having carousels and Navbar links to being all corrupted and looking like a version from the 2000s. How do I fix this problem and change the version back to the way it use to be. [Topic edited by moderator for clarity.]
I would like to learn more about using DW and dmxzone to create database applications. I am looking for someone who can give me a course on this.If you can support me, I would be happy to receive an email [removed by moderator per forum guidelines.]Please in the subject line: DW courseIch möchte gerne mehr über den Umgang mit DW und dmxzone zur Erstellung von Datenbankanwendungen lernen. Dazu suche ich eine Person, die mir dazu einen Kurs geben kann.Wenn Du mich da unterstützen kannst, freue ich mich über eine E-Mail [removed by moderator per forum guidelines.]Bitte im Betreff: DW Kurs
In previous versions of DW, in code view, you could select all, right click, choose Selection/Convert tags to lowercase. That is not available in DW CC even though the manual gives that as the instruction on page 390. I've reported this to software engineers but does anyone know of a way to convert tags to lowercase besides individually in the tag library? Thanks.
Hi, I couldn't find anywhere on the community about this issue, Is it possible to prevent concurrent logins in a Dreamweaver Site? I'm trying to create a Restricted Page in Dreamweaver however I wanted to check whether it's possible if for example one user was to log in to the restricted page using the login that person payed for, another user cannot use it at the same time
Every time I make a change on my CSS and save it, when I click back in the Live View window to view the changes, DW jumps to the top of the website. It did this yesterday as well and when I closed it down and re-opened it, that seemed to solve the problem. But now that is not working anymore. I don't know if I clicked something by accident to make this happen but would appreciate help in getting this fixed. Thank you!
Good morning everyone,I am writing to let you know that something major has changed with Dreamweaver V21.3 from V21.2 in regards to connectivity. Before the update I was able to connect to my webhost using Dreamweaver using SFTP but since the update I no longer can. Something has changed behind the scenes and it no longer will connect. I can use it on other sites but not with Pantheon. I don't know if there is a workaround but I had to roll back to version 21.2 and all is now fine. Please update this to work the same!
Normally I connect to my domains using FTP, but google domains doesn't have that option. Is there another way I can connect the two?
Can you please share the code for me? I can't understand very well, I'm a beginner. 🇧🇷
now a more traditional old fashion method, using PHP includes.... so for understanding the principle https://www.php.net/manual/en/function.include.php and adapting it to the content of the pages https://www.phptutorial.net/php-tutorial/php-include-file/ there too I hear the rumbling of the base... at least on the old fashion aspect </joke> By @L e n a No rumblings here. php is still the easiest/simplest and most popular of server languages and its easy to learn. In the majority of cases its all you are likely to need rather than bulging your website folder up with a lot of bloated node modules that you have zero idea what they do. Gotta luv the new breed, they have no idea what they are using or what it does so long as it does it, makes be want to cry or die laughing at the complex mess they create and get themselves into. I guess its all about trying to salvage some kind of reputation that web-development needs to be overly-complex to work!
The question is for a row of three images, the first image is displaying smaller than the other 2 when viewport begins to flex to smaller breakpoint (around 1199px). .picsMaxWidth {width: 100%;height: auto;max-width: 277px;} Not sure how to resolve.If I change rule to .picsMaxWidth img, it does even out; however, responsiveness stops.
The previous versions of Dreamweaver allowed me to create a custom snippet, then assign a keyboard shortcut to it so I could insert it into my code on the fly. How can I do this in 2019?
Hallo Dreamweaver-Anwender, ich habe ein großes Problem und beim Synchronisieren den falschen Haken gesetzt. Nun ist der neu erstellte lokale Ordner gelöscht, da er auf dem Remote-Ordner natürlich nicht da war. Kann ich den irgendwo wiederherstellen? Mikrosoft-schiene, wie Papierkorb und Vorgängerversion scheiter. Hoffe auf Eure Hilfe! Vielen Dank Arndt
I have a single page with 2 maped buttons that don't work on a mobile phone.
I'm using Dreamweaver 21.2 (latest version) and I use the FTP sync feature (I activated the "keep sync information" setting in the site definition) and currently I'm trying to analyze a problem where DW want's to sync although there has nothing changed on both sides (remote and local), especially after the daylight saving time started or ended. In the "_notes" folders there are the "dwsync.xml" files with the sync information. There are lines like this in them:<file name="file.js" server="example.com" local="132883841423432900" remote="132883842000000000" Dst="1" /> Now I'm wondering what the "Dst=" means. Sometimes it's 1, sometimes 2 and sometimes -1. And how to read those timestamps? They are obviously no UNIX timestamps. I could not find anything on the web concerning this. Do you have an idea?
Hello All,I finally replaced my Mac with a new one and updated to the latest version of Dreamweaver, which bounces in the dock for about a minute before stopping. All the while, the Force Quit pane says it's not responding. I deleted Dreamweaver and installed the latest from scratch as well as version 21.2, but same results. Any suggestions? Thanks.
I see that there is a plug-in for embedding an ECWID storefront into a web page created with Muse, but I'm using Dreamweaver to manage our web site. Any suggestions on making that work most efficiently? Thanks.
I am having some problems with UL lists. I figured out how to code specific UL classes. The problem is, if the the line item is more than one line, the text floats to the left. Is there a way to align the text with the first line of the <li>? Here is my class:/*Mobile*/@media (max-width: 380px){ul.specifications-info { list-style-type: none; padding-top: 10px; font-size: 1.5em; padding-left: 10px; margin-right: 10px; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; margin-left: 10px; text-align: left;}}/*Tablet*/@media (min-width:381px) and (max-width:949px){ul.specifications-info { list-style-type: none; padding-top: 10px; font-size: 1.4em; padding-left: 10px; margin-left: 10px; margin-right: 10px; font-family: Baskerville, "
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.