For all things Dreamweaver.
Recente
I am trying to set up a bootstrap carousel using the "one-click" method from the "insert" menu. I have had success with this previously.The carousel begins normally with the first image loading but when it comes time for the second image to slide in, the window (image area) collapses - full width but no height! The slide advance mechanism seems to have stopped too.Can anyone explain what is wrong and how to fix it? Thanks.Kevin from Cambridge
Good afternoon,I have copied and paste the Bootstrap started layout into a new DW doc, but the code is all on one line.How can I set it, so it pastes downwards and not all on one line.Thanks
Hi,I have received help on the following page: VPCFO Mission The keys are that the page needs to be responsive. I don't have media queries setup correctly yet.One thing I wonder is how to make the "Our Mission" and "Our Vision" boxes closer together but still be centered and responsive. Do I change the margin for the CSS of big-title-box of Our Mission to auto auto auto 100px and the margin of big-title-box of Our Vission to auto 100px auto auto for the desktop media query and then remove the 100px margins for the media query when the responsiveness takes effect and the Our Vission box falls underneath the Our Mission box?I want those two boxes to be centered but closer together without touching. Also it would be good to eliminate the red horizontal border line that is outside of each box (Our Mission and Our Vission) when the screensize shrinks and Our Vission falls underneath of Our Mission.I assume I need to do this with media queries also but I am struggling
I was working on a htm/css project and then saved the work and closed the files in dreamweaver. Then I tried to rename the folder containing the project in Windows. It said the folder was in use and did not let me rename. I closed the files in Dreamweaver. I closed Dreamweaver and was then allowed to rename the folder but when I tried to open Dreamweaver it crashed. (ucrtbase.dll)Imgur: The magic of the Internet I switched the folder name back to what it was and dreamweaveropened fine.I was able to duplicate this over and over by deleting and restoring this folder.So Dreamweaver's ability to launch is directly tied to this file path that just contains only a web project.(C:\MyFiles\School\IDT Year 1\MULT-124\LO4\grid-layout-files)
I'm making a simple webpage for a project using a trial of Dreamweaver 2017.1; here's the audio and video code:<video autoplay loop muted> <source src="SkyLetterVideo.mp4" type="video/mp4"> </video><audio autoplay loop><source src="background.mp3" type="audio/mpeg"><source src="background.ogg" type="audio/ogg"></audio>Audio and video work fine in live view and in browser previews (Chrome 8 and Safari 10) but I can't hear audio in mobile previews on a Google Pixel 2 (Android 8 Chrome v62) or an iPhone 5 (Webkit v602). Video however does work on both mobile devices.Can anyone help explain why I can't get audio to work in mobile? Thanks to anyone who looks at this!
Hello All,Please see this link and view the Range Slider that starts with "Early March"https://www.adobeawards.com/us/competitionI would like to create something exactly like that. I'm using Dreamweaver with Bootstrap template. Is there tutorial somewhere that provides a sample like this or show how to create with the various slides when scrolling step by step?You're help is appreciated.Thanks,Ian.
This maybe a simple question but how do I edit my links list as I have a bunch of links that are not valid any more?ThanksAlan
How can I remove bootstrap completely from a website? it's a template I got offline.Home - 1 Finger Trigger
Hi,I´m having a hard time setting up my Wordpress site in Dreamweaver properly.I´m on a windows machine using the latest DW 2018 build and xampp.I want to edit my website which is already online, directly in Dreamweaver on my local computer. It is a wordpress webpage running on a PHP 7.0 hosting server with the Avada theme.In DW I created a site with an ftp remote connection to my website, as well as a test server connected to the localhost, both connections were successfully established according to DW.I have exported the database from the website and imported it in a new database in xampp, edited the wp-config and I can find all database folders in the Webassist database panel. Everything looks fine. However, when I try to open a php site in DW, I can´t edit anything. The error-code "Dynamically-related files could not be resolved because the site definition is not correct for this server." is popping up all the time.In the design view I always get the error "Direct script access den
Have run into a problem in designing a login form. A persistent error such as:Warning: mysql_select_db() expects parameter 2 to be resource, null given in /home/ibtib/public_html/chsn/login2.php on line 19Warning: mysql_query() expects parameter 2 to be resource, null given in /home/ibtib/public_html/chsn/login2.php on line 24Am not able to resolve this.Curt L. Gustafsson
I have two banner texts on my page H1 and below it, I have smaller text. I would like to make the smaller text just like the H1. I tried to fix it but nothing. Here is my code. http://www.charismacommunications.ca/site/index.html #banner h1 { text-shadow:1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000f, 1px 0px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 4px 4px 3px #000; font-size: 5.5em
I recently installed update 2017-001 on my Mac running High Sierra. This caused it to freeze up. I had to erase the OS and install new (with help from an Apple tech guy). Then I migrated from my Time Machine back up disk the User Account data. 3rd party software was not installed. Dreamweaver was not installed in the migration. I tried to install Dreamweaver CS5.5 but when I click on the "installer" I get an error message telling me to close the Disc Image. When I do this everything quits. I tried to phone Adobe but after a 30 minute wait I gave up. I then found they don't offer phone support for this software. I tried the on line Chat (twice) and got no help at all. As a matter of fact the people I chatted with seem to me to be incompetent. They spent more time saying hello, sorry for the wait etc. than understanding my problem and offering a solution. I just got an email saying the case had been closed. They got the worse rating possible in the survey they sent me. Today I searched "
Source map error: request failed with status 404 Resource URL: https:XXXXXXXXXX.netsolhost.com/SatGrp-BS-v1/css/bootstrap.css Source Map URL: bootstrap.css.mapResearch suggested, multiple times, to just delete following:/*# sourceMappingURL=bootstrap.css.map */ ...from bootstrap css. I did so, but on save, "Access Denied" and had to revert as this is a locked file.Is there a way to remedy this error?
Hello... now that I've been helped with my thumbnail problem. I'm seeing a box I can't find in my coding when viewing the site on a mobile phone. It only shows up on the product pages. I don't see an extra table in my code. Will someone else please take a look? website: conterragroomers.comThis code is from the "Conterra Arena Dragster" page. Thanks very much. </head><header> <div class="style-logo"><img src="images/Cat_Logo.jpg"></div><nav class="style-nav"><ul> <li><a href="index.html"><h5>Home</h5></a></li><li><a href="Articles.html"><h5>Arena Footing Tips</h5></a></li><li><a href="Contact Page.html"><h5>Contact Us</h5></a></li></ul> </nav></header><main><div class="row"><div class="style-top"><a href="Rake2.html"><img src="Thumbnails/Top Rake.jpg" alt="" class="home"></a&g
Hello ... I have my website uploaded and now that's it on the internet, it's not showing everything it did when I was working in dreamweaver. When you select a specific page, ie: Conterra Arena Rake, in the local site, all the products show up on the the top of the page in thumbnails, however now that it's live, this isn't happening and I don't know why. The website is: www.conterragroomers.comAnd below is the coding I have for Dreamweaver. The bolded items are the ones that don't / won't show up. I've tried a few different approaches and nothing seem to work. All advice / thoughts are greatly appreciated. Thank you, Aurea</head><header> <div class="style-logo"><img src="images/Cat_Logo.jpg"></div><nav class="style-nav"><ul> <li><a href="index.html"><h5>Home</h5></a></li><li><a href="Articles.html"><h5>Arena Footing Tips</h5></a></li><li><a href="Contact Page.html"
I am a newbie - in fact working on a simple personal site for a school final .... due in two days. I recently downgraded to Dreamweaver 2015 because that is what the class was created in, and I had a lot of struggles finding changes in the app. Now I'm figuring out changes in the app I downgraded, and I'm not finding online solutions to my problem.My code is probably a mess, I have only been creating and not cleaning up much when I delete something I don't like. However, I will post it below. Everything looks and works fine in Chrome, but in IE the layout changes and the simple background color disappears.<!doctype html><html><head><meta charset="utf-8"><title>home</title><link href="heatherstyle.css" rel="stylesheet" type="text/css"><style type="text/css">a:link {text-decoration: none;}a:visited {text-decoration: none;}a:hover {text-decoration: none;}a:active {text-decoration: none;}</style></head><body><main id="mai
I have a website I'm developing starting with one image and thumbnail first; then will be adding many possibly using php for now just html, js and css. I have linked in fancybox and jQuery js and css, from fancyBox siteThe site is updated to SiteGround (where all files reside) to test results. It works: thumbnail shows, click on it and larger image appears. But, the close button does not show and clicking off does not close large image. I have to refresh browser to go back to thumbnail. I have been referencing fancyBox site to build code. I also tried <!-- <script type="text/javascript">$(document).ready(function() {$(".fancybox").fancybox({buttons: ['zoom','close']});});</script>-->that I found from another source. I had same results (images showing but not close button) It seems this could be something simple because default fancybox set up shows the 'close' options on examples I have seen. Perhaps a
I have upgraded to DW 2017. (Mac OS X)I have gone to sites > [the site] > CSS preprocessors > generaland I have selected "enable auto compilation on save"I have gone to sites > [the site] > CSS preprocessors > source and outputand I have selected the source and output folders to be the same.I cannot get a css file to compile. I have been using terminal and have recently been using Koala but I would like to use Dreamweaver for this rather than another tool.Phone support sent me a link to Dreamweaver: Setting up SASS and Compiling the Code - Lena Shore As if I hadn't already researched this on Google myself (for many hours). This link deals with Dreamweaver 2013 and uses CodeKit for compilation so the link is unrelated to my question. He was stumped and told me to contact the forums so here I am. Help please?Thank you,Scott
I first created a html page that I liked and then made a .dwt template from it to create other pages on site However I keep getting the following errors -see screenshots attached when i create child pages from template it says l am making change requires changing code that is locked - etc ... Further the template page I created adds a second bootstrap reference to code in the head <link rel="stylesheet" type="text/css" href="../bootstrap/3/css/bootstrap.min.css" /> even if I delete it it keeps adding it back in - this causes my css to get overridden.... Here is my code on the .dwt file
Hi, I am creating a website in Dreamweaver CS5 and i was wondering if there is any way to stop Dreamweaver from putting CSS into the HTML file but rather, putting it into a CSS file which is linked to the HTML file. Please advise me what to do.Many thanks
Hi everyone!I'm working on an online portfolio and for tablet and mobile view, I created a drop down hamburger menu. For the tablet view, I had to apply an absolute positioning class, so it wouldn't disrupt the text below. I applied the class to the div tag around the three links in the menu. Now the toggle function doesn't work anymore. It still works fine for mobile, where I didn't have to apply the absolute position, which means that the problem must lie in the class I applied. This confuses me though, because when I had the issue with the menu pushing down the main part, I took to google and overwhelmingly the answer was to use absolute position.Does anyone know what might have gone wrong?
Hi,I installed Wordpress on my new hosting server HostGator but now I want to use Dreamweaver.How do I uninstall Wordpress ad install Dreamweaver instead?Do OI have to uninstall Wordpress? or can I have both installed on my webhost, website?
I have the following code in a php file for exporting data to a csv file.<?php require_once('../connections/PaSiteGuide.php'); ?><?php// output headers so that the file is downloaded rather than displayedheader('Content-Type: text/csv; charset=utf-8');header('Content-Disposition: attachment; filename=BOP.csv');// create a file pointer connected to the output stream$output = fopen('php://output', 'w');// output the column headingsfputcsv($output, array('ID','Common Name', 'Scientific Name', 'Breeds', 'Abundance', 'Occurrence', 'Seasonal Status','AOU_Order','AOU Supplement'));// fetch the datamysqli_select_db($conn, $database_PaSiteGuide);$query_rsrows = sprintf('SELECT birdsofpa.ID, birdsofpa.CommonName, birdsofpa.SciName, birdsofpa.Breeding, birdsofpa.Abundance, birdsofpa.Occurrence, birdsofpa.SeasonalStatus, aou_list.AOU_Order, aou_list.Updated FROM birdsofpa, aou_list WHERE birdsofpa.ID = aou_list.SPNO ORDER BY aou_list.AOU_Order ASC');$rows = mysqli_query($conn, $quer
For convenience, I created a poll in the Coding Corner.
My mac updated its OS to Sierra 10.12.1 over the weekend. After that, I have not been able to launch Dreamweaver CS5. I am able to open Illustrator, Photoshop, and InDesign with no issues at all. Dreamweaver skips the credits opening and goes directly to display the following menu but it doesn't launch the full app.Anybody else having this issues? Any idea on what to do?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.