새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
For all things Dreamweaver.
최근 활동
Would appreciate some help? Playing with the Boostrap template for a 3 image carousel - all the images are the same size inside a fluid container but when i go to test the site - the container resizes but not the images?I don't want titles overlaying so deleted that:<div class="container-fluid"> <div id="headerimages" class="carousel slide" data-ride="carousel" style="background-color: black"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators1" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators1" data-slide-to="1"></li> <li data-target="#carouselExampleIndicators1" data-slide-to="2"></li> </ol> <div class="carousel-inner" role="listbox"> <div class="carous
I'm new at GREP & Regular Expressions (regex). I've searched here and found what I thought was a solution but I can't get it to do what I want it to. Basically, Using "Find and Replace in Files" I need to find all URL links in a set of files and modify/replace all the code before and after the URL, but leave the URL intact. I want to replace the code colored red:<a href="https://www.myfancywebsite.com"> With this:<a href="#" onclick="cordova.InAppBrowser.open ('https://www.myfancywebsite.com', '_system', 'location=yes');"> I tried doing this by creating a subexpression with wildcard character set but it didn't work. Clearly I'm not getting this at all...I tried using this as the search: <a href="https://([.+\b])"> And this as the replace:<a href="#" onclick="cordova.InAppBrowser.open ('https://([.+\b])', '_system', 'location=yes');"> Is this even possible? Any help would be reallly appreciated. Thanks,Steve 
Hi I'm having an issue with a website - we recently upgraded to Dreamweaver 18 and I'm having an issue with rollover images which will be used as hyperlinks.When I add the rollover buttons in Dreamweaver they appear as broken images.When I preview them in live view or in a browser they look fine. Any ideas why they are appearing as broken images? see below
Document window does not load completely, and if it does then program freezes while in use. help?
I'm trying to edit some big .css files, (about 400 KB). I only have one file open. If I try to edit text, each keystroke takes between 15 and 30 seconds to register. Does anyone have any suggestions? It's a new, clean install, and seems to work fine with small files.
Hi, whenever I go to validate any page I've been creating in Dreamweaver CC (18.2), the first issue I always see is "Consider adding a lang attribute to the html start tag to declare the language of this document." Why isn't that added automatically when I start working on a blank html5 page, and how do I get dreamweaver to add it every time I start on a new html5 page?
Mainly from lines 46-60 <!doctype html><html lang="en-US"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Light Theme</title><link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css"><!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script><!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js doesn't work if you view the page via file:// --><!--[if lt IE 9]><script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script><s
Hi, when I visualize css file, the result il in attached image.How can I correct view thi css file? Thank
I haven't used DW in a long time, and upon resuming,I am going to have to get around this problem. How?Do I go to my web hoster and ask qustions?I kinda forgot this. DW 19.2.1 b11281
Hi everyone - we use the CC and Captivate to create our SCORM compliant eLearning material but as developers we are finding the latter to be clunky and not as much freedom to create what we want as the former. What would be a perfect work flow for us is to leave the designers to create the visual layout and content, whilst the developers code that into HTML5 (Which is what Captivate creates anyway) but then wrap the result in SCORM. Is this possible? thanks Claire
Hello, trying to put two images centered side-by-side. Here´s the code: <!-- Team Carousel Item 1 --> <div class="item"> <div class="overlay"></div> <img class="img-fluid mx-auto" src="img/agency/team/PK.jpg" alt=""> <div class="team-caption"> <h3>Pekka Koukkunen</h3> <hr class="colored"> <p>Yrittäjä</p> <ul class="list-inline list-team-social"> <li class="list-inline-item"> </li> &n
I want to connect dreamweaver 2019 to my coldfusion server but i've not the choise "RDS" in the dropdown list. I already uninstalled and re-installed dreamweaver i used the cleaning tool for uninistall it too, and i already tried to remove all the file and registry of dreamweaver but still no optio. I contacted the help desk but after 1 hour of try they didn't solve.... Does someone know what i should do for use it? Is there a way to "reinstall" rds plugin?
I am trying to get a logo and a navigation bar at the top of the image. This image is my header image in Dreamweaver. I have other things I want to overlay under the headline in the image. Please advise. I
I have a problem working with images and hotspots. The problem is that (one year ago) I used a png image with a lot of hotspots to connect to other sites. Now I've made the leap to using bootstrap 4. But the image/hotspot method doesn't work anymore. (Problems: An incredible number of problems!) See the file at http://berkeleyartisans.com/list.html for last year's successful list. Can someone tell me another way to get this working? (I've been seeing something about SVG files, but barely know what they are.) And, of course, I'm on a deadline... Apparently this is a problem that Adobe won't support anymore. I would appreciate any help anyone can give me.Rick
Please be nice. I'm pretty new to desiging in dreamweaver. I have to do it for work so bear with me if I don't know what your talking about. I have a horizontal drop down menue bar to navigate the web page. In the Design part of dreamweaver my lists are piled on top of each other. I'll try to attach a picture. It's only in the design view it looks like this. The published web page is fine.
This is a follow up on a problem that was encountered yesterday. The original post can be found here:https://community.adobe.com/t5/Dreamweaver/Javascript-onmouseover-does-not-work/td-p/10681988 In a few words the problem was that a code I had written in Javascript for my website did not work in Dreamweaver HTML code, whereas it worked in jsfiddle and in theory also in W3schools site.The problem was solved when I moved the Javascript code to the bottom of the HTML code, right before the </body> tag. Previously I had linked it through <script src"..."></script> at the head and it didn't work. As soon as I moved it as the last line inside the <body> it functioned as it should. I am new in coding and I haven't quite worked with scripts at both the <head> and at the <body> as it is mentioned here https://www.w3schools.com/js/js_whereto.asp , and why one works and the other doesn't, but general consensus as far as I a have read is for
Hello everyone.I am new on coding so any help will be greatly appreciated.I have been trying a code in Javascript for my website concerning how a circular menu should behave when the page is scrolled and when the mouse hovers over it, but could not get the "onmouseover" function to work at all. Finally I got it working in jsfiddle ( https://jsfiddle.net/stonerdan/Ldfa3o8z/94/ ), but when I tried to copy it to Dreamweaver I got no results concerning the onmouseover function (the onscroll works okay).I paste here the Javascript of my own webpage which is similar to the jsfiddle code and if anyone has any idea how to correct it to make the onmouseover work, is quite welcome 🙂 Thanks,Daniel HTML<div class="menucontainer" id="rectangle"><div class="circmenu" id="circle"><img src="../images/photo.jpg" alt="menu"></div></div> Javascriptwindow.onscroll=function() {onScroll()};function onScroll() {var x = document.getElementBy
With apologies to the forum, I have two questions that are evading me. Please note that I'm using bootstrap 4 for the first time, so that is the basic problem. (I'm sure the problem is me not knowing how to use bootstrap.) (1) I have tried to center a banner, but nothing seems to work. It's in a (div class="container"), and everything else in that seems to work. But inserting an image and centering it just won't work: <img class="img-fluid pl-75 pr-75 ml-5 mr-5 w-50 h-50" src="images/29yearBanner.png" alt="Our 29th Year"/> I've garbled the modifiers every which way, and can't get it to work. Any help would be appreciated! (2) On another page, I have a field (div class="container-fluid whiteframe") with two columns in it. But I can't figure how to cause the container to reduce when the columns reduce to one. <div class="container-fluid whiteframe"><div class="row"><div class="col-md-6"><img src="images/trngl&list_+notes_2019.png" alt="" width
C6 I modifid a template . Added a table put domain names in each cell and made hyperlinks for each. I go down the list and open each domain to make sure they are working. Each domain has the same page, when i go down the list to each one they work perfect but randomly some hang and will not let me move on no matter what hyperlink i click. Each domain has the same page so if you go to one page your now using that ones hyperlink page asghosting.net
I'm a real novice looking for an idiot-proof way to get started with lightGallery. I was thinking that I could use a demo as a starting point and edit it to make my page. I use BlueGriffon. I downloaded the lightGallery-master from Github. I have no idea what Bower or npm are. I can run the demo contained in the download. I guess I could build in up, but thought I'd try the demo at https://sachinchoolur.github.io/lightgallery.js/demos/ since it has a lot of thumbnails, which is my situation. I tried running it loaded into a new directory on my computer. That didn't work. I next tried loading it into the demo directory and it didn't work either. I would appreciate a suggestion of how to get started.
I have been running DW CC on my Laptop, but since I upgraded my desktop, I would prefer to run it on the Desktop, however, I would like to keep it on my Laptop for when I have to visit with clients. Is this feasible without having to get 2 licenses?
I am trying to insert an animated composition in Dreamweaver. But I get the following error: The animated composition may be damaged. Import again using a different file.
Hi, I'm new to DreamWeaver and I don't know how I zoomed out so far in design view. Someone please help me fix this? It is for an assignment. Thank you! I attatched a photo.
For some reason all of a sudden, I'm getting an annoying popup. Anyone know how to stop it?ThanksAlan
Im not sure how to correct this. I am using a side scroll without a bar at the bottom. in dreamweaver it shows the same as chrome but in safari it adds extra space around it The error seems to be within this part of the css code .content {/* These rules create an artificially confined space, so we geta scrollbar that we can hide. They are not directly involved inhiding the scrollbar. */border: 1px dashed gray;padding: .5em;white-space: pre-wrap;height: 5em;overflow-x: scroll;}.content {/* This is the magic bit for Firefox */scrollbar-width: none;}.content::-webkit-scrollbar {/* This is the magic bit for WebKit */display: none;} Demohttps://codepen.io/tim-cross-the-encoder/pen/pooEQBg ChromeSafari brower Hop you can help Tim
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
이미 계정이 있으신가요? 로그인
sso.login.detail.descriptionWithRegistrationLink
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.