For all things Dreamweaver.
Nyligen aktiv
How do I find the properties window???I select in the dropdown and nothing happens.I need to make an image map.I've been using dreamweaver since 1997.Why on earth can't I use the properties window?
Bonjour, je suis un ancien utilisateur du CCS 4. Donc certaines habitudes. Mon travail utilise dreamweaver cc 2018 et je ne sais pas du tout comment me connecter à une base de données avec cette version. Je ne sais pas non plus comment mettre en place d'une façon facile et rapide un formulaire me permettant soit d enregistrer des informations dans la base de données MYSQL soit de faire apparaitre les informations d'une base mysqlSuis complétement perdu,Je n'ai pas pris le temps de regarder si d'autres sujets de ce type étaient sur ce forumMerciCordialement
Table "teams":col 1: team_id (int, 4)col 2: team_name (varchar, 60)Table "fixtures":col 1: date (datetime)col 2: season (varchar, 9)col 3: series (varchar, 5)col 4: home_team_id (int, 4)col 5: away_team_id (int, 4)I want to select all fixtures and instead of displaying only the team_id for every fixture, I want to show the team_name. I've tried this one with a JOIN-statement but I can only select 1 team_name at a time instead of the team_name of both home & away team. Thus far, I only get to:SELECTfixtures.date,fixtures.home_team,fixtures.away_teamFROM fixturesJOIN teams ON fixtures.home_team_id = teams.team_idWHERE fixtures.season = '2018-2019' AND fixtures.series = 'serie-a'ORDER BY fixtures.date ASCWhen I try to add a second JOIN to the query, it returns the error message that I have a duplicate entry for teams.team_id which I understand to some degree, however, not finding a way around that. Been juggling around with UNION ALL but that one does not bring me even closer though i
Good morning, I would like to put the slideshow with the photos and the first part works well. But I would also like to put 3 more parts and it does not work well for slides. Do I have to change the JAVASCRIPT? However I put here HTML code and JAVASCRIPT ok? ROOM INTERIOR SANS HUBLOT 4 PERSONNES 375€/PERSONNE X ❮ ❯ &nbs
When I save a .php page as a template, I always get the extension *.dwt.php. Is this correct or do I delete the .php at the end of page name? I am using Dreamweaver 2018 and on a Windows 10 Computer.
I have seen a couple of posts similar to this but I am unable to take any action to respond or clarify since they're closed so am opening a new question.I've also noted that one of the responses was saying that the person did not have a site defined which was causing the problem. Why should I need to have a site defined for it to work? Much of what I use DW for is for email marketing because the service we use at work unfortunately sucks for editing within their system, so I do it in DW with the color coding, etc., making the work much easier. I've always done this over the past 2 years at this job and the Real-time Preview has always worked for this. Not sure why it's not working now, but I really need that convenience when testing the email code. Can someone address? It's not working in Mozilla FF, Chrome or Safari, it just goes to the open app but does not generate a visual of the email.Thanks for any help. andor
OK, yes I know - way behinds the times! I have CS4, and love the way it works. I loved working with the Spry Framework elements, and wonder if these are still "usable" under current HTML protocols. If not, what have they been replaced with and where can I find the code? I am not a developer, just a hobbyist who has been tasked with helping someone create a small business website.Thank you!
Picking up on a discussion here a while ago, I'm still looking for some web-storage space.Is anyone uisng Google Drive and if so is it stable, secure and reliable? I'm looking at the 1TB storage option to store mostly large graphic/photographic files.Or does anyone else use something different for storage. I dont want to use Dropbox as I can't understand the difference between personal, business or business pro and if you can or cannot upgrade from this or that option, the documentation seems awful in my opinion. I already have free Dropbox account, which worked great, so I dont want to mess that up by attempting to upgrade to a different option.CheersOs
Hi,I'm wondering if anyone could help me, I have built my site in WordPress, it looks great. I'm working with a Zero $ budget and can't afford to pay get this sorted.Image already added I have a 7 page site, that's showing 404's, I attach the screenshots from 3 online broken link checkers, I can't find these in the source of my site, the only reference to whateverittakes that I can find is in the footer.My site is cecilshub.comMany thanks for any help that anyone can give.Kind Regards,Paul
Our school district recently switched to Dreamweaver CC. In previous versions, the lower right hand corner had the information for window size and download time. It doesn't have download time anymore. Where can students get that information? Thanks.
Reduce blocking resources (L)Optimize the order of styles and scriptsThe following external CSS files were included after an external JavaScript file in http://satgraphics.com/. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.• https://maxcdn.bootstrapcdn.com/…/bootstrap.min.css • http://satgraphics.com/css/bootstrap-custom.cssI then repositioned the “bootstrap-custom.css” before the “bootstrap.min.css” and ran PageSpeed again.Continued to receive the error, although I had made the change, which is reflected on the second report, as follows:The following external CSS files were included after an external JavaScript file in http://satgraphics.com/. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.• http://satgraphics.com/css/bootstrap-custom.css• https://maxcdn.bootstrapcdn.com/.../bootstrap.min.css
Dreamweaver has started pushing all my code to the left side for the last few months. I cannot figure out what's wrong or how to fix it - HELP!
Why is dreamweaver which is fully installed alongside the other apps not loading when pressing open. It has been working fine until now
hey Adobe officials,I am facing a problem of crashing of your application adobe Dreamweaver while coding my program in vivo ipl 2018 schedule website. Facing error like "onLoad in_aftersave.htm". what can I do for this
Hey,I got this function of the internet to convert an address from a database into coordinates, but i need them separately. Can anyone help to separate the code into two, so i can have one variable for the longitude and one for the latitude.<!doctype html><html><head><link href="style.css" rel="stylesheet" type="text/css"><meta charset="utf-8"><title>Untitled Document</title></head><body><?phpinclude('db.php');$bestel_id = $_COOKIE['bestelnum'];$query = "select Adres, Postcode, Stad from Bestelling where Bestel_id = '$bestel_id'";$result = mysql_query($query) or die (mysql_error()); while ($row = mysql_fetch_array($result)) { $plaats = "$row[Adres] $row[Postcode] $row[Stad]"; }function getCoordinates($address){$address = str_replace(" ", "+", $address); // replace all the white space with "+" sign to match with google search pattern$url = "http://maps.google.com/maps/a
Until yesterday, I haven't have any problems connecting to my websites through Dreamweaver. I have clients on several different hosts, and the problem is the same with all of them.Yesterday afternoon, I started getting server timeouts on a constant basis when trying to uploaded corrected pages to my server. By evening, the problem was to the point it was impossible to work.I checked out my internet speeds - OK. I then tested uploading files through the control panel on the server, worked fine, tried WS-ftp, no problem. Now today, I can't connect to any of my sites on any of the different servers through Dreamweaver. I am getting a different error message today than yesterday. Yesterday it was just connection timed out or connection lost, refresh and try again. Today, the error message is, "An FTP error occurred-cannot make connect to host. User limit reached or not authorized to make the connection."I calling my hosting company and after checking things out on their end, said that the
I have updated some aspects of my company's website in dreamweaver, but when i try to connect to the host or remote server, an error pops up that says "FTP error - cannot connect to the host". We host through godaddy and I have talked to them and they said everything is fine on their end and it seems to be something in dreamwevaer. Can anyone help me?
Hi. Back in 2009 I authored a website using the click and drag (really easy) methods in iWeb. iWeb is no longer supported by Apple and my videos are no longer HTML5 compliant. Here is an example of the source code for one of my videos: <div id="id25" style="height: 207px; left: 563px; position: absolute; top: 7324px; width: 354px; z-index: 1; " class="style_SkipStroke shape-with-text"> <div class="text-content graphic_textbox_layout_style_default_External_354_207" style="padding: 0px; "> <div class="graphic_textbox_layout_style_default"> <p style="padding-top: 0pt; " class="paragraph_style_14"> The Busters - 1997<br /></p> <p class="paragraph_style_14"><br /></p> <p class="paragraph_style_9"><span class="style_2">Ok, this is a different song, but it shows the extent to which the term, “Rum and Coca Cola” is recognized all over the world as a shorthand descriptio
Hi Everyone,I'm having trouble figuring out how to add a lightbox feature to a mobile menu. I have the lightbox built and working on its own but can't figure how to incorporate it into my responsive menu without breaking everything. I'm not looking for anything fancy. Just a lightbox feature that can open a url.This is my menu:untitled document This is my lightbox:http://offers.premierinc.com/header_lightbox.html
Hi all,I am trying to get the Brand section (MML logo and Home button) to centre and appear inline with the other drop downs.Thanks in advance.I have the following code:<div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#defaultNavbar1" aria-expanded="false"><span class="sr-only">Toggle navigation</span>Menu <span class="glyphicon glyphicon-chevron-down"></span></button> <a class="navbar-brand" href="index.html">Home</a></div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="defaultNavbar1"> <ul class="nav navbar-nav"> <li class="dropdown"><a href="#" title="About Us" target="_self" class="dropdown-to
I use Adobe Dreamweaver CS5 to create my email newsletters. I also use Fireworks for image editing. I have a long list of images in my local folder and each image shows the Fw icon before that image. But when I right click on the image it asks me if I want to open with Photoshop or two versions of Fireworks, the version that's part of Adobe CS5 and the version that's part of Dreamweaver 8. I only use the Adobe CS5 Fireworks to edit images so how do I make that the only version choice I see?
Hello,i was changing the code theme and at one time it stopped working, even after i undo the changes, the theme still didn't work.Anyone has an idea how could i fix this problem?
I used one of MailChimp's embedded forms to include in a Dreamweaver website I'm building. The form works great -- sends the email to MailChimp list. It even displays the success message below the form after the user clicks the submit button.The problem is that I turned the code into a library component in Dreamweaver. Now, when you fill out the form, the user is directed to a mailchimp page that lists the success or failure.I don't want the user directed to a mailchimp page -- I like the first scenario where the success is inline with the form.Has anyone experienced problems with making a MailChimp form a library item? Why would making it a library item change the behavior?
Hello dear Users,i started coding with a worldpad, the first few days.A friend of mine, told me about notepad++ and i used it for few years. Since few months i was using Atom Editor.I took a look at Adobe Muse but, it doesn't give me enough freedom while coding.I just found out about DreamWeaver today, i didn't really look at all programs. I mostly only use, Photoshop, Premiere and Illustrator.What i have done in DreamWeaver, i've imported my folder where i used to keep my coded websites, i also setup a testserver using my FTP connection.I have no idea what "buttons" do what. I would also like some visual editing like in Muse, i want to speed up that positioning part by using visual editing.I know CSS1/2/3, there is very little that i might "not know" in CSS or i never needed it. I would like to use Visual Editing in BW for such things like positioning etc.Can you give me some infos, tips? So far the only difference i see now is, that i have a preview on my Phone and my browser, this i
This is interesting:I have been using the pre-release version in production for about one week now. Subtle changes have made it a lot more stable. Try it for yourself by going to Sign in - Adobe ID
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.