『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
hello the community. i have a problem adding a library at the new site ; the fonction ' ajouter une bibliotèque' is deseable. please help me
今後のSassの公式推奨コンパイラがDart Sassになるとの事です。これにより、今後@import記法が使えなくなり、@use記法が推奨されるとの事です。現状のDreamweaverで試しましたが、反映されない為恐らくDart Sassに対応されていない事と思います。Sassの@import廃止は早くて今年の10月頃だそうで、それまでにご対応頂けると助かります。ご検討の程よろしくお願いいたします。 参考サイト:https://www.webdesignleaves.com/pr/css/css_basic_08.htmlhttps://blog.gmo.media/post-1906/
Not only does my new laptop not have a CD/DVD drive , I can"t find any refernce to getting to the work around activation code like I was avble to do a few years ago...ANYONE?
Carousel doesn't swipe on the first image... If I click the next button to the second image then the swipe works just as it should including on the first image after cycling around.
I'm using an older version of dreamWeaver, CS4. Suddenly, I cannot upload new files to my website. I can still upload older the files. Any thoughts?
Jo'Lantru and Namaste,here is the html structure where I need to read the src attribute only from a certain anchor tag: That the element directly before it, which is on the same level according to the DOM is an individual <h5> with innerHTML "iFrame" [see code block II] could be a great help to solve I assume, especially because the ammount and index of links could change from scenario to scenario that code will be used. In the following at code block I my maybe clamsy steps to identify the correct link among other data by trying to taget the link with those certain h5 and .nextSibling, but no success so far. The code also contains the adding of the target iframe where the links src shall be copied, too. My failed attempts are outcommented.Please don't only answer with something like: "You simply need to use querySelectorAll..." ...without how and descriping the next step's filter method just with an exotic verb thay sounds barely like programming, even for a not to JS exper
hi,So, i'm trying to edit a Wordpress Website that was run by someone else in Dreamweaver.
Using Dreamwever 21.2 and I'm getting a bug where I'm editing text in Design mode. I'm editing text in a table that uses CSS for the font size. If I type, everything works fine but if I push the delete (backspace) button and start typing again Dreamweaver will automatically insert a <font size="3">tag for whatever I'm typing. This is extremely annoying as I have to remove the tag everytime to maintain what I've defined in CSS. This just started happeneing recently. Is this a bug in the new version or is there some preferences that got switched? I've reset my preferences.
There should be a way to design a portfolio website in dreamweaver and incorporate that into adobe portfolio. It would provide a significantly better platform for upcoming artists and students looking for work and to show their work in a more personalized way as well as showing their html, css, java skills without having to outsource to a server it can all be done with adobe products.
Non funziona più per cellulare?
Hi Guys. I've been messing around with a CSS based menu that I found online and I have a few questions. Here's a link to the menu. https://codepen.io/uiswarup/full/dyyqaGR Firstly, how would you go about implementing this menu in an actual web site? The menu is cool but it takes up alot of screen real estate. The menu has to be visible as you move from page to page and I don't see how that happens in this case. Secondly, I'm having some issues working with a local copy of the code. There is a large amount of CSS contained within style tags on the main page. When I try to move the CSS into it's own file and create a link/reference to the external CSS file it "breaks" the page. I've looked at the CSS for something that would require it to remain inline and I don't see anything. Additionly the images that are displayed for each menu item do not display. I am assuming that it's because I don't have all the source fi
I have Dreamweaver CS6 and am trying to update pages that use a template. I have updated the template but I can't remember how to get those cahnges into the pages that use the template so I can upload them.
The pc our old site was housed on died. It was an internal pc. We have recreated a new site using Dreamweaver CC. Now I don't know how to set it so that people in the office can access it. It is on a server that everyone has access to. They can find the site if they browse to it, but I want it to be a simple link like our old one was. Can someone give me some direction on how to do this? All of the files are currently on a Windows 2008R2 Standard server. Thank you in advance.
I senaste versionen av Dreamweaver (21.2) fungerar inte Linting trots att den är inkopplad (Till)
has the Parameters... button in the File Select dialog box been removed or relocated in cc2021??I'm just using cc 2021 for first time coming from CS5/6 and I can't seem to find the Parameters... button to setup/append url parameters in the File Select dialog box ... I tried reseting preferences folders to no avail.... I must be missing something!!Any help would be greatly appreciated!thanksTony
Trying to install Dream Weaver on Win 11 running on a virtual Machine via Parallels Desktop with a M1 Max processor. Install fails with various Installer Corrupt or OS does not meet minimum requirements etc... Same install, same environment work fine on my MacBook Pro with the Intel i7 processor Any suggestions?
Hi all, please could somebody explain why when I overlay my css it completely stops hyperlinks from working?
I made 10 webpages using a site template. When i make changes to the template only 1 of the webpages change.
HelloI came across some css code and I need help in understanding it.I found the code here: https://www.quackit.com/css/flexbox/tutorial/create_a_responsive_flexbox_layout.cfmWhat does the arrow mean? #main > article {Also what does this mean? order: -1;Also the media query section:#main > nav,#main > aside {flex: 0 0 20vw;---------------------------#main > article {flex: 1;background: #ffffdf;}#main > nav,#main > aside {background: #e9e9e9;}#main > nav {order: -1;} <!doctype html> <title>Example</title> <html> <style> @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); * { box-sizing: border-box; } body { display: flex; min-height: 100vh; flex-direction: column; margin: 0; } #main { display: flex; flex: 1; flex-direction: column; } #main > article { flex: 1; background: #ffffdf; } #main > nav, #main > aside { background
Every time I open a different page from my site, the code view is too large to see the whole page while in Split View. Can I set a default view so I don't have to adjust the magnification every time I open a new page in Live View?
If I edit and save the local version of a file and the use the Put icon to send the file to the remote server, it appears to go through the motions of sending the file to the host server. However, the old version on the remote server is not getting replaced by the new version and I am not presented with any dialogue telling me that the file already exists and asking me what to do. Is that caused by some setting I have wrong in Dreamweaver or should I contact the hosting site? The only workaround I've found is to go into File Manager on the remote cPanel and delete the old version of the file I've updated. Then, when I Put the new version, it gets saved correctly. This is a pain to do for every file I update, so I'd appreciate some guidance. Thanks.
If I only open one file at a time everything works as expected. But as soon as I open a second file (or more) behavior changes.Files after the first open in Split Code-live view AND files upload to the testing server on open and on save and whenever Dreamweaver loses focus in Windows.Automatically upload and Automatically push are unchecked in the Server Settings in Site setup.I have reset preference in dreamweaver. I have uninstalled and reinstalled Dreamweaver. I have attempted to not sync settings from the cloud back to my computer. I have tried resetting the developer workspace, and I have tried creating my own workspace. Running Dreamweaver 21.2, 15523 Build.Windows 11 Pro, Version 21H2
My pictures are not adjusting to screen size. How can I make the pictures on my site compatible with all screen sizes, ex: apple iphone?
Knowing only enough to be dangerous I need to keep things simple. Is there and extension with the bells and whistles more or less ready to go with minimum work, available to create an email form on a Dreamweaver site? I have used the program enough to know what I don't know. Thanks to those who know more than me,Joe
Does Dreamweaver support two factor authentication?
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.