『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
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超初心者です。以前、プロに作ってもらったサイトを読み込むにはどんな手順が必要なのでしょうか?ソースコードの部分を張り付けてみましたが、膨大でよくわかりません。参考になる日本語の本とかあればご紹介ください。よろしくお願いします。
Hi all,I have a weird issue, which I don't think happened the last time I did this on an old machine a few years ago. I am trying to load unique landlords into a table and within that table results of all of their real estate propertiesBut what is happening is that it will only look at the first record.This is the SQL for loading the landlordmysql_select_db($database_db, $db); $query_loadproperties = sprintf("SELECT Distinct * FROM landlord LEFT JOIN property ON property.landlord_id = landlord.landlord_id GROUP BY landlord.landlord_id ORDER BY landlord.landlord_id ASC", GetSQLValueString($colname_loadproperties, "text"));And this is the property loading$query_loadtenant = sprintf("SELECT * FROM property LEFT JOIN landlord ON property.landlord_id = landlord.landlord_id WHERE landlord.landlord_id = '".$row_loadproperties['landlord_id']."' ORDER BY landlord.landlord_id ASC", GetSQLValueString($colname_loadtenant, "int")
Hi! I just started using ver 18.2, and found, that when ip press "end" key (Windows) in code editor, cursor goes to the end of line, not to the end of paragraph. In lower version pressing "end" key sended cursor to the end of paragraph, and it was perfect for me, not like in 18.2.Is it any option or combination ok keys, that I could send cursor to the end of paragraph instead end of line in CODE EDITOR for version 18.2 and later?Thank you!
On mobile devices the 'required popup panel' photo above the text is not centred correctly - its ok on a desktop computer. Not sure how to access this via CSS to correct alignment test error ?? <!DOCTYPE html><html><body><h1>The input required attribute</h1><form action="/action_page.php"><label for="username">Username:</label><input type="text" id="username" name="username" required><input type="submit"></form></body></html> Hope you can help? Tim
The latest update to dreamweaver seems to have killed my configuration. I open dreamweaver, and it opens the most recent files (two are open in tabs), then a blank popup shows up, with a single X in the upper right corner. The only responsive action is clicking on the X, which closes Dreamweaver completely. I currently can't use the software at all. FWIW, I have the full Creative Studio installed and am using the latest version of dreamweaver (20.1) on Windows 10. Suggestions?
Is there any way to select an element in the html editor (either an html element like a div, or an id or class) and have the program add an empty css rule to an attached external css file? I can select elements using the "breadcrumbs" at the bottom of the editor window and they show in the Properties window, but there's no option to "create a rule for this [class or id or element] in my attached stylesheet." I've seen instructions in the official help to open the "CSS Styles" window, but I have no option for a window of that name, only the "CSS Designer" window, which does not have any such functionality. It seems like this would be useful instead of having to manually type all the selectors I want into my css file, but I can't figure out how to do it if it's even possible. This is Dreamweaver 20.1 on Windows 10.
Hi all, I am struggling to find a style in bootstrap css so I can override it. Could somebody please let me know what I need to look for, pleasse? It's in the navbar where it has sub or child dropdown nav items, and it's when you click on the child item to move to another page it's background changes colour, on click but not released the click. Basically, it has a blue background which doesn't go with the rest of the site's colour scheme, and it's annoying me: Thanks in advance.
Bonjour, Je recherche un développeur freelance pour m'assister dans la remise à jour technique d'un site développé sous DW, à Paris ou région. Cdt [removed email address as per forum guidelines: Moderactor]
I hope someone can help me. I've been testing the Dreamweaver Cloud app and have lost my images on my index page. Can someone help walk me through what I'm doing wrong? When I imported my Site from DWCS5.5, I got the Site info sorted with GoDaddy. I was able to publish one page a the time successfully and thought that was good. I made some changes to my index page, and it's all gone wonky! My url is Cindysbakingangels.net. I appreciate any help! Thank you!
<link href="Tinne.css" rel="stylesheet" type="text/css"> What did I do wrong?I'm a student and I am just learning to link the CSS to the HTML;thx!Tinne
I wrote my website (www.cavediveflorida.com) in 2005 using Dreamweaver 4.0 and have maintained it with that version using a machine with Windows 7. It was not running very well, which is no surprise. Now I have a Windows 10 machine and I am looking to use the latest version of Dreamweaver. Looking for opinions about whether or not this new Dreamweaver can seamlessly integrate with the code from Dreamweaver 4.0. and allow me to continue maintaining/editing my website? Any help appreciated.
Hello, all, I'm in the process of writing something to add to an existing project. The ability for a user to include up to five email addresses to CC an attachment to said addresses. I've got the validation working as I want it. Now, just for giggles, I'd like to have the ability to highlight what part of a malformed email address didn't match the email mask. I've seen examples where, in a string search, the entered word would be highlighted in other words. For example: A list of words like, "car", "escape", "abracadabra", and someone enters "ca", then it would appear like:carescapeabracadabra But I wonder if RegEx can be used to highlight what failed validation of an email address? V/r, ^ _ ^
I'm trying out the trial version of Dreamweaver Cloud and want to make sure that it is compatible with APPLE Catalina OS. Are there any problems? I'm on High Sierra now and contemplating upgrading. I appreciate your feedback. Thank you.
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.