『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
For all things Dreamweaver.
新着順
Hi Guys,I'm having some issues using the class attibute. As I understand it Class is used when you want to apply the same characteristics to multiple areas of your web page. With that in mind I noticed that there were seceral areas in my page where I was applying the same gradient fill pattern over and over. All of these DIVs had IDs but no class. I decided to add a class to DIV elements in my HTML called gradient and then add the CSS for the gradient into a declaration for the class. It isn't working as I expected. The gradient only shows up in the logo DIV. The others still show their oeiginal background color. Not sure what I'm doing wrong. I'm starting to think that I'm just not cut out for web page development. Everytime I think I've figured something out it backfires. Here's my HTML.<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Holy Grail</ti
Hi,I am using dreamweaver to create a responsive webpage from a template. I am deleting everything on the template to insert my own images.All my images have been optimised for 960 px width.How do I change the template width to be my size?thanks.
Hey there! This is just a message for the Dreamweaver team. CSSLint has been deprecated for awhile now, which means I have to basically disable CSS linting altogether since it incorrectly marks code as an error when I use newer CSS features (CSS variables is a big example). Thanks so much!
Hi Guys, I'm having some issues with using variables as part of a gradient fill CSS statement. I have basically created variables for each part of a gradient fill statement. The objective being to be able to change any aspect of a gradient fill statement by chainging the specific variable to a valid value. Everything seems to work until I try to plug in the orientation as a variable then the whole statement "breaks" and the colors get messed up. What are the limits to using variables in this situation? Thanks in advance for any help you can provide.
Greetings, self taught Dreamweaver user so be kind. Recently had to reinstall DW and since then my ftp connection has caused problems. I have used this for years without issues, but now it seems I have two versions of my home page. If I go to my site as xxx.com I get one version and then type xxx.com/index.php I get another. Making changes in DW sometimes go through and others not. Tried using Filezilla to up load my local file and I don't see the changes. I've looked at this every way I know. Any help is appreciated.
Hi Guys,Just Wondering if I create a website in photoshop then slice and save to a html page and images folder.Do I open this static html page in Dreamweaver or ignore this page and just rebuild the page through the images files folder onto a new index.html page generated by Dreamweaver? Thanks
On all the files on my website , I have in my code target=_blank , I need to change all ( and they are quite a lot ) , to target=_self , how can I make this automatically to all the website pages ?
I've used DW with GD servers successfully for years but haven't tried in over a year or so. Just created new site - and DW just won't connect to the GD server - no matter which buttons are toggled, IP used instead of name. Times out. FileZilla has no issues. What is the solution? I really don't want to stop using DW for my sites from here forward.
Until about a week ago cloaking was working correctly, but now it is not. I can still cloak files and folders, and they are marked as "cloaked" in the files window. However if I do a find and replace it still searches through all the cloaked files. I have tried resetting preferences but it made no difference. Folders like node modules need to be cloaked or the find and replace takes ages.
I have spent over 20+ hours trying to get Dreamweaver and PHP to work and am getting pretty frustrated. YouTube videos do not address my issues. I have set up a local server with wamp, and also have set up a site/server selection for my remotely hosted website on a share hosting service. Last year, everything seemed to work okay, but I took a break from coding. Now that I have returned, I just can't get anything to work in Dreamweaver. Regardless of whether I am connected via my local server, or through my remote webserver, no php code is executing and all I see in the live code window is a little PHP graphic image, where-ever PHP code should be. Any ideas what the issue is?
existe algun parche para que la version CS 5.5 dreamweaver no se cuelgue con bootstrap.he probado la ultima version y no me sirve, por que no edita el modo diseño como debe ser. en vez de facilitar el uso lo hace mas complicado.
1. What is the @@@@!!@@@@ that I am seeing in the 'file' panel in Dreamweaver. 2. When I 'Put' a file up on my server, there is a dialogue that pops up after completion. It disappears too fast. I would like it to stay open, until I close it. Is that possible? I like to review what just happened.
Hi, For some reason I can no longer use Find/Replace in Dreamweaver. Everytime I do, it crashes. It was working fine until today. I have been using version 21.2. I tried using 21.1 but the problem is the same. I also can't use the Live view anymore, it shows all blank... I have seen other posts with the same problem but no solutions.Please help as this is affecting my work. Many thanks in advance
Why doesn't Dreamweaver ask for a SUBJECT LINE when creating an email hyperlink ? It seems like a blindlingly obvious feature to have.PLEASE can we have an email link button that asks for SUBJECT LINE TEXT...and perhaps BODY text too ?
Any idea why Ctrl-D for Duplicate not displayed in Keyboard shortcuts when it tells me it is already in shortcuts when I try to enter it?
I am building a page using bootstrap 4.4.1 that comes with Dreamweaver. However, when previewing the page, it doesn't show the features included (for example, top bar, carousel, etc.). I checked the Output pannel and found that bootstrap css shows several errors associated with the :root {--blue: #007bff... font-family-monospace:}. I tried Safari and Chrome browsers and neither worked. Any suggestions? Sincerely,
When I try to create a new html file, the window doesn't show me anything.I have re-downloaded the program several times and also tried old versions and the problem still existsPlease Help
Par accident j'ai déclenché la fonction "Tableau de mise en forme" ce qui a pour effet de tout bloquer, d'empécher de créer de nouveaux tableaux et de mettre un rectangle vert près de chacun des tableaux du site.Comment faire pour annuler cette fonction ?Merci d'avance.
I recently updated to MacOS Monterey. I don't know if that is the source of the problem, or the Dreamweaver update that came directly after it.I am now getting the error "Linting operation timed out". I'm not sure what that means or how to correct it. I am also unable to upload my files to my web-site. I am getting the error message "index.html cannot be found in the local list." This is all my web-sites. Even ones that I have up/down loaded before with no problem. Any advise would be helpful.🙂
Hi. I figured out how to put text on an image. It is not a background image. Here is the code: <body><div class="imagebanner"><img src="images/happyfamily.jpg"><div class="bannerdescription"><p class="typicaltext">Treating Children with Trauma Attachment Issues </p></div></div></body></html> Css-------------------.typicaltext { color: #000000; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-weight: bold; font-style: italic; text-align: left; font-size: 22px;}.bannerdescription { position: absolute; top: 50px; left: 50px;}.imagebanner{ position: relative;} img { max-width: 100%; max-height: auto;} ---------------------------------------------------------------------------------------------------Any ideas of how to make the text responsive? Does
When I cut a paragraph in code editor and paste it somewhere else in the page it often screws up the indenting. Is there a simple way to ensure that it copies the full format, i.e. does not adjust the margins.
I used to use Microsoft Edge in the real time preview to view my work. It worked fine. However because I had to work with AJAX and php files, I set up a local host/server (Apache server/localhost:80) and that works well. I now want to return to previewing my work, not through the local host, but Microsoft Edge or Chrome, as orignally done, before I inserted the local host/server.Does anyone know how I can return Dreamweaver's original real-time preview and stop having to use the local server? Also, if you could spare me the time and effort, if I want to return to my local host/server, how do I flip back to that local host/server, after I hopefully am able to preview my work in Edge or Chrome.Thanks, Gary
I want to set off my elements with a blank line before and after, e.g.blank line<h5>headline and link</h5>blank lineI want then to be able to invoke code formatting to make sure this is true throughout the document for easier reading.This does not seem to be an option in the tag library. Can anyone help?
Hi,Now that Muse has long been discontinued...I have a large image on a website that has several smaller (numbered dots) images on it. I want to have an image map that will open up a small window that I can add text or links to whenever I click or hover over the smaller (numbered dot) image. Like where a user could hover over a number to get more info?Is this possible? I know that an image map can open a new webpage, but can it do a hoverbox or imagebox as well?Thanks!
I have Dw working fine on a Windows 10 machine. Just bought a Windows 11 machine and installed Dw and although Enable Related Files is ticked in Preferences they do not show. Is this something I have not set in Dw or something in Win 11?
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。