For all things Dreamweaver.
Recently active
I am working in PHP and havev built a basic Log in page which contains a form for the user to enter Username and Password. Using the Server Behavior "log in User" it is supose to validate these two fields against a PHP MYSQL database. After enter the form data and submitting it the correct behaviors thus validating the data. When I pass it to another page to call the full record data using the two entered fields it does not work. I have spent hours debugging and from what I can see is the Session variable MM_username is not getting set. Below is the code for the entry form: Login_test.php <?php require_once('Connections/localhost.php'); ?><?phpif (!function_exists("GetSQLValueString")) {function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = ""){ if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; } $theValue = function_exists("mysql_real_esc
I might just be losing it, but I have a table that I am continuously adding new rows to. Now, I'm pretty sure I've always put the cursor on the last cell, hit "tab" and a new row appeared. This is not working today and I'd like to know why. I could insert a row, that's an option with right-click. But "add" a row is not. So of course, because it's 4:50 pm and I would really like to be done with this, I'm just copy-pasting the last row and editing the content of the cells. But I don't like not knowing why something doesn't work and maybe it's because I'm working on a teeny tiny laptop at home instead of my beautiful computer at the office, but I don't think so? Please help before I throw things.
Hi,I need to get the left position of an object without to set it, without jquery.This is the script I'm trying, but doesn't work:__________________________________<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Set Left Position</title><style>#MyObject{width: 25%;top: 100px;left: 200px;height: 200px;background-size: cover;background-repeat: no-repeat;position: absolute;background-color: goldenrod;}</style></head><body><div id="MyObject"></div><h4 id="ShowLeftText">My Left Position Text</h4><button onClick="ShowLeftButton();">Show Left Button</button><script>function ShowLeftButton(){var MyLeftValue = MyObject.style.left;document.getElementById("ShowLeftText").innerHTML = "My Left value is: " + MyLeftValue;}</script></body></html>___________________Can you help me.Thanks.
昨日使い始めたばかりですが躓いてます。チュートリアルの二回目テキストコンテンツの追加と書式設定の、関連ファイルツールバーで、「responsive.css」をクリックしますの時に表示される画面が違います。一行目の1 @charset "utf-8";が無く、一行目に1 #wrappr {となっていますが、これでいいのでしょうか。 また、その後のプロパティインスペクターで、「フォーマット」ドロップダウンメニューを開きですが、該当する箇所が見当たりません。(画像) 超初心者で、とんもない質問かも知れませんが、ここで止まって前に進めなくなくなっています。よろしくお願いいたします
Hi there. I have an idea for a business and would need to build my own website. I just want to know.. would dreamweaver enable me to build a website where users can create their own accounts and upload videos etc for other website users to see?
Sassのコードフォーマットを設定する方法はありますか? .jsbeautifyrcファイルを追加しましたが、フォーマットできません。 Sassでコード書いてるとインデントが気になります。。。 できるかできないか、もしできるならその方法が知りたいです。 よろしくお願いします。
Past releases (CSS5) of Dreamweaver had a quick conversion to HTML 5 from previous versions. I can't find a similar function in Dreamweaver 2020. Can anyone sterer me in the right direction please? [Moved from Community Help (which is about the forums) to a better forum... Mod][To find a forum for your program please start at https://community.adobe.com/]
I need to convert my HTML4 code to HTML5. The functionality for this was in CS5 buy I can't find a similar option In DW 2020. Please help if you're able.
If a create a new site from scratch, the git window gets setup and works fine.I exit dreamweaver then restart it and the git window is gone. I look at the site areafor it and it's blank. How can I fix this? Is there some sort of configuration file being loaded that wasn't saved before I exited?
I am currently using Dreamweaver CS6 on a Mac and I am able to select 1-100 or more pictures in Mac Finder at the same time and drag them into my HTML file in Dreamweaver. I have tried to do this in Dreamweaver CC and Dreamweaver 2020 and I cannot do it - it seems to only allow me to insert 1 picture at a time. I am currently on MAC OS Mojave - this is the last OS that will support Dreammweaver CS6 - So going forward I will need to not upgrade my OS if I want to be able to continue to add multiple pictures at the same time? Any thoughts??? ThanksJamie
How to make Auto Prefixer insert automatically, not just gradients
Good Morning Adobe Forum,I am working to create "Dreamweaver 2015" style light and dark themes for Dreamweaver 2017-18's code view.However, I have hit a roadblock. Dreamweaver 2017-18 use brackets as the code editor, and one can create a custom theme by overriding the CSS in the main.less file. However, I can't find any way to target individual HTML tags. For instance, in DW15 the form and input tags take a dark yellow color, where the div tags take a purple color and the table tags takes a teal color.I am working to recreate these colors but I cannot find a way to target anything more specific than the .cm-tag elements in the main.less file.Further research shows that brackets doesn't support this by default, but a plugin has been built on github to add this functionality to Brackets. I tried to install the code from this plugin into the Theme folder but to no avail. I tried copying the main.js file and the folders from this plugin into the copy of the light theme I was using to edit
dreamweaverで最新バージョンを使用しています。サイトの設定後、パスの変更を行った際にリンク先が意図した形に変更されません。環境はローカルで編集しているので、パスを変更するとこんな形になってしまいます。 例えば、以下のフォルダ名を「_sitecommon」→「sitecommon」にした際に<script type="text/javascript" src="_sitecommon/_js/lib/jquery-ui.min.js"></script>↓ ↓ ↓ ↓ ↓ ↓ <script type="text/javascript" src="%10sitecommon/_js/lib/jquery-ui.min.js"></script>となってしまいます。 ファイル名を変更した際も同様で例えば、以下のフォルダ名を「jquery-ui.min.js」→「pppjquery-ui.min.js」にした際に<script type="text/javascript" src="_sitecommon/_js/lib/jquery-ui.min.js"></script>↓ ↓ ↓ ↓ ↓ ↓ <script type="text/javascript" src="sitecommon/_js/lib/%10pppjquery-ui.min.js"></script>となってしまいます。 「%10」は他のeditツールから確認した際にそう表示されておりましたが、Dreamweaver上では「●」で表示されています。 友人に相談したら、半角スペースが入ってしまったのでは?と言われたのですが確認してみても半角スペースは入っていないように見えます。どなたか解決方法ご存知でしたら、ご教示くださいますようお願い申し上げます。
Can anyone help me with CS5 dreamweaver - It has a fatal error on windows 7 - it states XML Parsing fatal error an exception occurred, Type: unexpected of exception message: the end of input was not expected, line 22 file: c\users\danny\appdata\roaming\adobe\dreamweaver cs5\en_us\configuration\workspace\designer.xml.I cannot use dreamweaver at all - PLEASE HELP ME. Thanks
Hi there, I'm looking for some advice. I'm about to create a society website in DW. For now there are 2 things we don't yet have a solution for.1. masking/scrambling e-mail links2. form handling. Not just name & e-mail but more data like address fields, phone numbers, dob. etc. Which extensions would you recommend? I'd like to have all the solutions operable from within DW as I would be easy to hand over the complete site to other board members and cross platform. TIA.
Hi everyone,I just installed the latest version of Dreamweaver 20.1I create many pages with mixed html + asp classic code.The files are saved with the * .asp extensionI'm having a problem with the color of the code, ad. eg .:the symbols <% and %> have a mixed color:all the code has wrong color, it is not possible to distinguish the comments, etc. What should I do to set it up correctly?Thanks in advance.Best Regards,Emiliano
I am using the trial version of Dreamweaver and want to use it on my local machine, but it keeps putting me out in somebody's "cloud". I work alone and do not want to share work-in-progress files with the rest of the world.
Hello, I've seen a few different posts about this from a few years ago but nothing recent. How are we able to sort the Files pane so that folders show up together on top (sorted alphabetically) with the files below (also sortedalphabetically)? I am aware that we can sort by type, but that simply sorts by typealphabetically. The results in some files being at the top, then folders grouped together in the middle, then more files below. This feature exists and works well in CS6. However after upgraded to Dreamweaver 20 it seems to have gone away. As an example this is what we are looking for:Folder AFolder BFolder CFolder Dapple.phpdata.ziphome.phpsample.xml
I've made some progress in trying to figure out Dreamweaver CC. MY current frustration is that all text has a strike-thru and sometimes an underline. I don't recall ever trying to use this feature. This underline has nothing to do with Links. All text (think of a letter) is striked through. How do I fix this/where to look for the problem. Gail
dreamweaver内で、スライスした画像を再編集(ドリ内でのソース指定済み)するため、fireworks内に移動して画像を編集→「終了ボタン」押す→「ドリに帰る」そして、ファイルを確認すると編集が反映されてないので、ソースを見るとスライスした各画像のファイル名がaaaaaaaaaa_r1_c1_r1_c1.jpgのように、が既存のフィアルに上書きされず「_r1_c1」が新たにくっつき新たな画像として吐き出されています。スライスしたソースはそのままです。上書きするように設定したいのですが、どうすれば良いですか?
slickやbx-sliderがhtmlに入っている場合に、ライブプレビューが勝手に上までスクロールされてしまい、プレビューと表示されているコードの位置が合わず作業しずらいです。何か対策はありますでしょうか?
Running DW 20.1 - build 15211 If I right-click on a file in the file list and choose Open With > Browse I can select the Notepad++ program as an editor to use on special occasions when I need something I can't do in the Dreamweaver editor (like edit a protected dwt area to test something before I change the dwt in Dreamweaver). This works fine, but there doesn't seem to be a way to make that choice of editor stick for future use. I can't seem to find any preferences for that. Is there a place to enter that alternate program to use via Open With? I am aware of the dangers of editing something outside of DW, but sometime there is a quick test I need to make in a DWT file before I do it "for real" within DW.
I have about 21000 html files created years ago using FrontPage. They all use the same template (filetype dwt), but were in a folder called "Common" not "Templates" like Dreamweaver requires. I made a change within the old FP template to reflect the layout of my current web site and tested it on a few files. Since the old template isn't in the Templates folder, I need to figure out a way to have Dreamweaver update all those 21000 html files. I can't just move the old template into the Templates folder because all the 21000 files have references to the template in them. I can't do a find and replace of the template name and change the directory in the 21000 files because the path is in an uneditable region in each file. I wrote a PowerShell script and ran it as Administrator. $filenames = @(get-childitem -Path "C:\Users\denny\OneDrive\dennyptravel\Web Sites\httpdocs\*" | % { $_.FullName }) foreach ($file in $filenames) { $replacementStr = 'Te
How do I set up a testing server in dreamweaver CC. Tutorial shows how to do it in CS5. Those instructions do not match what i see in CC. I'm new to this. nevber worked in CC
Dreamweaver超初心者です。以前、プロに作ってもらったサイトを読み込むにはどんな手順が必要なのでしょうか?ソースコードの部分を張り付けてみましたが、膨大でよくわかりません。参考になる日本語の本とかあればご紹介ください。よろしくお願いします。
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.