For all things Dreamweaver.
Récent
Today my Dreamweaver program stopped working. The product's workspace window opens and shows the recently opened files as usual. The Adobe product splash screen opens, briefly shows only the Adobe logo, then closes to open a larger white window with no content other than an X in the top right corner (see the image below). If I click on the workspace area, I get a windows beep telling me I need to close the window on top first. But when I close this white window on top, it shuts down Dreamweaver. So, I am unable to use Dreamweaver at all. I tried contacting Adobe support via the chat option but after telling me they were transferring me to a support specialist the chat is over ... no help arrives no matter how long I wait and there is no further conversation from Adobe. Can anyone tell me how to resolve this Dreamweaver BUG? HELP!!!
Hi everyone,I'm really new to coding and I'm not very good at it. I have a problem where when I embed a youtube video on the landing page for my website, it appears on every other page on the site. I was hoping someone could could help me figure out what I'm doing wrong.Thank youIsmail
Hi,What is the difference between max-width and min-width in the case below?@media screen and (max-width: 1024px) { }@media screen and (min-width: 1024px) { }Hosun KangTittle was edited by Moderator.
I need to build a template. The template has a menu navigation that has 4 top level items and 3 of the 4 top level items have submenu items.My first instinct is that the nav should not be in an editable region so that any changes to the template's main navigation will replicate to all the other pages in the site.However there is also a class that I want to use within the nav. The class is called "current" and it underlines the top level navigation menu item to show that a page in that top level menu item is selected.That means I have to place class="current" within the menu navigation to highlight the currently selected top level menu item. So that makes me think I have to put the main navigation in an editable region but if I do that and I need to add/change/remove a menu item in the main navigation then I have to manually do it to every page in the site instead of relying on the template to replicate the change.How can this dilemma be solved? <nav role="navigatio
Is codepen.io really a great a source for grabbing HTML and CSS items for building websites? Because, im now at a point where I almost feel like it isn't, and half the codes on that site don't work properly with broken links and or images and such. I grab something from there and I feel like it takes me a few steps back. Your opinion, and if you have another site for a better resource, please let me know. thanks.Tittle was edited by Moderator.
I make changes to the code, this is just simply the text that appears on the page,and the Live or split code fails to show the update!Mac OS 10.14.4
In general, Dreamweaver works with the window split into Code and Design. Can someone explain to me why someone would only work in code or only in design?
Hi,The list is seen on the Desktop View.But it is not seen on the Tablet View.How to make it appear on the Tablet View?LinkRoar Cycles 4 Hosun Kang
Hey All.have a question about hotspot maps, I have used a Jpeg image of a map and use the hotspot tool to highlight areas of the map. I have attempted to link these areas to different pages on my site but it always redirects back to the homepage no matter what image you click.
I know that since Dreamweaver CC 2016 (as far as I know) no longer lets you drag and drop pages from your website nest into the page to create a link in code view. I know that it is, however, still possible to do this in design view.There is a problem I am facing, though. In CC 2015 when I dragged and dropped the pages, it automatically created the display text for me and it took that text from my <title> tag from the page. The new Dreamweaver is not doing that for me. It is simply using the actually name of the html page for some reason?Is there a way to get Dreamweaver CC 2019 to display the <title> tag in place of the page name?A visual example of what I mean.drag and drop "talk-about-something.html" (title tag is Talk About Something...!) - in CC 2015=Talk About Something...!drag and drop "talk-about-something.html" (title tag is Talk About Something...!) - in CC 2019=talk-about-something
Hi,I am making the hamburger menu.I don't know how to move the list to the right-side border.Link Roar Cycles 2I tried LINE 132 .site-nav { }.Hosun KangThe Tittle was edited by moderator.
Hello everyone I'm new here. I need your help, if anyone can help me, I'll be happy.I get this error when I want to create my project.Please help me, thanks
I new to DreamWeaver and I am trying to create a new Bootstrap 4 site in Dreamweaver CC 19.1 on an iMac (Mojave 10.14.4). In Site Management I click on New Site - Name: Test- Folder: Desktop > New Folder: Test > Create > Select the new folder and click on Choose- Under Advanced Settings: Bootstrap version defaults to 4.2.1- Click on SaveWith the root of the new site selected - File > New > select HTML- in the Framework panel under BootStrap- Select Create new > Customize > change columns from 12 to 6 (or change any screen size setting) > click on CreateAt this point a Bootstrap message popup appears "Cannot create a new document as Bootstrap customization failed. Try again or click here for troubleshooting."Unfortunately the "click here" link only gives a 404 error message.Any idea what I'm doing wrong or how to resolve this error?Thank you very much,Jim
I've looked at these two tutorials on how to use the extract function to import a PSD into Dreamweaver.How to extract assets from PSD files into Dreamweaver web pages Grab web design info from Photoshop files | Both of them show the code window as populated with html code when the file is extracted, before any action is taken to copy individual bits of code. When I upload and extract a PSD file, the code in the html document I'm extracting to doesn't change. Am I missing something?Kayte
Thank you in Advance!!I have setup pages, linked the template to those pages by clicking on the "compass."I have done this for every page (like I have in the past).HOWEVER, this time it is not working. Can someone please help me?Here is my code:<!doctype html><html><head><meta charset="utf-8"><!-- TemplateBeginEditable name="doctitle" --><title>Twisted Flow Show Supply</title><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><style> .menu td { text-align: center; padding: 0 15px; } .menu a { color: yellow; text-decoration: none; } .menu a:hover { color: white; text-decoration: underline; } .menu a.active { color: red; } </style> <styl
Hello,I am writing to you for assistance. I have made a site in adobe Muse 2017 CC and wanted to advertise it with google adwards. But unfortunately they have declined my inquiry because of Muse script.Here is this script: http://musecdn2.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.jsAs far I understand, Muse is trying to reach external jQuerly library, to speed up the page loading. But chrome is blocking it because Muse uses synhronic loading the script or scripts with "document.write()" (here is the link to an article: Intervening against document.write() | Web | Google Developers ). Because of this, ADwords bots can not correctly scan my site. They see the link to page with error 404, (CDN inquiry was blocked). Google can not promote sites with 404 links. I have also found out the blocking of such scripts almost on each "Muse site of the day". Does it mean you can not promote/advertise any sites made in Muse??Link to my site: главная | УАПК What c
Hi,I am following a Tutorial do customize a Bootstrap site. At a certain point, I try to center a responsive image by using the center-block class, exactly the way it is done in the Tutorial. But it does not work. Follow a print screen of the code, everything seems to be correct, but the image is not centered. Any ideas on what could be the problem?bestMarcus
Hi,I am working in codeview. The text I am formatting happens to be scientific info that includes things like this: (incidence <2%) are nausea,......OK, so the '<' causes me to get the error message: special characters must be escaped, and so that text won't render on the page properly.What do I need to do for it to view this as readable text and not code?Does escape mean backslash? - taking a guess... so it would be /<2% in my code?Thank you.
I need to present facsimile copies of articles I've written, with clickable links, on my portfolio webpage.The approach that seems likeliest to work is imagemaps in svgs, because the hyperlink retains its position on the image as the image responds to different screen sizes.Using svgs, I've succeeded in making responsive images with links, embedded in another page. Now my problem is to make those links trigger a javascript plugin (Floatbox) that presents overlays.The overlays are important, because they're my best option for keeping readers on the page. I don't want them opening new pages to read a footnote. I want them to be able to glance at important but secondary material, close it, and return to what they were reading before.I can't get the javascript calls required for such overlays to work, and in fact I keep breaking the imported .svg when I try to change the code.Ordinarily, I'd trigger such a link with something like this: <a href="LinkFromFacsimileStoryI
Hi, Im not sure what type of plugin NOWTV use to create this (photo attached below)At the top,it has a side scroll and when you click on the links it loads as a tab bar on each section.I'm not sure if there is a plugin similar to this I could use or best way to create this?(On desktop I'm planning to have 5 images - tablet 4 images and Mobile 2 images per line)Any thought would be most helpful ThanksTim
Hi, I have created my web pages using Adobe Dreamweaver CS5.5. But my users feedback that they are not able to do any search function to locate the wanted content in one of the web page.Is Adobe having any search engine products used in Adobe Dreamweaver CS5.5
Sadly Ben locked the post, before l could reply, in which you called me out for disliking your regular and unwanted dismissive attitude towards those who try and help you. Your insults are unwarranted and tiresome........l suggest you take your questions elsewhere.Hopefully the few contributors in this forum that actually have the experience to provide you with the information you require will now see you for what you are, l have suspected for some time, and boycott you should you continue to post as Wolf an l will be doing in the future..........dont bite the hand that feeds.......that constitutes a jerk
The price quoted online is $299. Since it is obsolete software, I'm looking for a lesser price. Any help? Yes, I'm serious.
I am building a new website for a client. I will need to transfer the domain name to a new reseller account, created by me, but I don't want the current site to go down because there is a lot of content to scrape, especially in the way of downloadable files.Should I just build the site locally before transferring the domain to the new registrar? Or should I contact the present registrar to make sure the domain name won't get decoupled from the current website just because it is transferred to a new registrar?
I have Windows 7 on my laptop, and will until December. I have Dreamweaver 3.0 inbound. I need to know if I can successfully install it on Windows 7. How about 10?Why 3.0? It was cheep. I am not an advanced web programmer. DW 3.0 has more than I need at this stage. My current skills include intermediate HTML and entry Java. I'd like to experiment with CSS. PHP and ASP are somewhere a year down the road, maybe more.
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.