For all things Dreamweaver.
Récent
I can't target the td tags within a table, DW shows the preview properly but when I upload to the server the td style isn't applied. I'm able to target the tr but not the td within the same table.I have the following in the Global style sheet section targeting the table, I can see the tr has the style applied but not the td:.table-specifications tr { padding: 30; border-bottom: 1px solid #ccc;}.table-specifications td { padding: 30;}Here's the MarkupHere's the URL ("specifications" tab) Thanks for your help,Brandon
I create a 3 x 3 table in Dreamweaver and in design/html preview it looks fine but when I upload it to our site one of my images drops below the table. Anyone have guesses to why this is happening?(the image below is supposed to all be parallel horizontally )Code for reference<table width="1159" height="577" border="0" align="center" cellpadding="0" cellspacing="0"> <tbody> <tr> <td width="662" height="577" rowspan="3"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_03_01.jpg" width="662" height="577" alt=""/></td> <td width="15" height="577" rowspan="3"> </td> <td width="497" height="275"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_0
I received this dialog from DW 2017.1 build 9583 for Windows 10 x64:There are three things wrong with it:It has a spelling error (see if you can find it)FileZilla has no problem carrying out this operation successfully. In fact I use a host where I can only use FileZilla (because DW FTP is so crap [Siteground])the two above buttons give me no way forward. Each one just leaves me in the same dissatisfied state [bad user experience]Why years ago when designers and developers would state that they would never even bother with DW FTP, because it is rubbish, is it still lacking?Why is a free product from FileZilla twice as good?2017 and it is about time you gave yourself a good kicking regarding this part of DW. It is bringing the side down and you might be unaware that it is second rate.
I have one single graphic that I have sliced in Photoshop and exported into Dreamweaver. I have four slices, each have a link the corresponds to our live website. I tried uploading all the images that Photoshop made when I sliced, as well as the ready HTML web file from Dreamweaver to dropbox.com, and then uploaded the code text into our email service. The preview through the email service shows all blank images. I am very new to using Dreamweaver and have never attempted to upload my own HTML to this email provider. How should I go about hosting the images so all clients can view the email? Nothing on the internet has quite answered my question as to how I can get the images to show up.Thank you for your help!
Salve, sto facendo un sito web per delle persone che poi non vedrò più. Io scrivo direttamente il codice perchè conosco html, css, js ecc. ma loro vorrebbero non mettere le mani sul codice ed andare a modificare il sito con le funzionalità che mette a disposizione (come su muse, per intenderci). Vorrei quindi sapere se è possibile avere accesso a tutte le funzionalità del programma anche senza toccare minimamente il programma.Grazie in anticipo per la risposta.
Hi all,The latest version of the Creative Cloud desktop application is now live for all locales. The reason I post this here is because there are a number of updates, including both features and bug fixes that have been addressed in the latest release.I encourage all of you to download and install the latest version. If you did not get a notification, log out and log into your application.See Use the Creative Cloud desktop app to manage your apps and services for more info.Thanks,Preran
I have an svg diagram I have created for a website in javascript. I would like to style the svg with css (which is allowed). I like using the CSS Designer tab so I don't have to go manually to the css file and add it there. However, when I try to do that, I get, for example, "fill is not a valid css property. Enter a valid CSS Property!". It definitely is a css property though because when I add it manually to the css text file it correctly changes the diagram. Is there not another way to add styling to svg without going to the text file?
Tired of the popups and I can't figure out how to shut it off. There's a New Feature Guide category in preferences but there's no option to disable.
Hi!I have a problem with postindex.php<html> <head> <!-- Polish --> <meta charset="utf-8"> <title>Przekierowywanie</title> </head> <body> <form action="home.php" method="post"> <input name="nick" type="text"> <br> <input name="pass" type="password"> <br> <br> <input type="submit"> </form> </body></html>home.php<html> <head> <!-- Polish --> <meta charset="utf-8"> <title>W trakcie budowy!</title> </head> <body> <? //POST Nick and Password $ln = $_POST["nick"]; $lp = $_POST["pass"]; //Checking nick and password if ($ln == "Jan" and $lp == "hehe") { } ?></body></html>Someone can help me?
Every time I right click in my code, I cannot cut, copy, paste and no quick edit is available. It's all greyed out.
I am now running CS3 together with Windows 7. Will it be possible to use CS3 with Windows 10?RegardsAC
Hi,Example Could anyone explain how this is accomplished. When you click on the navigation bar on the left, the text for that particular link slides in. Is this done in a frame? I've seen the sliding anchored text. This only uses a single section at a time.Thank you Randy
i'm trying to style a ul tag to make a navigation bar and i cant seem to be able to remove the bullet points with my CSS file, I can only remove them by styling the ul inline or in the same .php file in the <style></style> tags. tried styling it by adding a class and an ID and neither seem to be working. The problem isn't referencing the css file because the same css file is used to style buttons and other elements in the .php file.here's my code:PHP:<body>.. <ul class="navbar"> <li> <a href= "homepage.php">Home</a></li> </ul>..</body>CSS:ul.navbar { display: inline; list-style-type: none; padding: 0; margin: 0;}
Should I be concerned about supporting Safari version 8/9?Less than 1.0 users, according to browser stats.I always have reservations about NOT supporting browsers that I have available on my machine, especially ones I cannot update which is the case for Safari. To update that I would need to update my OS and that's not going to happen.My brain is telling me to drop support for 8/9 and move on?v10 only has 2.9% users.Os
Dreamweaver CC 2017 查找替换里面的自定标签怎么没了
como agregar una imagen en el footer y agregar formulario y texto enfrente de la imagen en dreamweaver
I have a mobile menu with a jquery toggle button here that works as it should but when "included" into this web page, the toggle button doesn't close (on mobile). It opens but the button and submenus do not collapse.I have different css, javascript and bootstrap elements in the webpage where the navbar was included so I suspect it's a conflict with one of those but was wondering which, I tried removing them one by one but it seems to cause more problems so just wanted to know which of those to focus on. Here's the markup of the web page.Here's the markup of the navbar.Brandon
I have some google sheet code I put into an HTML doc.I want to remove the sheets code but have no clue how(and i did research it, just don't understand it, must be getting old)The code has lines that are in this format<td data-sheets-value="{" 1":2,"2":"briar="" rose"}"="">Briar Rose</td><td data-sheets-value="{" 1":2,"2":"jane="" yolan"}"="">Jane Yolan</td><td data-sheets-value="{" 1":2,"2":"978-0765382948"}"="">978-0765382948</td>I want to search and replace all the code from the word data sheet to the > bracket...so that the lines read <td>Briar Rose</td><td>Jane Yolan</td><td>978-0765382948</td>Hoping someone can help me learn how.Thanks.
HelloI created this page and I would like to add a block to the right of my page as in the image. I looked for solutions on google but I can not find anything that works. In this block I would like to be able to place texts and images. Can you tell me what are the possibilities to do this?here is my work and the codeDocument test Thank's for your help
When I hit "Help" I get the following:I am connected to the internet, otherwise I wouldn't be here!
Folks, I've used Contribute for 10 years +, and as of a few months ago I can't connect. I know this is the Dreamweaver forum but there's no one left on the Contribute forum. I use Contribute 6.5.I can FTP to my site using FileZilla, but that's no use to me as I know almost nothing about coding and need Contribute to edit my site. https://woodsshop.com/WoodsShop Creative Builders, San Diego, Calif. - Creative Home Deck Design/Build. Fine-Custom Outdoor Building Projects…I'm hoping to get some help here with my connection issue. Someone who helped me update my site to modern coding last year is still able to Connect.I got a new Win 7 computer beginning of the year but was able to edit my site for months before this connection issue started.Can anyone help, or, is there any paid Adobe support I can turn to?
I'm trying to set up a very basic site with no CMS, no web forms, no search forms. I'm not a dev person at all, but I'm inclined to do it myself since the design is so straightforward, but the site does need to be secure because the nature of the site might attract hackers. Assuming I have a great back-end dev professional and use Let's Encrypt, is there any reason I shouldn't do this myself with DreamWeaver? My understanding is that user input and third-party CMS software causes the bulk of security issues.Thanks for any input!
I don't know if it's a fake news but if it's true, would be a great news!http://forum.interaktonline.info/viewtopic.php?f=49&t=401&sid=e03d1ec815ec9901eb347626593cab39Next week we will discover the truth.
I have a mobile menu that when expanded overlaps a page element rather than shifts the element down. The element was placed via a PHP includes.Here's the markup and CSS.The menu background is slightly opaque so you can see through behind it (screencap below), so I was wondering if the overlapping was due to the PHP includes and if the solution was to have the content directly on the page without using the includes. Would that allow the mobile menu to "shift" the content down rather than on top?For example I'd like to to go from this http://prntscr.com/fg7040 to this http://prntscr.com/fg7170Thanks,Brandon
I'd like your help understanding what's in front of me with DW CC 17.I've updated a .php page having an SSI. The page is in the "Acts" directory; it's titled "week22.php." Both can be seen here: I also updated the SSI's dated menu item itself. It's titled "actsPart2_menu.html" and here's its screen shot.On line 13 (shown above) I've entered the updated "week22.php" menu item that goes with August 22 in the "Acts" directory.With both pages updated and uploaded, and the "week22.php" page open, I went to Tools > Library > Update pages. The following window opened up.For no apparent reason, . . .1. After activating Update Pages, none of my "Acts" directory files that use that SSI get updated, especially my newly updated "week22.php" page. Am I to do something differently to update pages that have an SSI that's been modified?2. Further, while none of my "Acts" directory files appear in the Update Pages widow (despite the fact that I've updated them), I see 100+ files names
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.