『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I have just started something and I cannot resolve an issue. So far I have just one page plus a css file.The page had a full screen image as a background, this works find in 'standard' screen maode and 'full' screen mode, but if I reduce the screen with the 'reduce down' button, the top of the background image appears at the bottom of the page.For some reason I don't seem to be able to upload the code to this post, so I;ve saved it as an image.
I just started using Dreamweaver 20.0. My first issue was that the code view was totally blank. I was able to get that resolved with a tech support call. But now the font in code view is pixelated and difficult to read. I tried changing the font in Preferences but it doesn't seem to help. Any ideas? Thanks, Patricia
Check out this page on the Washington Post site about Notre Dame. (https://www.washingtonpost.com/graphics/2020/entertainment/notre-dame-history/) Scroll down a good bit to actually see the animated parts showing the evolution of the cathedral over time and the 3D animation as they turn and rotate the architectural plans of the building, all tied to the scrolling and the associated text content. Sure, it's HTML5, but does anyone have any idea how that was built? What tools could you use to build it? If you wanted to build something like it, where would you start? Dreamweaver? Animate? Anything else?
please help, I have a problem when I want to connect to the phpmyadmin database, there is an error notification as shown below,once again beg for your help
This is probably right under my nose and I can't find it. Is there a way to use "Find" or antoehr method, to locate all pages tht use a specific style sheet? At some point in the past, a student worker converted our css to css.min pages, but then sometime after that, some changes were made to the css, and other changes were made to the css.min, and I think there are pages linked to one and other pages linked to the other. We'd like to get a handle on what .html or .php pages are linked to these different files. I see at the top of the .html page, the associated css. That's great if IO want to open every page and manually look. I'd think there would be a way to use a search or find function for this. THX
Folks, I am new to web development but learning fast and have a basic question. I have a website that used “Dreamweaver CS6” to build the site and there have been several Dreamwaeaver “Extensions” used in the development of the site. Additional information (if it helps)Languages used are HTML, PHPthe query language used is MYSQL along with a little javascript. The styling used is “Bootstrap 3.2” (CSS).There is a custom CSS style sheet that sets some styles that bootstrap does not cover (public view pages).Styling in the administration area is stored in custom built CSS files My questionI have been advised by the original developer (non IT expert - learned by himself) that I need Dreamweaver 6 to carry on maintaining the code. Can someone confirm for me if that is correct and if so where I can get this version as I suspect it is very old. Or which readily available version provide backwards compatibility?
Hi,I usually have to replace a sequence of words, titles, pictures, coding....across multiple html files. The find and replace feature works fine, yet it can still be pretty time-consuming when replacing hundreds of words across dozens of files every time. Is there any faster way to makes these changes in bulk?Something like the following:- Replace sequence of : <Picture1>,<Text1>,<code1>with : <Picture2>,<Text2>,<code2>Thank you for your help!
How may I get the Spanish accents in Dreamweaver? I would appreciate if someone will guide me to it, please.
Hi everyone! Does anybody know how to make pixel perfect code result? It seems like I should put design snapshot under code result at design window. But I can't find that function. Is it possible?
Dreamweaver CC version 19.2.1I am trying to put a background image on my page, and it shows up roted 90 degrees to the left. I have used Photoshop to rotate the image to the right 90 degrees in hopes of it showing correctly. No matter what version of the photo I use, it shows up incorrectly. I tried using the CSS transform rotate() property, with 90deg as the attribute, to no avail. I used all the different transform rotate variations, -webkit, -moz, etc... and it does not work either. I've tried placing the background image in both the body section and the HTML section. Any ideas why it won't display the image correctly? HTML File:<!doctype html><html><head><meta charset="utf-8"><title>Test_1</title><link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css"><link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css"><link href="jQueryAssets/jq
Read through everything on the forums but everything was either a temporary solution or doesn't work. This is a fresh install of Dreamweaver...no plugins, no customizations, just straight Dreamweaver installed from the CC App. I've tried:Launching from the CC App (Dreamweaver stalls at 7.1MB of memory) won't loadLaunching from the .exe (Dreamweaver stalls at 7.1MB of memory) won't loadRunning as Administrator (Dreamweaver stalls at 7.1MB of memory) won't loadClearing, Uninstalling, Reinstalling, etc (Dreamweaver stalls at 7.1MB of memory) won't load I don't mean to sound harsh, but this seems like a serious program flaw given it won't even load on clear installs/builds. This is basic program startup 101. In short, it's broke.
Starting today, the Start Screen no longer appears when I open Dreamweaver. The progress wheel spins and spins. I can turn off the Start Screen, but I find it useful and would like it to appear. Recommendations?Here's what I see:
Hi all. I am unable to ftp to Adobe BC websites using DW2014. This is a recent occurrence. I can connect fine in Site/Manage Sites when I test the password. When I then go to the Files panel to connect the site and FTP the connection fails. Does anyone have an idea why this would now be the case?
You guys messed up perfectly good software when you pushed everything into the cloud. Code integrity is gone. I cannot trust Dreamweaver with my code. Your collapse cache gets corrupted randomly and entire blocks of code can disappear or be overwritten.I just had the issue of Dreamweaver showing upload complete without the upload actually completing, and no matter how many different approaches I would throw at it, I only managed to get it to work once, and it just continued to show false positives after that. I had to close the software.The file directory interface can drag and files around after the completion of a rename action, or some similar function. I cannot remember, but you guys will have to find that issue.I often get a remote file mismatch message that will not go away unless I reopen the software.There is more, but I don't have time for this right now... no... one more... The collapse cache is horribly full of issues. Pages often open up jumbled and don't allow t
How might I tell Dreamweaver (version 20) to go thru the current page & find all of the "-" hyphen characters that are located inside ALT attributes inside IMG tags. Very similarly then I need to do the same with the TITLE attributes. The nearest which I can conceive is shown in this image. The top portion seems correct but then I do not see any options in the Action area which would allow me to specify to remove the "-" hyphen. Thanks.
Hello,I am building a simple image grid and one of the the divs is getting pushed down due to the height of the div next to it. How can I get it to move up like the image attached? If you view my code you will see how it's pushed down. Thank you for any help. <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> .grid { background: white; } .grid:after { content: ""; display: table; clear: both; } [class*='col-'] { float: left; } .col-1-1 { width: 100%; } .col-3-4 { width: 75%; } .col-2-3 { width: 33.33%; } .col-1-3 { width: 66.66%; } .col-1-2 { width: 50%; } .col-1-4 { width: 25%; } .col-1-8 { width: 12.5%; } .module { margin: 10px; height: auto; text-align: center; } @media (max-width: 800px) { .tab-1-1 { width: 100%; } .tab-3-4 { width: 75%; } .tab-2-3 { width: 66.66%; } .tab-1-3 { width: 33.33%; } .tab-1-2 { width: 50
I am new to Dreamweaver CS4 and to CSS, despite several years of designing table-based layouts in Front Page. I've put a lot of time into training to understand the box model and I'm making headway. I have created a basic 2 column layout from scratch (no template) with a header, a left sidebar, a main content region and a footer. And with floats adjusted, it all works just fine.I'm running into a problem with what I would have thought would be the simplest of tasks. Inside the main content div, I want a centered image followed below by some paragraph copy, which will be controlled by its own CSS rule. I'm probably missing something obvious, but I can't for the life of me figure out how to center this image. In Front Page, you selected the image and clicked a "center" button - simple enough. But short of manually altering the HTML code with <center></center> tags, I don't' see an option to center an image.I searched here and found a couple of answers that weren't exactly thi
Avoid Phishing: 3 Easy Ways to Identify Genuine Adobe Staff https://community.adobe.com/t5/community-help/avoid-phishing-3-easy-ways-to-identify-adobe-staff/td-p/10791730
I have no clue -- is there anyone available to add boot strap to existing site? Using Dreamweaver.
Hello,I've been working on an image grid and scratched my first attempt and now am attempting to use flexbox. So far so good but I need to add an image full width across the bottom in a row. Since each column has a set width how would I do this correctly? Below is my code and attached is a mock up of what I need it to do. Also how the heck can I get more padding between the images? I've tried everything. <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> .header { text-align: center; } .gallery-image { display: flex; flex-wrap: wrap; } .gallery-image .column { flex: 25%; max-width: 33%; padding: 0 2px; transition: max-width .5s ease; } .gallery-image .column img { width: 100%; } @media (max-width: 800px) { .column { flex: 100% !important; max-width: 100% !important; } } .gallery-image .column2 { flex: 25%; max-width: 66%; padding: 0 2px; transition: max-width .5s ease;
I posted questions here and received 3 private messages telling me to contact adobecare(at)outlook.comSo I did. Here is what they said. Are you saying this is not legit??? We would like to inform you that Dreamweaver MX 2004 is too old and no longer available and supported with Adobe and Windows 10 64 Bit And Secondly Dreamweaver MX 2004 servers have been shut down. If you will try to install or update it further then it will create conflict with your system. so we can do is we provide you the Dreamweaver CS 6 Perpetual License so you can able to start your work in a proper way.
Hi, I'm a super beginner and I coded my own website, which has been up for a while now. I am now trying to create a sticky (fixed) header so that it stays on top while people scroll. However, whenever I include position:fixed in my .header CSS the links on my header stop working.This is my CSS:.header { background-color:#B6DCE3; width:100%; height:70px; align-content:center; position:fixed; } ul { text-align:center; align-content:center; margin:0px; padding:0px; font-family:"Open Sans", "Roboto", "Helvetica Neue"; font-size:20px; font-weight:300; } li { display:inline; color:#0020B7; text-align:center; } li a:hover { color:#FFFFF; }And here is my HTML:<div class="header"> <br> <ul> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> &
To visualize the includes you need to delete and insert the checkmark (s. screenshot) Unfortunately DW does not keep this definition. It must be entered in every file and every time you start the program anew. Hans-Günter
How can I enable the arrow keys so I can move to the next cell?
This worked fine in DW 19 but now DW 20 has no preview of any sort of tab feature in the Live view such as zozo tabs. Adobe bring that back please! You click on a tab you no longer get the preview of that tab. Design view still useless in pretty much every way. Had to revert back to 19.
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.