『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi My Dreamweaver CS3 Properties Inspector panel is blank. Any ideas?
Is Adobe replacing Dreamweaver?If so what is the name of that program? Came across this:Question alternatives to Dreamweaverlarry45Enthusiast , Aug 12, 2022 rayek.elfinGuide , Aug 13, 2022In addition to Nancy's writings, please realize that Dreamweaver is no longer actively developed and only minimally maintained.
Working on a site in DreamWeaver, using Chrome Incognito to review my changes, but files are still being cached and I can't review what I've done. Incognito isn't supposed to cache files. I just had a session with my hosting server to be sure nothing is being cahed there, and it's not. To be certain, I deleted the file I'm working on from the server, then logged into a remote computer where I tried accesing the file and got a 404 error, so I know it's not cached on the server. I then completely shut down Chrome in this computer, restarted, opened an Incognito Window, went to the URL, and the file is still showing in a state before I made the most recent changes I'm trying to verify. I've repeatedly cleared the Chrome cache, but that doesn't effect Incognito. How do I clear whatever is caching these files in my system? Or maybe a better question would be, how are developers avoiding cache issues when building? Thanks.
Hello I am trying to make a link unclickable on Dreamweaver. My customer requested that the link should not be clickable. I was wondering if anyone knew how to do that?Thanks!!
How to update my website with Filezilla with my new template so that my children's pages are done as well from the template all is good in Dreamweaver all done good
I am trying to embed a Facebook post with a video, to my website. I open the video to full screen, then click "Embed", and a window comes up where I can click "Include full post" and can copy the code from the little space above the video. I go to my Dreamweaver (2021), put my cursor in Design View, then switch to Code View, and paste the code there. The embedding works, and it displays correctly on my website. HOWEVER, in the Design View it shows the coding highlighted in yellow, which stretches across the screen --- it's a bit annoying because I cannot then see the actual layout of my Design page anymore. What is causing this? Is there anything that can be done, so I can see my Design View correctly? I'm attaching a couple of screenshots that show what I mean.
我安装 dw cc 随后安装 AdobeExtensionManagerCCAll,安装成功,但启动 AdobeExtensionManager 后,三个也无法导入 ZXP 扩展,提示“无法安装此扩展,它要求 11 或更高的 AdobeDreamweaver”,我都安装到 Adobe Dreamweaver 2021最高版本了。这道题折腾了我好多天,现在依旧无法解决,解决,谢谢! I installed dw cc, and then installed AdobeExtensionManagerCCAll. The installation was successful, but after starting AdobeExtensionManager, the ZXP extension could not be imported anyway, and the message "Cannot install this extension, Adobe Dreamweaver 11 or higher is required." I installed the highest version of Adobe Dreamweaver 2021. I have been tossing about this problem for several days, but it still cannot be solved. Thank you!
Nancy gave me some info on bootstrap tables. it's great for multiple columns. I do have some questions. Can I change the font? I tried in the properities menu/CSS. It worked, but it was about about to change bootstrap css files. I thought that was a VERY bad idea and did not proceed. Can I change the font externally? I added some nice attributes with nancy's info, but I still have some. questions. can I add border lines, and can I set a max width? This the code I have so far: <table class="table caption-top responsive-table table-striped" ><caption>Cam-33 Designations</caption> <thead class="table-dark"> <tr> <th scope="col" >&nbsp;</th> <th scope="col">Cam-33-2</th> <th scope="col">Cam-33-3</th> <th scope="col" >Cam-33-4</th> <th scope="col">Cam-33-6</th> &nb
Trying to post a 20+MB video to my index page. Only the first frame posts, then times out. It "plays" for 30+ seconds on the web but never moves off the first frame. My hosting company says to increase connection time, but how do I do that? Do I do that in DW or in iPower?Thank you.
... please show how to copy CSS from Photoshop file and incorporate the CSS information into Dreamweaver ...
Hello! I made a html email signature that I want to use in Mail (Apple).I wrote the code and added the link for embedding the font. It all works but when I send an email to another computer, the text is not displayed in the font I want, so the font embedding does not work. Here is the code:<!doctype html><html><head><style> @1552174 url("https://use.typekit.net/lvv3adq.css");body {text-align: left}body {color: #273943}body {font-size: 14px}body {font-family: "source-code-pro"}</style></head> <body><img src="https://i.imgur.com/DS0TRFn.jpg" title="Collid'or" /><br><br> Jana Holvoet<br> Textielvormgever<br> O476 351 74O<br><a href="http://www.collidor.be" target="_blank">www.collidor.be</a><br><br> BTW BE O726.519.9O4 <br></body></html> Is there an error in the code or is it the email client that blocks embedding?Any help would be fantastic!&nb
HiIn one of dreamweaver tutorials pressing command and clicking on a mac in code editor inserts multi cursors so we can edit mutli lines same time, Im trying it and its not working, is it still there ? maybe need to be enabled in settings ? Kindest Regards
HiOn my Mac I use latest dreamweaver 21.1 the live preview icon at bittom just shows the browsers it doesnt show the QR code so I can see the page on mobile or tablet ? Kindest Regards
HiIs there a way to arrange folders and files where folders comes first in files panel then the files, even when clicking refresh thats not happening. Kindest Regards
I have called three times trying to get some answers. But no HELP!!.Even after connecting to my Mac Computer. I have a simple problem, how do I copy a complete table row and paste it into another row on the same table. The agent cannot seem to be able to help. Can anyone in Adobe, Dreamweaver department have any answers and help.Please don’t send me another self-help “How the copy and Paste” link.
Some great person on here gave me code that produced a “product grid” in CSS grid: .productGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) ); grid-auto-rows: minmax(250px, auto); grid-gap: 10px; width: 90%; max-width: 1200px; margin: 0 auto; } .product { display: grid; place-content: center; border: 1px solid #999; } I use it and like it very much. I do need another grid that has different attributes. I don’t want to overwrite the original rules. Would this additonal code, hoodGrid, work without overriding productGrid?: .hoodGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) ); grid-auto-rows: minmax(330px, auto); grid-gap: 10px; width: 90%; max-width: 1200px; margin: 0 auto; } .hoodProduct { display: grid; place-content: center; border: 0px; } Thanks.
How do I create sections and articles in Dreamweaver?
I have a landing page, and injected embed code for a form.On desktop, this works flawlessly. The form is long, requires some scrolling.On mobile phone - no scrolling occurs. End-user would be stuck and only see the first two fields. How should this issue be handled? - Would additional code get added to the embed code script itself, or directly to the landing page (e.g. - CSS applied near the area of where the embed code script is injected)? Please advise. Thank you.
How can I move Bootstrap Carousel arrows to the caption?
Hello i am James from chicagoI'm now using Dreamweaver 21.3, and the device preview option isn't showing up in the preview options. Is this service no longer available in this edition, or am I missing something? Thanks,
I have followed the procedure to reinstall a new copy that requires no validation. I signed in and got a new serial number, uninstalled my current copy, clicked the download link provided, and installed the new copy. The instructions lead me to believe that would solve my problem. But when I start up Dreamweaver after reinstalling it still tells me I only have x days left unless I activate. What am I doing wrong? What am I doing wrong?
Recently, I purchase Adobe software subscription for my mac.I have an issue with spacebar. Spacebar arenot work without shift key... So, anyone can resolve thise...
hey gang - As you guys know I made my site responsive finally - and it works in most ways the only thing i cant figure out.. this pagehttps://toddheymandirector.com/reel/ My rollovers work on desktop and on a mobile/tablet developer tools simulator, the overlay doesnt show and one tap and it takes you to the movie page - however on an ACTUAL phone/mobile its not functioning properly the movie doesnt show but it still is recognizing a hover function and transitions to black on touch - if you hit it a second time it goes to the movie page-- which obviously is ng since no one will know to do that-- and on tablet it will either play the rollover or just requires a second tap-- see attached for both-- the idea I would think is to have the hover function not even exist for mobile so one tap takes you to the movie page-- not sure if a media query for touch screen preventng the hover function will do that bc it seems one for screen width isnt cutt
I it possible to stop Dreamweaver storing my settings in the cloud?
I'm installing Dreamweaver, part of CS5 Design/Web on my new laptop Win11. The programme is a pepetual one. The activationcode (see attachment) was accepted during installation. But not using the programme. On my old laptop there is no problem. I found a deactivation option on the old laptop. But it did not work. In my adobe account the programme is not mentioned. Chatting with Adobe, Madhu gave me this community to get an activationcode. Hope you can help.[Moderator Note: I have deleted your activation number attachment. This is an open forum, not Adobe Customer Care. Be careful not to post personal information here.]
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.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。