For all things Dreamweaver.
Recently active
Is it possible to add an anchor-element to a link, which is located in a map/hotspot? Detailed: I have an image, in which I created several hotspots. These hotspots are links. Hovering over the hotspot-links changes the color of the hotspots and brings up some funny sounds.Problem: If you hover very fast, the sounds can't overlay each other. The only method I found to solve that problem is to have an <a href> in combination with $("#nav-two a"). <ul id="nav-two" class="nav"> <li> <a href="#">Home</a> <audio id="beep-two" > <source src="audio/beep.mp3" ></source> <source src="audio/beep.ogg" ></source> Your browser isn't invited for super fun time. </audio> </li> <li><a href="#">About</a></li> <li><a href="#">Clients</a></li> <li><a href="#">Contact Us</a></li> </ul>
Hello everyone, I was wondering if my AMD Athlon II X4 620 Processor, 2.60 GHz can run any version of Dreamweaver well besides the 2020 version. I tried to use the 2020 version on my Windows 7 pc and the program was slow, laggy and sometimes crashed. Does Adobe allow access to older versions of their products?
I've been using Dreamweaver from the first versions...I tend to Open Multiple Tabs per site. (all the day to day editable files) If the computer or software NOT RESPONDING crashes.Reopen Documents failes to reopen them all.Where is the location of the prefs file that contains all file info to Re-Open on Startup?I'll simply back a copy up in case. Maybe Adobe just needs to create a feature to (Group) a projects that can be saved that would contain local file locations with a Preset Name. * And please allow tabs to be managed by some sort order LEFT to RIGHT. moving them in sequence on the tab bar is challenging. Feedback Please execute or inform.
Dreamweaver Library items have "Library/" added before each link ... so none of them work! I've used Dreamweaver for many years and this is new. The whole idea of using the Library is to make site updates easy. the code should be palced in each .html file exaxctly as it is writen. With Library/ added each the inks do not point tothe proper place. What's up??
Moving Dreamweaver files to a new laptop. Dreamweaver CS5.5 Version 11.5 Build 5366 on old laptop. Reinstalled the program on the new laptop. Version 11.5 but BUILD 5315Assuming an update happened along the way. All my SITE files are .site on the old laptop. The new laptop and older build will NOT open them. It wants .ste files.Naturally an update download is NOT in my download folder of applications. How do I get the same build onto the new laptop?Thanks!
When I try to use Dreamweaver on my Macbook to open any .shtml file from my website "hi-sci.org", both of the associated .css files plus the Header.shtml and Footer.shtml files are ignored when formatting the display. What is even stranger is that when any .shtml file is opened my "Styles.css" file plus my "Horiontal_Menu.css" file are replaced on the display by spurious "Styles.css" and "Horiontal_Menu.css" files which comprise little more than the statement "You don't have permission to access this resource". Even stranger yet is the fact that my identical version of Dreamweaver on my desktop Imac had no problem with any of the files on this website. The two computers access the same set of files using Dropbox. Why should one computer work and not the other? Many thanks for any suggestions
Hi, for some time now I have been receiving an "access denied" message when I try and download a DW MX 2004 page to my home computer. Also, while I can upload a page I cannot upload "images". Permissions all seem to be correct. Would appreciate advice (my ex set up the site for me and I am not particularly tech savvy). Thanks.
I am trying to establish an anchor ID so I can link an html link to that anchor. I can't find the properties box to set the anchor within DW CC 2020. Thanks!
Will there ever be something like the old Developer Toolbox extensions again in DW? They were great for custom CMS development. In my personal view I have reasons for not using Wordpress, such as a lack of customization when certain functions need to be used or you have to pay for them. DW has turned into a fancy code editor and nothing else much to justify the expense of using it. Any thoughts or news on this?
Hello, I'm using a new verion of DW (19.2.1),up from an older version a few years back. I'm trying to edit in split version (on code) and there's suddenlya huge amount of animated stuff happening which I find extremelyannoying and distracting. Can someone please tell me how toturn it off? This web-page has an auto-play music file (mp3) on it, whichis now playing in Dreamweaver. It also has a slide-show animationwhich is also playing. (this is all in split-screen). When I try editingthe image file-names in the slideshow, popup balloon with the actualimage appears, right at my cursor. This is maddening when you aretrying to hand-code. I tried in pref's to disable "show dialog when inserting objects".This didn't do a thing. Please help me find my way back to a clutter-free, distraction-freeview of code in split-view, so I can edit without all these annoyingdistractions. Thank you.
Creative Cloud DW has many changes to the CSS panel something I used to use all the time. It doesn't open the CSS dialog when I double click the selector, I don't like how it displayes the properties, it wastes important 'real estate' with 'Sources' and '@Media' and I don't use them... pls pls don't make me hate the decision to have spent money to get this new version of Dreamweaver which has only made things worse... at least let users customize this panel to where it's usable again!
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Documento sin título</title> </head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>:: Xpress :: Firma para Email</title> <link href="./style.css" rel="stylesheet" type="text/css"> <script type="text/javascript"><br /> function validar (form) {<br /> if ((form.nombre.value) == "" ) {<br /> alert ("Por favor digite el Nombre.");<br /> document.getElementById('n').focus();<br /> return false; }<br /> else if ((form.cargo.value) == "" ) {<br /> alert ("Por favor digite el Cargo.");<br /> document.getElementById('c').focus();<br /> return false; }<br /> else if ((document.getElementById('skypesi').checked) && (form.skypeaccount.value) == "" ) {<br /> alert ("Por favor indique la cuenta de Skyp
i am using DW cs6. i careated a draw down menue. it works in DW as well as on the server when hopen the new website. but when i use a another computer the menue bar shows as a list.
<!doctype html><html><head><meta charset="UTF-8"><title>Home Page</title><link rel="stylesheet" type="text/css" href="style.css"></head><body><main><header><div id="logo"><img src="images/Carley Design.png" alt="Carley Design Logo" height="100%" width="auto"></div><nav><ul class="navigation"><li><a href="index.html">Home Page</a></li><li><a href="About Me.html">About Me</a></li><li><a href="ContactMe.html">Contact Me</a></li><li><a href="Gallery.html">My Gallery</a></li></ul></nav></header><section class="sectioneaxmple"><article class="left-article"><h1>My Social Media</h1><p>Hello vistors if you want to see more of my work are want to connect with me you can follow me on these social media platforms.twitter @matthewcarley97 instagram @mcarley11 and
For some reason, the Dreamweaver2020 program can't even run the simplest HTML file I am trying to compose. It has frozen over and over all day. I try to enter simple text into the small HTML file or the smaller CSS file and suddenly get the dreaded spinning beach ball. Does anyone know what to do with this (aside from walking away in disgust)?
I know you can change the size limits for pasting an MS Office document by editing the file:C:\Program Files\Adobe\Adobe Dreamweaver 20XX\configuration\Commands\InsertOfficeDoc.js. Add a couple of zeros to the MM.od_WarnThreshold and MM.od_MaxThreshold variables, and you're golden. The paste still takes no time at all, because the default limits are ridiculously low. I wouldn't have a problem with this if I didn't have to contact my IT department to make changes to program files. Every time there's an update to Dreamweaver I have to do it all over again... Is there any way to permanently increase the limits? Who can I contact to request this, or at least to add this as an option in the Dreamweaver copy-paste preferences? Thanks,-Aaron
The select parent tag function in dreamweaver is not working for me even if I use shortcut code. I've spent quite a bit of time going through all of the preferences and reading articles on changing colors for coding etc. So 3 hours later, here I am begging for help. Without the ability to see where my Divs open and close, I can't troubleshoot my page. I think this is a tech support issue, but is there no way to contact Adobe tech support? I sure couldn't find one. Their links are circular and just bring you to the same 3 pages over and over.
I am realitvley new to Dreamweaver and I am trying to aligh a script that is a wether widget. The script returns the correct infomration, but I cannot seem to get it to alight in the body. I want to align it to the left side, but I am having no luck. What is the trick to alight the results? Thanks in advance for your help. THIS IS WHAT I HAVE....I removed the <div alignemt = "left"> so this is it with nothing around it trying to aligh it. This is code from a template page that I have at this time. I have not made any other modificatinos to it. <hgroup><h3>Header Content Region</h3><h4>Insert text, image or banner ads here, or just delete this text and leave this area blank!</h4></hgroup><script type='text/javascript' src='https://darksky.net/widget/default/35.1976,-79.4625/us12/en.js?width=200%&height=160&title=28374&textColor=333333&bgColor=transparent&transparency=true&skyColor=undefined&am
I am trying to create a name anchor tag. I simply want a hyper-link to connect to another section of my website. This has been incredibly difficult to do! Something that was once so simple even in DW now feels like trying to crack a code.I am just reacquainting myself with Dreamweaver (2020) after working with Muse for a few years. I understand that the "name anchor" tag in DW is long gone. But everything I have read to be able to link to a section of my website has not worked. I'm not even sure if they are called "Name Anchors" anymore.I'm sure I am doing something wrong, but I don't know what. Any help would be very much appreciated!
I am creating a website for school. I am having the hardest time with the navigation bar. I am trying to center all of the links. You can see in each box, they are left aligned. I have tried everything in the CSS designer to move them, but nothing seems to work! Please help! Also, while I'm on the link topic, how do I create a seperate set of styling for other links on my page? When I try to link an image and a title to the image, it uses the same styling format as the navigation bar links. Any help with this would be amazing! Thanks in advance!
Não consigo usar um servidor local no dream Weaver 2020 .qual servidor usar não funciona no xamp ,Wamp , vertrigo . problema na versão do php . Qual servidor usar ou configurar
I try to instal Dreamweaver, but always same results, the application stop on 41-42% .Can you tell me why? And can you tell me how i can fixed ?
Hello folks,I'd like to have one special effect on my website, and I wonder if one of you could help me out with it, I am struggling a bit:I created some hotspots on my page and I want to have a mouse-over sound effect on it, like if you touch it with the cursor, there is a little short sound of a snaredrum or whatever.I thought I could do it with a behavior tag, but there are only visual effects available.Do you know how to do it? Thanks!
Hi, As you can pack all files linked to a document in InDesign or Photoshop for instance, I wonder if you can pack all linked files in reference from the index file in the site? Question is because I have files "spreaded" in various folders and would like to structure and collect them in an easy way, and then I thought if you could pack the files. Best regards,Micke
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.