『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I'm using Dreamweaver 2022 on Mac OS 12.2.1I have a dropdown in my navbar that does not work. I think the code is correct and I have made the 3 codes at the bottom of each page consistent with Bootstrap 4.4.1, from their page.in the head:<link href="css/bootstrap-4.4.1.css" rel="stylesheet"><link href="css/styles.css" rel="stylesheet" type="text/css"><script src="https://kit.fontawesome.com/a1164b9df2.js" crossorigin="anonymous"></script> In the foot:<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --><script src="js/jquery-3.4.1.min.js"></script><!-- Include all compiled plugins (below), or include individual files as needed --><script src="js/popper.min.js"></script><script src="js/bootstrap-4.4.1.js"></script> Potentially related: in the DW app there are many items besides the expected css and js (see screenshot of them). Do I need to get rid of them, and if so, how?
Hey friends I designed a website in the iPhone version, but it opens larger than the size of the screen. Is there a script that will tell to adjust the page to the screen size? www.isserles.co.il/atar/nis0.html
Dear all, I seem to have a scrolling problem when I test my website for mobile devices in Google Chrome developer; The bottom of my 'aside' division remains stuck behind the footer (which is fixed) and won't move up any further. Obviously I've done something wrong with scroll and position-properties, how can I fix this?Find my css style-sheet attached for references. Thanks in advance for your advise,Edina
Ich möchte meine Webseite gerne mit einem Benutzername und einem Passwort im Internet schützen, damit nicht Jedermann/Frau darauf zugreiffen kann. Geht das mit Dreamweaver und wenn ja wie?
Hi Guys,I want a send script that will submit a form from a website.The code should be in Java or JavaScript or any other programming language.The form on this website previously had a PHP send script that works, but the creators have now modified the code. Thanks, any ideas or suggestions will help.
HiI have code (Attached)for the top object, i'd like to change the padding to 0 <!doctype html><html lang="en"><head><title>Bootstrap 5.1.3 Example</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><!--latest minified Bootstrap CSS--><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"></head><body class="d-flex flex-column min-vh-100" ><nav class="navbar navbar-expand-md bg-dark navbar-dark sticky-top" ><table width="400" border="0" cellpadding="0" cellspacing="0" class="card-footer"><tbody><tr><td width="97"><span class="nav-item dropdown text-light"><img src="Screen Shot 2022-10-29 at 23.43.19.png" width="68" height="64" alt=""/></span></td><td width="303"><div class="container-fluid"><div class="collapse navbar-collapse" id="collapsibleNavbar"&
Hi, What is the best/proper image size for mobile devices? Viewport, Screen Resolution, DPR, PPI... It can be a bit confusing and overwhelming. I've seen some tutorials recommend 400px, and others 800px. I want to ensure that the images look crisp when viewed on cell phones or something similar. Thanks for any help you can provide. Kind regards, Mark
BUG - Dreamweaver 2021 - Mac OS 12.6.1 - using space bar while typing forces HTML page to CLOSE. Unable to use 'space' bar while typing in Code view and Design view.
Dear folks, How can I change the colors and size of navbar-items in a bootstrap-navigation-bar withour touching the bootstrap css?
I have an html file. I cant seem to be able to figure out how to export it. When I go to export the tab for "template data as xml" is locked. I am very beginner at Dreamweaver maybe it is something simple I am doing wrong. Thank you.
Guys, I have a big problem, I'm designing a website in Dreamweaver, and for some unkown reason I cannot change the font size of my h1-head anymore. This is really necessary of course, for I cannot have a the same size for desktop as for a mobile phone. Maybe it has something to do with using a grid-layout?I've unistalled en re-installed Dreamweaver, but that did not solve the problem.Can someone take a look at my stylesheet and html-source file and maybe find a solution? Thanks!
It's Saturday afternoon, October 22. No matter what I try to do on numerous attempts, Dreamweaver (the latest version) fails to open on my iMac (the latest OS version). I continue to get a spinning beachball every time. Is there a maintenance effort underway? I received no advisory about it.What can I do next to open DW? Warren
Dear Adobe community, I was once able to preview my work on my iPhone without a problem. All of a sudden, then Device Preview stopped working, but there was a message below the Safari option (when I clicked Device preview) saying there was an error. I un- and re-installed Dreamweaver, but now when I click on the Device Preview button, nothing at all comes up. That little window that used to pop up with Safari and (previously) with the QR code, now does show up. Nothing happens at all. Any help would be greatly appreciated.
Hello friendsI have a question.I'm using this code for a website I'm building.It works. But there is something that bothers me.When I scroll down the window a little, there is a kind of "jump" downwards. What do I need to change in the code so that it doesn't exist? <!DOCTYPE html><html><head><title>Sticky Navbar</title><style>body {margin: 0;}.fixit {position: fixed;top: 0;}.main_navigation {background-color: #000;width: 200px;color: #fff;}.main_navigation h3 {margin: 0;}header, .content {width: 85%;margin: 0 auto;}</style></head><body><script src="http://code.jquery.com/jquery-1.10.2.min.js"></script><script>$(document).ready(function() {var fixit = "fixit";var height = $('header').height();$(window).scroll(function() {if ($(this).scrollTop() > height) {$(".main_navigation").addClass(fixit);} else {$(".main_navigation").removeClass(fixit);}});});</script><!-- end header -->&l
I 'd like a navigation menu above to have a link like this, when I click on it, a pop-up menu opens: (for mobile):
Using Dreamweaver on a Mac. In the file browser panel, html files have an icon that looks like a page with the corner turned down. I have two files that show a </> instead. Why? What does the different icon mean? Thank you.
Wow.. six years (!!!!) and this issue is still very much at large! I can't believe we still have to keep clicking indiviudal links to view them. I thought the issues with Illustrator and InDesign were bad... It's just sad to see such long standing issues very much in DreamWeaver as well. Does Adobe even read anything related to issues on their apps? Or do they just stare at their bank balance and watch it grow due to idiots like us to keep paying them for frustration?!
Hello, I have used this forum a numbr of times only after looking online for myself. So after hours of trawling and trying I have to post here. I have some text on a page of my website that I want to be better formatted and have certain words more visible to search engines. I have taken a few screenshots of both the code and the CSS that I am using for this piece of the page. The words I want to highlight are Dubreq, Waddingtons and FX Schmid. Any help or suggestions will be greatly appreciated. Thanks in advance
Hi, im working on Chapter 6 of the Dreamweaver classroom in a book but I don't see where the extract panel is. please helpthank you
Hello, I am currently working on an exercise in "classroom in a book" 2022 release book. I am on chapter 6 and it requires that I use the extract panel. However the thing is that no matter wher I look i cant find it is there something that I am missing that wont let me see it? My DW is upto date, my creative cloud seems to be synced up correctly and I already tried to uninstall and reinstall DW. Please see attached images. Any help would be greatly appreciated. -Ricardo
Dreamweaver Usability / Quality: When the user renames items on the local server, and puts them onto the remote server, currently the user has to keep up with the remote server to remove redundant html pages and images, that might still be available via search engines and bookmarks, but the content is not up to date. Thanks.
I just completed the first draft of a multi-page PDF document that I plan to share to a group of individuals for review via a link on my personal website (that I coded from scratch using HTML, CSS and limited PHP). No PDF editability or interactivity needed, these people just need to be able to view it. I'm not even sure this will be True PDF (selectable text) as it might just be flat pages, for this draft. There are 3 behaviors I'm interested in with regards to this link (and document) : That the link (ex: "website.com/folder/document.pdf") open the file in-browser. That file saving be disabled (at least as much as it can be). That the website not load the entire document, only the target page (or spread) assuming this is even possible. I realize that if someone really wants to open the document in Acrobat, or save the document locally, they'll find a way, whether or not the "easy way" is available to them. I'm just trying to limit this as much as I realisticall
There is no option in prefernces to switch back to drag and drop populating the title tag as opposed to the filename. There should also be this option in the insert menu at least. I've seen a previous thread that is old but offered no solution other than open the file we want to link to and manually copy/pasting the title. This is too time-consuming and opens the door for error. Is there a way to automatically populate the title of a linked page? Thanks.
I've tried both Apple Silicon and Intel app installations, uninstalled, reinstalled, and restarted my laptop. All other Adobe apps are working fine. It shows the cover art and "Initializing Files"M1 Macbook Air, MacOS Monterey
Hi, so this is all the code I am using, at the bottom of each segment you can see the part I just made relating to responsive embedding, I named it videoWrapper and videoWrapper iframe:uet if you go to this link https://onvermijdelijk.nl/TheThirdTemple.html we do not see any responsiveness. whereas on my local device we see responsiveness, but with an bug...namely that for mobile it jumps out of the screen.all and all, I'm stuck. I hope someone here knows what to do.@charset "utf-8";/* Simple fluid mediaNote: Fluid media requires that you remove the media's height and width attributes from the HTMLhttp://www.alistapart.com/articles/fluid-images/*/img, object, embed, video {max-width: 100%;}/* IE 6 does not support max-width so default to width 100% */.ie6 img {width:100%;}/*Dreamweaver Fluid Grid Properties----------------------------------dw-num-cols-mobile: 11;dw-num-cols-tablet: 17;dw-num-cols-desktop: 21;dw-gutter-percentage: 25;Inspiration from "Responsive Web
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.