For all things Dreamweaver.
Récent
HelloI have a test I am doing that has a header, footer, left column (where the menu goes) and a right column (where the page content goes).It does not fit in the screen of a cell phone very well when zooming in to read the text.Does this layout ever do and if so how to make it readable so the text can be zoomed without the whole page expanding.Right now I zoom in and drag the page around to read it.See link for test page.http://davidswebsite.com/testClick on: 2_column_test.html or layout.cssDavid
After a computer crash, I had to undertake a fresh install, including Dreamweaver CS6, SQL Server 2016, and Coldfusion 10. All went well until I looked at the files listed under the drop-down menu of associated databases in Dreamweaver. Though the names of the databases I created on the SQL Server are there, what appears in the drop-down actually belongs, it seems, to the Master db. I have tried reinstalling Coldfusion and reinstalling Dreamweaver without resolving the issue. I am modestly technically savvy but what to do to resolve this has me flummoxed. Any suggestions? Here is the Dreamweaver drop-down menu I seeHere is the actual table data on the sql server
I have had this problem with cs5 and now cs6 is doing this. I just installed cs6. I have my site added. On dreamweaver half of my images do not show on the design side. I work in split view. When I preview in a browser all images show up. They are also there when I go to the add image pop up. They are in the box but not in the preview there either. What would cause this to happen? I have been using cs5 for years and it just started doing this 3 days ago. I had already ordered cs6 so I thought when that was installed it would stop. No luck. Please help. This is frustrating.
Hello, I use Dreamweaver to open and edit .xml files (for translations), but in the last version, Dreamweaver break the coloring code at some point on the page. Can you help me to restore the complete coloring of the code on the page?Thanks
I am having trouble with my contact form. When I click the Submit button a new email page comes up instead of the email going directly. Here is the link to my contact page. PVII Affinity CSS/HTML5 Template: Layout 1 I'm fairly new to code writing and I just don't know what I've done wrong. Help will be appreciated. Also, I just noticed that my contact page link doesn't look right. No idea what is going on there.Thanks,Tamlyn
Hello, I got asked to edit a website that was previously built with Wordpress. When i enter Dreamweaver and set up the site and FTP, I get all the files and when i go to the index.html file it seems to bring up a different page that says "Website is currently under construction" but when i visit the site that is up and running its different than that? Am i missing something?
I'm building a long complex registration form, and I am wanting to get more clarification on using the HTML5 semantic tags within a form.Is it advisable to even use HTML5 semantic tags in a form?Some sites say forms aren't considered content, so they don't need such tags, like <section>.I have some parts of the form contained in <fieldset> tags...Should I use the <legend> tag or a heading tag (like <h2>) to specify a title for that part of the form?Heading tags get included in the document structure outline, so I'm not sure if the legend tag is useful anymore. Plus it is a pain to style.Should I also enclose each <fieldset> in a <section> tag, or is that redundant?I've searched various online tutorial sites for answers and only got myself more confused.Thanks for any help!Kim
Since updating to this version of DW, my panels have been "blank" or empty. Rather, most of them particularly Properties, Snippets and Files, which are those that I use the most.If I maximize my screen and stretch the files panel all the way I can see the files.Any suggestions on how to fix?
Some years ago I used Dreamweaver CS5 with PHP (5.6) and MySQL. I used 'Classroom in a book' as my tutorial and with the help from the Dreamweaver community managed to get my personal (non-profit) site working. Apart from changing content and adding new pages (based on previous ones) little has changed. The main change has been that Dreamweaver has been regularly updated (now CC 2018). I am now seeking to update my website to be HTML5. I've been following various tutorials (Adobe and Kelby One) and they appear to stop short when showing how to extract and display dynamic data etc. The latest 'Classroom in a book' doesn't appear to include this. I've searched on the internet but the more I look the more I get confused. I'm therefore asking for advice on what is the best way forward and where can I get the appropriate tutorials/education.Thanks in advance.Cliff
Expected RBRACE at line #xxx, this error would not allow to create any class
HelloI forgot how to do this to insert an image into a Div area without pushing the text/links up/down out of wack.I need to keep the area as we see below with all elements in place, as is, and then insert a photo to fill in the wide space in the middle area and to the left.Thanks for any advise!Dreamweaver CS6
i face a problem in dreamwaver remote serveri follow the step from web for the remote server,when i upload my html file to webit came out the directory listing ,how can i do for only preview the html file and not the directory listingplease help me, thanks!
hello good morning I have a problem with my work in DW it turns out that before last year's update I could select an area in my code and look for something in that part only now with this update from ccs6 to ccs they removed it or what happened I do not find it anymore, check all the forms in the replacement window, someone who knows what can be done or if it is no longerhola buenos dias tengo un problema con mi trabajo en DW resulta que entes de la actualicion del año pasado podia seleccionar una area en mi codigo y buscar algo solo en esa parte no mas ahora con esta actualizacion del ccs6 a ccs la quitaron o que paso ya no la encuentro ya revise todas las formas en la ventana de remplazos alguien que sepa que se puede hacer o si ya no esta
Running Dreamweaver 18.0 on macOS High Sierra version 10.13.3. In the past, I was able to open HTML documents by selecting "Open With" and selecting Dreamweaver. Dreamweaver would launch, and the file would open. Now, when I take the same steps, Dreamweaver launches, but the file does not open. I have to go back to the file to open it or click open in Dreamweaver to select the file. Dreamweaver is the only Adobe app that does this. I have no issues with other apps such as Ai and Ps. Any suggestions? It is more of an annoyance if anything.
Hi,I find it little practical to click on the small cross in order to close each file open with DW. So sometimes, I close the program, save the files when I prompted to do it and start again DW. Then DW opens all the files and even more files. How can I start with only one document?
Hello -This is my first time posting - hopefully this is allowed.I successfully made my first slideshow in Dreamweaver CC - but its not working online when I try to preview or publish it to the web. Here is my code - I would appreciate any help. HTML:<!doctype html><html><head><meta charset="utf-8"><title>Slideshow</title><script src="file:///C:/Users/Scarla/Desktop/Website_Files/jquery-3.3.1.min.js" type="text/javascript"> </script><script src="file:///C:/Users/Scarla/Desktop/Website_Files/jquery.cycle.all.js" type="text/javascript"> </script><script> $ (document).ready (function() {$('#slider').cycle('fade'); }); </script><style type="text/css"> #wrapper {display: block;height: 658px;width: 1900px;top: auto;} #container {display: block;align-content: center; height: 658px;width: 1900px; overflow: auto;}#slider {display: block;float: left;height: 658px;width: 1900px;overflow: hidden;position: absolute;} 
I'm at the end of the page and need to add some additional rows (already completed 40 rows) . The Insert Rows function is no longer working. How can add an additional 5 rows?
Hi Everyone; I'm fairly new to Dreamweaver but I know that does not excuse me from using a table on my website!! I'm using the latest CC 2018.But I have used a 3 column table with the intention of holding the content together in a line - which it does perfectly.I have wrapped the table in a div and then auto aligned the left and right margins of the div, this centres the table in dreamweaver but as soon as I open in browser the table is still left aligned.Is there something I am missing? Any help would be appreciated.
Hi guys, Previously I used to be able to to preview an emailer in Internet Explorer from Dreamweaver CC and then send the page as an emailer to save it as an OFT. However, now when I follow the same steps, the emailer opens with a dreamweaver icon and not the actual HTML. Pleaaaase helppp
HelloI need some help ... or explanation.I have a form with a php respond on a server that when I did it, I put my email to checked if I got a return.Well, when I saw that I got one, I took out my email and re-send the php file to the server.Mmm .. I still got emial from that form.Well, then, I deleted the php file from the server and re-send the new file (like 10 times verify that my email wasnt' on it) soI thought, problem solved.Guess what? I'm still getting email from that form ... WT$?What's going on?How can I fix that?Did you ever had that kind of 'thing' happened to you?I'll wait for your respond ... this is freakyThanks
I already have a website for many years: www.rolfla.se. My PC crashed and I lost all programs. Have purchased Dreamweaver CC but can not figure out how I get in touch with my website. How do I?
I'm trying to use the :hover feature on my menu, but I don't want it in use on the current page menu button. I've done this in the past with no issues, but now it isn't working. I've pasted both my html and css code below. Maybe I'm just missing something really obvious. html:<div class="topnav" id="myTopnav"> <a href="home.html" class="active first">Home</a> <a href="details.html">Details</a> <a href="story.html">Story</a> <a href="rsvp.html">RSVP</a> <a href="party.html">Wedding Party</a> <a href="photos.html" class="menu_item">Photos</a></div>css:.topnav { background-color: #07304c;top: 0;left: 0;width: 100%;position: fixed;z-index: 100;}.topnav a {display: block;float: left;color: white;text-align: center;padding: 14px 16px;text-decoration: none;font-family: "cormorant-garamond", "serif";font-size: 19px;}.topnav a:hover { backgr
Hello,I am taking a class currently that requires me to use Dreamweaver 2014.0 and I have been working on a homework assignment for three weeks now building onto a website that I am creating. One of the requirements for me to do was to create a home page which is my template and then create more pages, such as About Us, Contact, Menu, and so forth. My book showed me how to make the pages creating an .html site document and on my template Home page I have them all linked, but my next steps are to add some descriptions and images to two of the other pages, the Menu and Catering .html pages, but I can't edit a single thing when I have one of these files open in Dreamweaver. My cursor is that circle with a line slashed through and it doesn't change anywhere and I can't even access the code now either. Does anyone have any suggestions on what I did wrong? I hope that made sense I'm completely new to this so I don't understand the program well. Thank you!
wondering if i'm being an idiot here, but when i go to the FILE menu & select the NEW option, then NEW DOCUMENT dialog box comes up. when i select PHP in the DOCUMENT TYPE column & click the CREATE button, it creates an HTML file.the only option in the LAYOUT column is "<none>" and in the far right, under "<No preview>" it says "PHP document" then has a "DocType" dropdown that only has HTML options in it.i know it's not a huge deal, as i can just SELECT ALL > DELETE & start <? php stuff. but curious if there's a setting or something i'm missing here to have it just give me the <? straight away.thanks.FYI: using the latest CC 2018 version.
My webpage has some url's with Hebrew characters. When logging to dreamweaver (CS6, on Windows 10, website is on a Windows platform), I get an error message that relates to the language (see the red error message on the right). I have no problem using and editing in both Hebrew and English, but the Hebrew url's don't read, and in fact, are not downloaded to the local site. In the remote site I can only see question marks.If I try to open one of these pages, I get a "File activity incomplete" error, with the following details:Started: 2/26/2018 6:22 PM/httpdocs/???? ???? ??????.asp - error occurred - An FTP error occurred - cannot get ???? ???? ??????.asp. Access denied. The file may not exist, or there could be a permission problem. File activity incomplete. 1 file(s) or folder(s) were not completed.Files with errors: 1/httpdocs/???? ???? ??????.aspFinished: 2/26/2018 6:22 PMChanging Dictionary in preferences did not help, and Code rewriting> URL encoding - neither of th
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.