『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
For all things Dreamweaver.
新着順
There are so many Classes to choose from for CSS. Where do I begin to learn which one to use?
Using Dreamweaver 2017 with the latest update.Mac SierraWhen I start a new document (regular html5 or bootstrap; doesn't matter), I am unable to use the insert panel. I can click once, twice, 100 times on any of the selections and nothing happens. Once in a while, I get lucky but then if I'm trying to nest it or put it after another div it wont give me the option.So far: I've restarteduninstalledre-installeddeleted the configuration filesNow I just started with Dreamweaver 2017 and I'm use to Dreamweaver CS5 but I honestly don't know what I'm doing wrong. I can drag and drop! But then it doesn't give me any options where to place it, what CSS file to put the the styles in, etc etc... so I have to actually go into the code but it doesn't seem like it should work like that?
Is there a way to set the page format?I'm beginer of DW and I'm creating my first page.Now my page seems too little (look at my firs image below) in the retina screen, in smartphone look ok.I don't remember exactly but a few days ago it looks like the second image below, I mean from web, in local is alright.Maybe some file is corruct (css or whatever) or I miss something.Is there a way to set for computer a page that look like the second image below?Thank you.First Image:Second Image:
Could use some help. Probably simple. When I updated CC my workspace changed dramaticallySo I need to get back where it said "File" "View" and stuff along the top.I can't find a Save As for example Or an Insert Image commandOR simple copy paste commandsHelp lol
Hello I didnt know where else to turn to, I am trying to learn how to build a chat room with a certain code you have to learn. But I am uncertain as to where to look on how to build a chatroom where your own guest can sign in make a username and can integrate this on your own website, Can someone help with a language I can learn to code this on my own?? Thanks!
I am working in Dreamweaver cc on a Mac. I'm trying to learn Bootstrap.When it comes to a class and an id in a div is this how correct?A div's class is an identifier name within a div for the css to find in order to give the div css style attributes, such as color, padding, ect....What is a <nav> tag? It looks like it does the same thing as a <div>
Hello,i want to delete my Adobe ID / Account, because it's not needed anymore. How can i do that?
I am using Adobe Dreamweaver cc. I am trying to learn Bootstrap. Bootstrap is a Framework that incorporates CSS, and JavaScript to make functionality on the website. Is this correct?I notices I am unable to insert anything into the bootstrap.css and that it states it's Read Only.Is bootstrap a Read Only file? Must I create a new CSS style sheet in order to make various changes?Thanks
What's the more efficient way for me to get colors from a website to my Adobe Color Wheel and then download it to a library for my Adobe Apps?I am using a color picker within Firefox Developer Edition. But every time I paste them hex color into the Adobe Color Wheel app the other colors change at the same time.Thanks
Something is wrong with my CSS Libraries in Adobe Dreamweaver cc. Why are graphic items there? Shouldn't it be CSS?How do I correct this?Thanks for your help.
I'm covering an awesome tutorial on Adobe's website that teaches how to design and develop a website starting from Adobe Photoshop comps to Adobe Dreamweaver. My question is, within the web design field, is this practice of web design looked down upon? Are web designers expected to use higher ends tools to develop a website?
Hello: I have put up three websites, and I am starting another one. I have not done any markup coding in about four years, so I am rusty.Way back then, I used the HOTMETAL 5 HTML coding program, which worked well.I have Adobe CS3, including AI CS3, so I decided to try DreamWeaver. I create .JPG files in AI, and I use those as the backdrops for web pages. So I did a VERY BASIC code page for my index.html, with a .jpg face. This is what happened when I tried to display it, in DreamWeaver:As you can see, the program DOES NOT DISPLAY the .jpg file......WHY?....WHY?.....WHY?I also select areas of the .jpg file to make them clickable. HOW DO I DO THIS in Dreamweaver? It's obviously impossible, if the ,jpg filewill not even display.This is VERY frustrating, as I can not even get off of the ground here....PLEASE HELP!THANK YOU VERY MUCH!!!Carl Starke
Hinot really sure what name I am looking for. I have a mysql database that has fields such as surname, year etc etc, I created it in access and have imported it into mysql,I need to build a search page that builds a record set based on the search criteria and then displays the results.Are there any ready made scripts or videos that will help me in this project?thanksIan
Where can i get Adobe Dreamweaver cc 2015 edition. That's what we are learning in school not the newest format or dreamweaver.
I am trying out canvas and can not see it in the live load or any browsers. here is the code.<!doctype html><html><head><meta charset="utf-8"><title>Untitled Document</title> <script> window onload = function(){ var myCanvas = document.getElementById('myCanvas') var ctx = myCanvas.getContext("2d"); ctx.beginPath(); ctx.arc(260,150,100,0, math PI*2, true); ctx.closePath(); ctx.fill()l } </script> </head><body> <canvas id ="myCanvas" width="400" height="300" style="border:10px solid #000000;"></canvas> </body></html>I tried several different types in canvas. what is the problem?thanksjen
As you can tell from the title I am using an old version and I want to know when I start a new file I have on the right side of the screen it says this now is there a way of getting rid of this because I am following a tutorial and I should just see the site I am starting and it should have a green envelopeto the left side of where it says desk top second one not top ones.I am new to this and I appreciate all the help someone can give me.Thank you all in advanced
Hi,I installed the latest OS High Siera and now cant get DW to work. The rest of my apps are fine PS, AI but Dreamweaver fails to start up. I have tried uninstalling it then reinstalling to no avail. Any help would be much appreciated.
I'm trying to figure how how divs differ from tables. Do dives have sizes?
Hi folks,I am trying to turn off the auto push when clicking the save button in the edit server dialog box. I have unchecked the auto push option in the advanced tab, yet when I click Save it shows that my files will be automatically uploaded and to disable it this, uncheck the auto push option.Here is a screenshot of my Advanced tab in the dialog box"And here is the closing dialog box after hitting that save button. Note the "auto push on save" warning in the lower section:Help on this is greatly appreciated!David
For some reason DW 2017, ads spaces around double quotes:Before Applying Source Code Format:<a href="<?php echo Url("blog/");?>" class="text"> Blog</a>and after:<a href="<?php echo Url(" blog/ ");?>" class="text">Blog</a>notice the extra white space within url function.
Dreamweaver works fine on my old iMac, but when I transferred the app to my new computer (iMac again), it is asking for codes or for me to buy it again or pay for it monthly. I feel forced to continue using it to maintain my website on my old computer which is very slow. Would love advice. thanks.
I've gone through every line of related code, and just do not see what could prevent the nav bar from matching the container, (hiding hamburger toggle). Site URL: SatGraphics.comScreenshot of an Android phone; and same on others. All looked good in emulation mode FF Quantum Dev and Chrome Dev, leaving the option of asking for help.
Hello, all,I'm using jQuery for many things on a page with a form, and I've encountered something that I'm not quite sure what the best way to approach it is.For example, I'm using .clone() on a small section of the form (it's a cost estimate form in which the user can dynamically add items to the form) and part of the section contains checkboxes. Depending upon which checkboxes are checked, certain selects (initially disabled) will become enabled and the user prompted to choose an option. (Five checkboxes, four selects.)At the bottom of the page, I have the following code to perform the above functionality whenever a checkbox is checked or unchecked:$('.airLiner').on('click',function(){setRateType();}); // it just calls a function whenever a checkbox is changed.The function has a lot of code, so for brevity I won't post all of it:function setRateType(){ for(var x = 0; x < cdLen; x++){ var $sel
Hallo zusammen,trotz trotz größter Mühen konnte ich eine Tabelle nicht horizontal und vertikal auf der Seite zentrieren.Kann jemand helfen?Siehe Code<!doctype html> <html> <head> <meta charset="utf-8"> <title>AchterJuli</title> <style> .zentrierte-tabelle { align-content: center; width: 100%; vertical-align: middle; margin-left: auto; margin-right: auto; text-align: center; margin-top: auto; margin-bottom: auto; } </style> </head> <body> <div class="zentrierte-tabelle"> <table align="center" width="640" border="1" cellspacing="1" cellpadding="1"> <tbody> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </tbody> </table> </div> </body> </html>
i searched every where and also tried the code given in the forums but still i m unable to use the code i don't know what i m doing wrong in the code ... i m very thankfull if anybody can helpmy code for inserting password in database if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form")) { $pass = $_POST['hhh']; $epass = password_hash('$pass',PASSWORD_DEFAULT); $insertSQL = sprintf("INSERT INTO test (pass, un) VALUES (%s, %s)", GetSQLValueString($epass, "text"), GetSQLValueString($_POST['hh'], "text")); mysql_select_db($database_infinityo, $infinityo); $Result1 = mysql_query($insertSQL, $infinityo) or die(mysql_error());}and now my code for log in...which is not working...!i
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.