For all things Dreamweaver.
Récent
Estoy haciendo un sitio, y a la hora de poner menú y pie de página los retiro en archivos aparte y los meto en una carpeta llamada constructores. Luego copio el código HTML del index original a cada fichero y borro el original, poniendo los includes. Pero no coge la hoja de estilos ni el javascript. ¿Por qué? Creo que es algo de las ubicaciones pero no lo entiendo muy bien. (Creo haberme explicado bien)
I have a subscription to creative cloud. When I open creative cloud to use a program -- such as Dreamweaver -- now I see a "start trial" button instead of a "open" button. What do I do about this?
Found one page that was all over the place so tried to return to ap div so I could move everything back into place. Nothing. What is going on? Am I missing something or is cc17 just garbage as many on the forums say it is. Any ideas how I can download another copy of CS6. Dreamweaver.....yea right!!!!
HelloI have read a number of similar questions but none seem to address my issue.I cannot seem to move a div titled "rightside" to go there. I have used float:right but this does not work.Another issue is that I have 3 small images with text that I want beneath a banner but again I cannot seem to position these either.I am using an iMac with 32GB RAM and dreamweaver CS5.Can anyone please help me with this?HTML<head> <meta name="robots" content="INDEX,FOLLOW"/> <meta name="robots" content="noimageindex"/> <meta charset="UTF-8"> <meta name="description" content="Ultimate Trumps - the most intelligent and educational brand of Trumps also known as Top Trumps. Play, learn and have fun discovering the real world with real facts!"> <meta name="keywords" content="Top Trumps, Australia
I have been a little slow upgrading to Dreamweaver simply because I am so familiar with GoLive. My biggest client has an online menswear shop using Romancart and doesn't want to change. However, all the pages which contain coding for romancart are not displaying in the layout view. The page is blank with 2 white bars top and bottom and no content in between.This is frustrating - and the only reason I didn't want to switch to DW. But my Mac OS is so old now, I have to upgrade which means GoLive won't work anymore.Is there a simple solution?Or will I have to rebuild the entire website from the start?Romancart uses form code so why isn't it displaying?
Hi,I installed Windows 10 on my computer and reinstalled Dreamweaver 2015. Now, the "live" view is missing some of the page's content. This makes it way harder to edit the page, since I can only view the code and not work off the live version. Anyone else experience this problem?Thanks for any help.
I'm new to DW CC2017, but not new to DW. I recently upgraded and since I'm having issues. I tried to edit two pages on my website. The edit went fine so I tried to upload to the web, but I can't get the new version of the page to display. It shows the old version. I tried to FTP with Filezilla, no luck. I went to the local version on my HD and when I open the file it displays the new version. So I tried Real-time preview and that shows the old version even though I have selected the saved new version.Can somebody help me figure this out? I have been to my web host and there is nothing wrong there. It is as if my system is maintaining the old version no matter what and there are two copies of the same file.
sorry for bad english first.<div id="1234"> <font id="top_shop"> <a href="www.test.com"> <img src="/images/Test.gif" onMouseover="this.src='/images/Test_on.gif';" onMouseout="this.src='/images/Test.gif';" /> </a> </font></div>if i wrote codes like that, can i give delay onMouseover? (like if i over my mouse,i ask this because when i use drop-down menu by use script which right bottom, images are disappear immediately when mouseover.$("#1234").each(function(index) {
I'm a beginner at web creation. Simple question. We want to create a new website in Dreamweaver CC and set it up so that content can be updated outside of Dreamweaver by other people. I think I understand that Contribute is toast and the Catalyst does not integrate with the latest Dreamweaver CC. i just want a simple solution for content updating outside of Dreamweaver by those who know nothing about web development. Can anyone help? Thank you.
So I'd like the top of my pages to feature an image that stretches to fill the width at all times, while maintaining a specific overall aspect ratio. For the sake of argument, let's say cinematic 16:9 (or 1.777777) -- so if the viewport is 800px wide, the image will be 450px high (and follow in real-time if that width changes) -- then, the rest of the flow of the page.I really like using divs for everything, so I'd favor a div background solution over an img src one, but will default to whatever the best available solution is. I did try background-size: cover already -- which opened up some interesting new UX avenues -- but iOS seems to have serious issues with it; So I told myself that perhaps a more traditional "fit to width and retain proportions" approach might yield friendlier results. Of course, as a designer, I could be underestimating the complexity of what I'm describing.
Hi,I have downloaded index file from this website, after downloading has started editing a file with Dreamweaver software. As soon as I open index file with Dreamweaver for editing it stopped working. Have tried this many times, but I am not Able to open index file in Dreamweaver. Can anyone suggest me why I am getting this kind of error.Thanks in advance.
I'm sure I've done this before without any problem, but something isn't right here....Basically I have a spreadsheet, and have created a table in PHPmyAdmin with the same fields and field names.But when I try to import it, I'm getting the error:ErrorSQL query:INSERT INTO `gbpukcom_products`.`Sheet1` (`Product_ID` ,`Product_Code` ,`Main_Category` ,`1st_Sub` ,`2nd_Sub` ,`3rd_Sub` ,`Colour` ,`Product_Description` ,`Price` ,`Image`)VALUES (NULL , 'WP-FC212', 'Cladding', 'All Cladding', 'a', 'b', 'White', 'Shiplap Single Plank Starter Trim', 11.67, 'c'), (NULL , 'WP-FC209', 'Cladding', 'All Cladding', 'a', 'b', 'White', 'Shiplap Single Plank Butt Joint', 0.8800000000000001, 'c'), (NULL , 'WP-FC204', 'Cladding', 'All Cladding', 'a', 'b', 'White', 'Shiplap Single Plank 2 Part Corner Trim', 25.5, 'c'), (NULL , 'WP-FC202', 'Cladding', 'All Cladding', 'a', 'b', 'White', 'Shiplap Single Plank Universal Edge Trim', 13.19, 'c'), (NULL , 'WP-FC150', 'Cladding', 'All Cladding', 'a', 'b', 'White', 'Sh
Normally I develop on a remote server in a password-protected folder, so I just send the client the username and password that allow them to access and view the site in production. However, this time I am developing on localhost using a virtual host name that replicates the educational institution name in order to test their CAS (centralized authentication service) with the site. So the question is how do I all them to view the site on localhost? I have found this software https://pagekite.net/ but don't know if there are other, better alternatives.
As some of you may recall I'm new to web design and very inexperienced.I've just spent some time practising with the free trial Dreamweaver download.I'm now practising with the Muse free trial download.Advantages to Muse clearly is not having to learn code.But would appreciate some feedback on Muse's limitations and disadvantages against Dreamweaver?Any help and input appreciated.Thanks
Dreamweaver stopped functioning after update. The app loads fine, when i click on a page to edit from any of my project folders i get an error message stating 'dreamweaver has stopped worked and the program must close' I tried to uninstall/reinstall but that did not work. Any thoughts? I use Dreamweaver CC 2017. Thank you[Moved from the Lounge (which is where you can "connect with your peers" from across all of Adobe's products for conversations that don't directly relate to help and support) to a product-specific support forum - moderator]
HiI have this code on a page to add a background to some text:<p>Follow the sign to <span>XM496</span> (Britannia) as indicated. </p>which is controlled by span { color: #FFF; background-color: #600;}In my design window it shows up perfectly but in a browser it does not.The web site ishttp://www.xm496.comwould appreciate some help on what I’ve missedthanksIan
I have created an HTML form in Dreamweaver CC 2015. I'm lost as to how I make that form function. I would like to have the form list the answers in one file I can retrieve. Do I need to add a script to my website or form? Just lost as to what I need to do next or what to search????????[Moved from non-technical Lounge Forum to specific Program forum... Mod][Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
I would like to ask Adobe WHY their bootstrap starter templates are not conforming with bootstrap's default css classes?It took some time to figure out why I could not write into the template as I would via a normal code editor. EG: why is .col-md-6 suddenly .span6 ?? I use Dreamweaver because it is wysiwig.. no other reason.This customising is totally unacceptable as it will totally confuse those who look to the bootstrap documentation for a deeper understanding.I am moving further away from using Adobe all the more. The apps are no longer reliable. Trying to tie people into the specific app is not community friendly at all!!An answer from the Adobe Dev team would be appreciated.Thanks
I need some help adding a few dropdown menus to the form (code)below.i managed to create a form in my other website - Golf Lesson Form for Owen Dawson Golf Instuction although i don't like the overall look of it.i think the coding is different than below.i'd like to have the form look similar to this Business Contact - Harford County, Baltimore MD family photographer Jen Snyder any help would be great. thank youowen<form action="https://mobirise.com/" method="post" data-form-title="CONTACT FORM"> <input type="hidden" value="k6SCWAPQpKTCR3dXaQWVGcUy3cf8+GuSiwPmA8kodnQ+mF9GnPQiW7TPT8CgDPUm/irzDbMANtqIXCQO44ibk/smX4BUKpREMrnFgHM3Xmdi1Tz+5xTnCCskLNfTwvhA" data-form-email="true"> <div class="row row
I'm trying to update Dreamweaver CS6 12.0 to 12.0.3.When I run the updater, it tells me that I need to update AAM to 10.0.0. When I download that, it tells me that there is a "missing file", and that I should download Adobe Support Advisor to detect the problem. I understand that ASA is no longer available.Adobe makes Dreamweaver 12 and the full Creative Suite installers available, but they are the "point zero" release, rather than the "finished" version.I realise that CS6 is no longer supported, but is it too much to ask to get a standalone installer/updater for the final version that doesn't require auxiliary software?I'm running Mac Sierra 10.12.4.Thanks.
I'm having trouble on this page with Flexbox...This PageIt's on the laptop/mobile device sitting vertically centered inside the gradient background.I was successful twice on the same page using Flex already (with some help, but I was getting the hang of it...) I then run across the laptop/mobile image sitting over the background gradient, and it won't stay vertically centered! (that is when I am widening the browse, simulating wider devices/screens)I've been copying the original class down to my other elements and it's not working. I've tried using Justify instead of Align and still no dice... My padding doesn't seem to affect the laptop when I apply it to that element as a value or percentage... Everything either completely breaks or the laptop rises to the top left (as it does in the link.) Do I have an extra parameter in there or something?I've poked around Inspect, but haven't found the right combo or something...<!--Start of Kaiser Content Laptop Mockup--><div id="kaise
Hello,when i add the class img-responsive i receive automatically an margin on every picture on the right and left side. But i want that the pictures are 100 %How can i do that ??<div class="row team"> <div class="col-lg-4"><img src="pictures/team-01.jpg" class="img-responsive" alt="Placeholder image"></div> <div class="col-lg-4"><img src="pictures/team-02.jpg" class="img-responsive" alt="Placeholder image"></div> <div class="col-lg-4"><img src="pictures/team-03.jpg" class="img-responsive" alt="Placeholder image"></div></div>GreetingsStefan
Good day all, i hope all is well. I want to use a joomla template layout in dreamweaver. Is it possible to make changes to the template in dreamweaver? Is there any other way to make a connection between the two?Thank you for taking the time to answer my questions.
I have no idea what to do now that I've purchased the Dreamweaver app. There are no instructions other than that it said it would download it automatically. Please help!
Hi, I should know this, but can't seem to make it work.I was sent a video in something called "Final Draft". I assume it's Utube type of deal. I need to make the video appear as a hot link.Can someone help?The link I want to put in the page is: Final_Draft - Google Driveand what i pasted in above changes to final draft - Google drive instead of the normal code.I have no experience with final draft.thanks in advance for your help[email address removed by Mod]
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.