『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
i love all product of adobe but some one are slow for example Dreamweaverby the your opinion what is very good for programming?i want to change my website from wordpress to laravel. what do you think?
Hi!I have a problem which looks like this:50+ errors found in JavaScript.But these are actually not errors, because I'm defining the TweenMax class in the other .js file before loading the current script.The question #1 is: how to get Dreamweaver know that I'm actually defining the variable?If it is not possible, then question #2: how to exlude, set to ignore or hide these specific errors from the panel?I'm using Dreamweaver v18.0Thanks in advance!
In continuation of this topic: OT: What going on these days?? started by osgood_, have a look what Adobe is doing: Single Page App (SPA) Visual Experience Composer.Have a look at the website Target SPA Demo and view its source code.I am with you Os, I am getting too old.
Can someone please tell me what this error message means......and how to fix it?Thanks
I want to start a completely new website going to a site I have. There are currently a lot of file in both local and remote file areas. I know what to do with the local files; I can just redirect the path to where the files are. But what about those same files that are in the remote server. Is there a way just to delete them all?
Hello,I'm not that great at coding to be completely honest and would love some help with this one. sorry folks. lol Trying to create a dropdown menu for my website, but alas its not working as planned. I followed this online tutorial on youtube: How to Create Transparent Drop Down Navigation Menu with CSS and HTML - YouTube but not getting the desired results I want. Here is an image of whats going on, along with HTML code and CSS code. Much help would be appreciated. Thanks. Once again, sorry for asking folks. lol
With less code, more efficiency, and the best support in the business... for life.The Harmony Page Building System by PVII:PVIIHarmony Flexbox for Dreamweaver If straightforward code is your goal, there is nothing comparable.100% Bootstrap and jQuery free.We make Dreamweaver better. And we've been doing it since 1998.Mention this post and receive a 25% rebate off your purchase.
Hi everyone.Occasionally I make changes to one of my websites where I don't want to change every page one at a time, so I use 'Find and replace in Files'.Here is where I have my problem:I recently wanted to add<div class="contacthours"><p>For enquiries between 10am and 8pm we will try to reply within a few hours.</p> </div>to all of my pages. So I took the code:Invertilt Road, Blair Atholl, PH18 5TE</p> </div> <br><br>which is on every page, and replaced it with:Invertilt Road, Blair Atholl, PH18 5TE</p> </div> <br><br> <div class="contacthours"><p>For enquiries between 10am and 8pm we will try to reply within a few hours.</p> </div>But when I use 'Find and replace in files', nothing gets changed.I'm sure this has
We have seen many discussions that Dreamweaver does not have a WYSIWYG capability for designers to create a website in the same manner as Muse. Without going into the pros and cons of Muse, the general idea of designers being able to produce a website without coding has had its limitations. This is despite programs like Pinegrow, Wix and ilk becoming more and more popular. Because of this, Dreamweaver has fallen out of favour.Why am I saying this? Because DMXzone have come with a renewed product that will assist you to create a website using Dreamweaver without having to code. Have a look at Building a Responsive Layout with Bootstrap 4 Version 2 - YouTube to see how it is done.For more information and how to get a discount (until 6th March) go to the DMXzone site.
Is it possible to set up a folder with images that my client can access?
Sorry about the title.I have a SWF with a couple of buttons with this code:hot1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);function fl_ClickToGoToWebPage(event:MouseEvent):void{ navigateToURL(new URLRequest("a1text.html") , "docFrame");}in DW I have: <!doctype html><html><head><meta charset="UTF-8"><title>Processes</title> <link rel="stylesheet" href="styles.css"></head><body> <header> <a class="site-logo"> <img class="logo" src="images/logoLines.png" alt="GRS Logo"> </a> <nav class="site-nav"> <ul> <li><a href="#">home</a></li> <li><a href="#">services</a></li> <li><a href="#">clients</a></li> <li><a href="#">n
I have created two games in Unity that I would like to use in my Dreamweaver website. First, I'm using a zip folder for the player to "click" on a link to download the files for the games. There are two separate html pages for each of the game files. The first one is working just fine. The second one is not working. The code and css are identical. Everything is identical except for the zip files. This is the code I'm using: <a href="TheHouse.zip" download>Download "TheHouse" game files here</a>When I then go the the live version of the page and click on the "download The House game files here", it simply says "Failed-no file." where the little zip icon is at the bottom left of the screen where the downloads show up. I have tried everything I can think of and have worked on this all day, with no success. The first game is 500MB the one that isn't working is about 1GB total. I'm happy to provide any additional information
Hi there,I haven't designed a web site using Dreamweaver for at least ten years. What I want to do is so simple, but I can't find a template for it. I just want to build a web site with a JPEG in the background that will look proportional on mobile devices and desktops. No text, no links—nothing except the image. Can anyone point me to a simple template that will accomplish that? Thank you!
After reinstalling Dreamweaver cs 5.5 on a fresh version of Windows 10 64-bit, existing pages created with a template do not display "this document only" styles in the "css styles" panel. The linked style sheet is present. New "this document only" styles are placed at the beginning of the document (line 1) and show in the css panel. How can the issue be fixed to show existing "this document only" styles and add new ones to the correct place in the page?
For some unknown reason, my template has begun to show a </a> tag in yellow after a link and I've not changed the code in ages. The screenshot show what I'm referring to. I can delete the tag, add the link back but the tag keeps reappearing and I've no idea how to fix it. If I leave it alone and check to see what the page looks like in Safari, the link works fine but is not underlined.Any help will be appreciated.ThanksAlan
Is it possible to create a folder in my website www.lesvants.com so that one client can access images in that folder?Thanks, John / Airpix
when the upload process is 90%,the picture above occur
Got a question about bootstrap tab bar. Im using version 4.3.1and in W3C checker I get two errors:Not sure what the </script> error is as when I add the extra div as stated in error 2 it goes away.If I correct the div error 2. by adding the extra div W3C says the code is correct BUT then the tab bar don't work.Not sure why? and how to correct this?Tim------------------<!doctype html><html lang="en-GB"><head> <meta charset="UTF-8"> <title>Untitled Document</title> <link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Expanded:500,700" rel="stylesheet"> <link rel="stylesheet" href="css/general.css" /> <link rel="stylesheet" href="css/owl.carousel.min.css" /> <lin
I wonder if anyone can solve this issue Im having with bootstrap tabs?It seems to go wrong from tab 4 and 5, the rest seem to work okit uses collapseTwo1 and headingTwo1 which the numbers change depending on the tab.ThanksTim-------------<!doctype html><html><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Untitled Document</title><link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800,900" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Expanded:500,700" rel="stylesheet"><link rel="stylesheet" href="css/general.css" /><link rel="stylesheet" href="css/owl.carousel.min.css" /><link rel="stylesheet" href="css/carousel-general-events.css" /><!--script for navbar start--><!-- jQuery library --><script src="http://code.jquery
HiI am experiencing DW CS6 acting extremely slow. I don't know if this is a cache or settings issue butit takes 4-5 seconds to toggle between pages (for example going from one page to another: 2019-01-29_0831 )It takes up to 5 seconds to open a page.Selecting big chunks of code causes lag and skipping.I've deleted the WinFileCachexxxxx.dat fileI've emptied the site cache foldersI've restarted my computer many timesI've ran the defrag and optimization toolsand I've googled a few other solutions without any luckI have Windows 10 Pro with a 3.3GHz processor and 32GB of RAM and I'm sure it's not a system issue.I would love help with this. I know 4-5 seconds is not a lot but I toggle between pages non-stop and this really slows down productivity.Thank you
I use Dreamweaver CS 5.5 and recently I move some of my files to a new drive and having issues with updating the pages created from a template. The template is looking for the old page in C drive and all my files are in D Drive (including the template). How do i change the path to D drive ?The updating pages is giving this status below.Updating C:\NEW MACROMEDIA\Templates\Done. files examined: 3 files updated: 0 files which could not be updated: 0total time: (0:00:00)I want the path to change to D. Any help ?
When I go to tools>editable regions it does not allow the function as well as allow me to save it as a template
Well I have been trying to make this image a landing page all day. I wanted to add a hotspot on the click here part so they can click it and it lead them to my other website. But this part is very confusing. I've watched videos, videos, and blogs online and none has helped get this image to fit the browser so the edges fill the browser. They rather have white edges that you can see that do not look good. Can you tell me what my code suppose to be? What do it need to be because this is so difficult....way difficult. I use to could just insert the image and it put the code in and add a hotspot and the link would work, but this version is way to complicated for beginners. what is the code suppose to be to make the image fit the browser to the edge. Nothing works! After I put in these codes the image still does not meet the browser.
This has been going on for quite some time now - at least since CC 2015. Whenever I sync remote files to my local files (remote overwriting local) and click the "Delete local files not on remote" option, both the remote and local files get deleted. And it's usually into the thousands as I solely use Wordpress to build sites. Is this ever going to get fixed?? I've spent countless, unpaid hours fixing my clients' sites because Dreamweaver keeps deleting unnecessary files and crashing sites. Is it possible it's a time stamp issue?? I know it's not user error as I've been using Dreamweaver and the same process for at least 4 years and never had an issue until CC 2015.
As its been quiet around here for a few days I thought I would try and generate a discussion as to what the hell is going on these days in terms of website building.Once upon a time I could go to any website, pull up the source code and I had a pretty good idea of what was going on, now I'm encountering more and more websites where I have zero idea of what is happening.Take this webpage for example:https://www.ncgtp.com/resources/Pages/news.aspxA fairly inocculous looking layout and presentation, one which could be produced in about and hour or two of hand-coding. It doesn't do anything, no movement, swipers, slideshows etc a simple form, yet look at the source code.It has literally dozens of links to resources and dependencies - I can't even begin to count them. There is scripting injected all-over the place.I'm totally confused as to why, what and how this has been produced and for what purpose it serves.So the question on my lips and has been for a couple of years now - what k
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.