For all things Dreamweaver.
Recently active
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
Hello,I'm Kim and I'm the guy who had the inquiry called "Kim's div tag discrepancy". The solution I received worked out fine. Thank you, Nancy. Later that week I was told by a programmer in another building that follows mac users that browsers seem to have this bad built-in habit of making in-coming web sites bend to their preset framework preferences and, if you don't force them to reset, they create little anomalies in the structure of the pages in your site. To correct this you have to reset the browser. In the main.css line 1 will read @charset "UTF-8"; Line 2 will read /*CSS Document */ Line 3 (and this is the reset line) will read * { margin:0px; padding:0px; border:0px; } Line 4 (I leave blank) and Line 5 will read body { (and so on . . This put all the elements on all layers back in alignment.My next enigma concerns making a radio button slide in from the left side of the page into the near middle of the page a
So I have a nice, professional bootstrap template which I have edited images and vocabulary with; created multiple pages, etc. Now I would like to add a page in which I would like to add a nice calendar on (for others, you may want to add to/include other things). But lets say we search for a bootstrap add-on but would like to keep our original site to have the same general format as the rest of the pages...you know, to keep the same custom style.Well that's where I'm at now with the calendar I found HERE where I attained a zip file supplying me with the CSS, JavaScript, a LESS file and an index. What I'd like to do with it is "insert" the index file into a renamed version of my main template (calendar.html), probably edit around a little bit and go from there. But is this possible? And if so, how should I go about the process because when I opened the calendar's index many source codes had the same names and source codes which already exist in the original/basetemplate. And in the cal
Im not sure what Im doing wrongIm have an issue with media queryI've got it set up as @media (min-width:401px) and (max-width:768px){.main-container { background-color: #0BFF18;}}@media (max-width:400px){.main-container { background-color: #0F00FF;}}Desktop show as a red panelTablet yellowMobile bluebut the tablet version does not show up in dreamweaver or via the browernot sure what I missing?ThanksTim-----------------------------<!doctype html><html><head><meta charset="UTF-8"><title>Untitled Document</title><style>* { margin: 0; padding: 0;}.font { font-family: 'Fira Sans', sans-serif;}.email-hr-line { width: 100%;}.font { font-family: 'Fira Sans', sans-serif;}.float-left { text-align: left; margin-top: -218px; margin-left: 244px;}.float-right { f
When I put in this code:<li><a href="BPSS_VED.html"<a/><img class="active" src="images/5.jpg" title="Caption one" alt="School Songs by Brent Holl and Earth Dance by Vivian Caputo" /></li>The error message pops up. I've read a bunch of the previous answers but none seem to address this particular problem. Any help would be appreciated.
Is it possible to have a webpage jump to a different page AS SOON AS a user tries to enter data in any field or before they check off any checkbox? Even before they finish and before the press SUBMIT?Here is the page.1964 Chevelle Options Here is the page to jump to:Order Form I will be changing the wording on the 2nd page.
I have a question for inserting images in Dreamweaver for years.When I first used DW3, when I wanted to insert an image, click the insert image icon, it was the last folder which I used previously opened. This behavior has been changed since I upgraded to DW CC. Now when I click the insert image icon, the default image folder of my site which I set in the site management will be opened. Sometimes it is really frustrating. For example, when I want to insert tens of images in one image folder, each image I have to click click click click click to go from my default folder into my target folder. If DW can open the last folder used, then for each image just one click will be done.Does anyone know which setting I have missed?My system is Windows 10 Home Edition, and my DW CC is the newest version.Thank you !
Hello,I am giving Dreamweaver a go, and so far it looks very promising. However, when it comes to change keyboard shortcuts it lacks the possibility to change the shortcut for Delete Line(s). First off I had to search the adobe website to find out how to delete line in the first place, and when I find it I can't change it in the program. No luck in the menus.xml files either. Is this something I will have to live with or is it some kind of bug or does anyone have a clue to what I'm missing?Best regardsMikael
My clients must fill out their email address field in order for a fillable form to be sent to me. After they press Submit they are taken to another fillable form. Can their email address automatically appear in this form?Here is an example page:1959 Corvette Options
Just installed Dreamweaver on my Windows 10 laptop. After installing, when I try to open it, nothing happens. It doesn't crash. I don't get an error message. Nothing happens. When I check task manager, it shows as running in the background, but I can't actually access the program.I've tried running as admin. I've tried compatibility mode. I've tried uninstalling and reinstalling. I tried the "Windows 10 Fix" of doing the scan for errors via cmd prompt. I've tried deleting the library file. I've even tried deleting all my Adobe programs, deleting Cloud, then reinstalling Cloud and Dreamweaver again.Still, no dice.Help!
I've been trying to pull my hair out and trying to find out why the following webpage is not displaying the i-frame correctly:Chrome Accessories from Ronusa.com | Auto Accessory Superstore While the following webpage does:Sport Brush Guards from the Auto Accessory Superstore Any help would be appreciated as I've already lost quite alot of hair. LOL!
I know this may seem petty but I am used to seeing inline styles where the property and values are different colors. I finally went from Dreamweaver 2015 to the latest 2019 and it seems this is no longer the way inline css is color coded. I am coding emails and find that the two colors are a big help in weeding through the code. Is there a way to change my interface preferences so the property and values are different colors when written inline? It seems to do this in the CSS when it is by itself.ThanskRose
I have been trying to un-install Dreamweaver CS4 from my old iMac and my old Macbook Pro.I have ensured that I am connected to the internet.When I try to un-install Dreamweaver on both machines I get a message saying "you are not connected to the internet" and "contact Adobe help"Anybody got any ideas ?
I have been using Dreamweaver since it came out with macromedia, oh why am i even trying to post ideas on how Adobe should get dreamweaver back to where it use to be ? Adobe never listens to its users. So I'm sorry for wasting everyones time today.
hi, i cant find the server behaviours in dreamweaver and then recorderset...i want to make login page..please help me...hi guys ,I have uploaded my dreamweaver files in the hosting server.I want to know one thing please...i clicked on the file from the hosting server.It opens in dreamweaver as following:
Hi, I am very much stuck with creating my login registraiton page. I cant find the server behaviour in dreamweaver...Please help
I need 2 simple ecommerce pages 12 items per page. So have used Dreamweaver Responsive eCommerce template.Can anyone explain how the sidebar Menu is supposed to work? Are there any sample websites using this template I can view?Search function how does that work?Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.