For all things Dreamweaver.
Als letztes aktiv
My website is adlestropfamilyhistory.co.uk.When I 'put' webpages to the website, it doesn't update the pages which I have edited.I am very green when it comes to web technology. ipage used to host every aspect of my website. Back in June I decided to move to ehost for some aspect of the website as it was cheaper. Since then I haven't been able to update the pages (although the original pages appear to be fine). So now I pay ipage a small amount (I think this is for a domain name???) and a larger amount to ehost (I think this is for the website itself)Please help (but in basic terms as I am not great with this)!Thank youPaul
Have found a couple posts that relate to this subject, however, are all aimed at CC 2015 and the folders/files are different in CC 2017. Did follow the steps from CEPHtmlEngine slows Computer (Mac) and solution. but hasnt made a blind bit of difference. Have tried uninstalling and reinstalling Dreamweaver, but again, no difference.Is there a CC 2017 specific solution to fixing this issue as Dreamweaver is totally unusable at the moment and I kinda need to get cracking on building a website.Cheers,D
Matching tags is a great feature but it bugs me that the whole matching tags change their font colours. I know how to define the colours of them in the main.less theme but I can't figure out how to change background only but keep the font colours. It would be useful to me as I use PHP scripts within the HTML tags and they all go black (or whatever colour I define in .CodeMirror-matchingtag class). If I remove the color: definition from there it turns white which is even worse.
I have changed computers and now I can't connect to the host to upload my new files.
I am developing a page in CS3...There is lots of white space at the top and bottom of thepage. How do I get rid of this?I have spent ages looking at various options but cannot get rid of it. Any ideas please?Thanks in advanceIan
So, after having trouble with my Photoshop scratch disk, I had to do an archive and install of my Mac OS 10.6.1 then reinstall the Adobe suite. I then had to run the Licensing Repair Tool (http://www.adobe.com/support/contact/licensing.html).Now everything works but Dreamweaver, which is throwing the following error:"Dreamweaver encountered problems while constructing the menus from the current menus.xml file.Please delete the current menus.xml file and rename menus.bak to menus.xml"I tried that. menus.bak is a directory, not a file. Even renaming the directory didn't work.I saw this http://forums.adobe.com/message/2188511#2188511but I don't have a /FlashPlayerTrust/ directory, nor do I see what that has to do with Dreamweaver.I couldn't find a corresponding solution for this http://forums.adobe.com/message/862339#862339 for the Mac OS.This http://forums.adobe.com/message/3396334#3396334 didn't help, either.Anybody have any ideas?Thanks!
Please help! i'm obviously no expert! but desperate to finish this website for my Dad asap!simplest thing to do is to show you my problem... on the index page of kennybarnesgang.co.uk, I just need to match the colours of the menu buttons to the rest of the scheme.. ie; change to the burgundyish with white text...It was done in CS6, I have the latest 2017 also, but can't find an answer anywhere. Though I'm sure it's v easy? it's css code rather than html isn't it?Thanks!
Hi,I am making a e-commerce website as part of my A-level ICT coursework.I am trying to make a search bar that a customer can input the name of a product and the search results should show products matching the query, using php and mysql.Can anyone point me in the direction of a tutorial on how to do this or give instructions on how to do this?.ThanksDanyaal.
I am trying to remove the links to some titles of stories on my website, "On Being Real" and "Deep Waters" that are located to the right of a thumbnail at the bottom of my web page. When you click on the words of the story you get a "Link not found" error message. I want to lose the link so that I lose this error message:Suzette Boulais: Touch of Inspiration
I am not able to open Adobe Browser Lab on Dreamweaver. I went to Windows>Extentions>Browse Extensions, (No extensions available).How can I access Adobe Browser Extensions? or if I do not have it, how can I get it? Thank You,
Does anyone know how to create a fake host name using XAMPP? Usually the site is defined as http://localhost/mydomain/ but I need to do something like this: localhost.mydomain.eduI am trying to find the file to modify in my XAMPP set up.
Hello,i want that a logo in the navigation menu ( header ) shrink smaller when the user scroll down. Then i have more space and it looks better !!How can i do this ??GreetingsStefan
Hello Dreamweaver Lovers!I know how to change code colors using the theme and main.less file. However, I cannot identify the selector that is turning my code to this light green color. I have checked every color in the main.less file and cannot seem to find it. As you can see, I can barely read it. This code is highlighted automatically when I select certain elements such as th, td, and p. Others, such as <table> will only highlight the word <table> but not the content inside. Same color as shown in this screenshot.Any idea what the selector is called?
Best way of Inserting a PDF/link into a DW page?
MySQLI Server behaviors Basically what it says server behaviors for mysqli I know there is an extension on the add ons page but its mysqlI think this would benefit Thousands of other php devs and save hours of time if there is a Free/Cheap replacement Could you put a link in the commentsthanks for reading my thread
I have a Creative Cloud subscription and have been using Dreamweaver CC.Today I downloaded Dreamweaver CC (2017).When I click on the application, there's a 1-second indication that the application is trying to open, but it does not open. I saw one support comment to give read/write permissions to the Preference folder....but I don't find a preference folder anywhere in the Dreamweaver folder or in the general Acrobat folder. Any ideas?
I am making a special web page that will images on it and then text underneath. I'd love to be able to create some photo graphics like the person slowly moving closer to the viewer will the background moves away (parallax effect) - easily made in AE.But as is the case, if I make animated GIFs to do this, even very short ones it will take "forever" to load slowing down the page.Perhaps I could put that PLAY GIF on them but does anyone have any ideas on how best to do this without bogging down the page?Thanks for any tips or advice.
I keep getting the red "Your content could not be saved" error message at the bottom of the screen even though my content is being posted and I am logged in.
Hi, I am trying to remove the dark grey background that appears behind the images on my image carousel. .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); filter:progid:DXImageTransform.Microsoft.gradient(enabled='false'); opacity: .5;}.carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); f
I'm trying to make an update to my website with Adobe Creative Suite 5.5 and every time I try to insert an image, or just type in new text, Dreamweaver crashes. I've tried making updates from 2 different computers (both Mac), and the same thing happens with both of them. Can anyone help me?? Do I need to switch over to the Creative Cloud??
Sorry, I'm from the Netherlands and living in Norway, I use Google translate.I work with Dreamweaver CS6, but will create responsive websites.Is the only way now to do with Dreamweaver responsive websites by paying a monthly fee of 24.19 euros to work with cc 201. Or is it possible to link Bootstrap in a different way to Dreamweaver CS6. For example, after a ugrade CS6 cc to 2015. If this is done, Bootstrap link to cc 2015. Is this possible?
Ich habe Wordpress lokal via MAMP installiert (phpmyadmin Datenbank), damit ich im Dreamweaver die Änderungen anbringen kann. Jetzt möchte ich die lokale Datenbank und Wordpress site auf meiner eigenen Website publizieren, geht aber irgendwie nicht.www.beatjakob.ch/wordpress/Es kommt nur die Auflistung der Ordner. Ich habe mehrmals versucht, via den Yootube-Filmen zu beheben, aber es geht nicht. Ich habe Passwort etc geändert.Wer kann mir helfenBesten Dank im vorausBeat
This is probably a very simple question but, in Dreamweaver CC 2017:On the Code window (whether split or not) how do i get all my code to fit in the window without having the vertically scroll bar at the bottom. I want view all my code without having to scroll within the window. In the old versions, never had this. Probably just a default setting i have to adjust, but cant seem to find it. Please help!
I just cannot see how to get the text "Islington Book of Rememberance" to move up and sit under the panel of words above it. The panel of words are floated right, I have cleared the float but that stubborn text will not go up. Many thanks in advance. The page is at http://v28.ancestry.higgsy.co.uk/peterson_yvonne_ann.php
Hey guys,Ok, so I am having issues with my "local root" (I am not familiar how it works). About a week ago, I decided to organize my folders in my Mac to make things look a little neater, more organized. I may have deleted a few folders (might of been ignorant) that I thought had no importance. After organizing and deleting just a few I then went into my trash and emptied the trash.This morning I tried to view a site I created in DreamWeaver and was unable to do so. As my frustration rise, I noticed my iCloud storage was almost to its limit, so I put some of the documents in my document folder to my desktop. Now I am unable to open any Adobe products. Even when I followed these steps: Open Dreamweaver -> Click Manage Sites -> Re Route the site to the desktop folder from which I stated the site on.If anyone could help me solve this mess I am currently in it will be greatly appreciated. I am going to attach some error messages I get.I am completely lost, I have no clue about folder
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.