For all things Dreamweaver.
Recente
I have a defined site. When I open pages in live view the css styles are not rendered. The site is built with a single .dwt file, which renders css correctly when I open it.What the heck am I doing wrong?
Hi,Anybody have idea how to set up a local server with XAMPP 7.1.6 (last version) within the Dreamweaver interface? With previous versions I did it easily. I easily use to find the htdocs folder, but now all is different. I don't see the Xampp folderwhich contains the htdocs (to save my site project in it). I read sometrhing about LAMPP folder and I saw that like a virtual disk. Inside the Lampp folder is the htdocs, but how do I select it as a target folder to set up my local server, if I can not find the Lampp in the finder?Thanks for your patience. I use Mac Book Pro and OS El Capitan (10.11.5)
I'm using Dreamweaver CS3 - no matter what changes I make to images (eg. rotation or crop), once I "put" the page onto my website, it reverts back to what the image originally looked like. I have tried making changes in Dreamweaver (ie. crop feature), in Word (ie. rotate), in Paint (desperate times!) but nothing works. I've also tried cropping it externally and then putting the new image into the root folder but it still shows the full image once it's uploaded to the website, regardless of what it looks like in Dreamweaver! Help!
Who's making the decision to remove the 'system error' posts.At least have the decency to provide an answer instead of just trying to act as though nothing ever happened or is continuing to happen.
Hi I've created a website for my family's business. It's been successful so far apart from viewing it on a mobile device. The bootstrap navbar has links in desktop size on the right but these do not apear in mobile size, a button for a dropdown menu appears but as soon as i touch it its as if the menu is stuck behind the slideshow carousel. Any help would be much appreciated. I'm not too competent in dreamweaver. I've tried changing things in the css to position the navbar dropdown infront of the carousel. I'm assuming if it was working properly the carousel should be pushed down and the dropdown menu should appear directly below the nav bar? <!DOCTYPE html><html lang="en"> <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>Andrew Thoms Building Design</title> &
Maintaining two sites and one is ok and the other one do not accept the norwegian fonts. Both sites posted and made on the same computer.
[Moderator moved from Adobe Creative Cloud to Dreamweaver support forum.]How do i create a dropdown menu from a normal navigation menu? I have already made the normal navigation menu but i dont know how to add a dropdown menu to it.Here is my html code:<div class="row"><div class="column"><img class="logo" src="logo.png" alt="Pro Crystal Cleaning Logo"><nav class="navigation-menu"><ul><li><a href="#">Home</a></li><li><a href="#">About Us</a></li><li><a href="#">Services</a></li><li><a href="#">Quotes</a></li><li><a href="#">Contact Us</a></li><li><a href="#">References</a></li></ul></nav></div></div>Here is my css code:.navigation-menu {background-color: white; }.navigation-menu a {text-align: center;}.navigation-menu ul {list-style-type: none;}.navigation-menu ul li a {text-decoration: n
I have 170 computer cartoons on 17 web pages where each page has 10 cartoons on it. Page 1 has the 10 best cartoons on it, page 2 has the next 10 best, etc.https://mchumor.com/computer-cartoons-pg1.htmlI’m always adding new cartoons. If a cartoon is really good, I want to put it on page 1, but then I have to move a cartoon to page two and then shuffle every cartoon on all the other pages.Is there a way of making one huge page with 170-plus cartoons on it where I put some code in after every 10 cartoons telling it to create a “next page” button or a page 1, page 2, page 3 button?I hope this make sense. I think there’s a term for the kind of page I’m talking about, but I don’t know what it is, so I don’t even know what to search for.Thanks!
For a long time I've used Adobe Dreamweaver CS5 for uploading and managing my website and never had a problem with stopping autoplay when posting video or sound clips. But suddenly the Parameters box has disappeared from my screen and so I can't insert the proper info in order to stop autoplay. As a result, all my video and sound clips now start playing the moment you click on certain pages on my site and it's awful! How can I get back that Parameters option box and stop this from happening?
I am using windows 7. When I try to start dreamweaver all I get is the Dw flash screen then nothing. All windows updates are installed. Any help appreciated.
Hello all, I've been trying to find a solution to this for a few days and haven't been successful.I have multiple XML files that I need to edit. I've been successful in using javascript to create a command in Dreamweaver that replaces simple things like so:dreamweaver.setUpFindReplace({ searchString: "<track type=\"General\">", replaceString: "<info>", searchWhat: "allOpenDocuments", searchSource: true, useRegularExpressions: true});dreamweaver.replaceAll();However, I am trying to also replace the following code and cannot get it to work:I need to replace </track> with </info>, but I need to NOT replace all of the </track> tags, just the one before type="Audio" and/or type="Video" when they exist.I have tried the following, to no avail:1. Javascript code with line breaks (\n or \r\n) Tried multiple combinations of \n and \r\n but nothing
I am getting these two errors in succession when trying to connect to my host WP Engine. Up until today I was able to connect. After a while with WP Engine support they were unable to help... something about they can't get the path correct to delete some keys in my files to get the connection working again. WP Engine support said to relay this: "the main goal we are looking to accomplish is delete or rename that specified filepath we have been working on. Essentially that will make a new connection available and you can then connect through SFTP. But first we need to delete or rename that specific filepath because that is what dreamweaver is looking for."This is one of the paths we tried in cmd prompt, but it couldn't find the path.~\Users\~\AppData\Roaming\_ssh\known_hosts ~\Users\~\AppData\Roaming\_ssh\known_hosts.bakMy Errors:
Hi. I am aware that my question shouldn't be posted in the forum since this forum is to assist with the actual software.Being said that, I am trying to understand how to code an HTML signature for my Apple mail. I found tutorials, but they come with apreconfigured code file where the signature will look always like the example. I would like to find a tutorial where I can truly understandhow to control my email signature position and variations in terms of space.I hope this is not misleading the whole point of the forum. I truly do not know where to ask in real life, so this is my last shot before going with a non html signature.RegardsBruno
Hello,Dreamweaver almost systematically crashes when I'm using the search or find & replace function for large websites (over 2000 files).I've had the same problem for years, but it's worse everyday, because my websites have more and more pagesAny idea how I could use this function?I asked the same question 1 year ago here and a person adviced me to purchase a computer with a better processor and more Ram. I did it. Now when Dmweaver crashes the use of memory and processor remains low.I've tried the chat support three times but lost my time with incompetent people struggling to create a new website (my PC is in French) with 2 files and showing that it works.Any help would be very much appreciated.thanks
Hi all,I recently have been learning a lot about all the features Emmet has to offer, and found that it has a keyboard shortcut for the action: "Remove Tag" which is Ctrl+K or Ctrl+Shift+; depending on where you look. This action would be very useful to me, however it doesn't appear to work in Dreamweaver, nor does the action appear to be found in the Keyboard Shortcut preferences menu such that a Keyboard shortcut can be associated with it. Am I not looking in the right place? Is there a shortcut already built into Dreamweaver that I'm just not finding? Or did Adobe just decide to omit this functionality?
Hey there everyone...In the code I'm using, <UL> values have already been used for the navbar, etc. So, if I want to create an unsorted list with bullets other places on the site, I can't figure out how to do it. Any ideas? Thanks!
I have spent a whole week trying to resolve this issue. Am I supposed to download something else with it? add-on's? I cannot understand why a newly downloaded program will not open.I have uninstalled the program 8 times and still no luck when downloading it again.I have contacted support, "they are having technical issues and cannot help me right now" so my frustration is building.I have a full subscription so it shouldn't be a subscription issue. Can someone please help me
Hey guys,I am using Adobe Muse to create websites and lately I created some affiliate sites with 20-30 outgoing links to Amazon on every site (the URL is always amzn.to/.... and so on). Since I cannot use Muse to add the nofollow tag to all these links I usually did this manually via Dreamweaver (I just searched every HTML page for "amzn", then all my affiliate links were highlighted and then I went from one to the next always adding the nofollow tag and then uploading and replacing the HTML on my server. However, when I change something on my site, Muse always creates new html documents with everything back to normal (so nofollow tags anymore).I'm pretty sure there has to be a possibility to tell Dreamweaver to scan a certain folder (so that all my HTML documents of a website are scanned), search all these documents for this "amzn" tag and then to add rel="nofollow" behind these links. I just cannot figure out how I have to do this.Can you help me?RegardsMatthias
How can I go about editing the emmet filters and preferences?Specifically, what I'm looking to edit is the coment tag filter. An example:body+c>#container+c>span.label+cshould will expand out to:<body> <div id="container"> <span class="label"></span> <!-- /.label --> </div> <!-- /#container --></body><!-- /body>This is defined in the emmet preferences by the filter.commentAfter property, which defaults to:'\n<!-- /<%= attr("id", "#") %><%= attr("class", ".") %> -->'I would like to change this filter to ' <!-- <%= attr("id", "#") %><%= attr("class", ".") %> -->'This will accomplish 3 things:Get rid of the carriage return in the comment and place it on the same line as the closing tagPut a space between the closing tag and the commentget rid of the forward slash prior to the entity nameH
Is anyone able to tell me whether most of this article is still applicable today?? Intricate Fluid Layouts in Three Easy Steps ◆ 24 ways
Dreamweaver CC 2015.2 is VERY slow and sometimes unresponsive on macOS Sierra 10.12.5 when opening and closing files. We have removed, reinstalled, clean installed the application and nothing has helped. We are NOT ready to use the 2017 version yet. CC 2015 is supposed to be compatible and supported on macOS Sierra as per this URL https://helpx.adobe.com/dreamweaver/system-requirements.html We would not have upgraded to Sierra if Adobe had not indicated support of it. When is Adobe gonna provide a FIX for this!? I saw a similar discussion thread about this https://forums.adobe.com/message/9059422#9059422 that should not have been marked as answered.Someone please shed some light on this.
I am not able to find the cc library option in dreamweaver. The right panel shows cc designer, files, assets, insert, snippets but I dont see cc library anywhere, i checked under windows also but its not present there. Could it be that I am using a trial version of the software?
How can I convert a PDF Flyer to Dreamweaver HTML Document?
Anyone ever made an auto repair website with DW? I was thinking on doing one, but based on this web design company website:http://www.motoshop.com/motorev-demo/It is actually quite complicated, at least as far as email is concerned (emails based on car mileage, rating request emails. ability to post those emails on social media, etc.).
Exactly as the question says... inserting a table in DW 2017 results in a deprecated code warning as per the HTML validation, Why? And, if so, why is this latest avatar of the 'leading' web authoring programme not able to deliver validated code?Also, is there anyway to inset a table - or any other element - on the fly without it being deprecated?TIA...Cheers,ON
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.