For all things Dreamweaver.
Recently active
DW21: After new version install "flt_lft","flt_rgt" don't follow when doing Realtime_preview.Has something changed again?Thanks in advance,Ingemar
Id like my thumbnails to animate in on scroll one by one fading in and sliding up as they do here https://smugglersite.com/global/commercials/aoife-mcardle/absolut-equal-love current page:https://toddheymandirector.com/reel/ ideally using CSS only
Another one bites the dust:
HiI am new to Dreamweaverwhat is the difference betwen "local server" and "testing server" seen up right in Dreamweaver/files ErikDenmark
Hello.I have an older version of Dreamweaver (Dreamweaver CC) that I want to keep and still use - but my problem is that I now can not open the program.When I try to open the program, I get a message to log in with my Adobe ID. And - when I log in with my Adobe ID I get a message that everything is ok - and that I can go back to my application. I'm trying to reopen Dreamweaver - and the same message pops up asking me to sign in with my Adobe ID, etc. - an eternal loop. Anyone can help me solve this so I can open the program?
I am trying to make one of the categories a dropdown. The navbar already includes one dropdown. I understand the code enough to copy and paste the code, but I am getting an error message. Apparently the coding only wants me to have one menu item as a dropdown. My site is large enough that I need more than one. Please advise if this can be done.
Why is there a white line below the conference panel image (and above the footer)? How do I resolve/fix this issue? I thought my code prevented any padding, but apparently that is not the case. Any help is appreciated, thanks! Image: Code:</tr><tr><td align="center"><img src="http://francemediaincftp.cloudaccess.net/IF20/IFC-Panel-Web.jpg" class="img-max fadeimg" alt="InterFace Conference Panel"></td></tr><tr><td bgcolor="#000000" align="center" style="padding: 20px 0 10px 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td id="body3" align="center" style="font-size: 16px; line-height: 26px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;"><a href="https://twitter.com/interfacegroup" target="_blank"><img src="http://francemediaincftp.cloudaccess.net/IF19/twitter-white.png" width="30" height="30"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="htt
Hi Guys, I have seen a few web template sites that have device emulation tabs that show what the template would look like on different devices. Does anyone know if there is code available that you can uncorporate into local project files so you can monitor your progress as you work? I may decide to revisit my code at a later date and having a tool like this would be very helpful. Thanks in advance.
Hello everyone, With @B i r n o u we are in the process of writing an article about DW, because here in France we are often asked about the future and the state of the software. In this sense, we're looking for some Adobe URLs that we have misplaced, and we call upon your memory, your bookmarks and other archives, if you have any and would be willing to make them available to us. - the url of the official announcement of adobe about the stop of DW evolution - as well for the stop of the wishlist website, with the redirection towards this forum - any revealent thread in this DW forum in case we missed one We're also listening to any ideas on this subject. Thank's for your attention and have a pleasant day !
trying to install DW cs6 that we have for my son in school. I have a product code, but I cannot get a proper serial number. the links /go/studentlicensing/ are dead and the email to request help at DL-S&Tlicensing@adobe.com is dead as well. How can I move forward?
A website developer used dreamweaver to create our website about 10 years ago. The site is still active, yet we have lost contact with the website developer. How do we reobtain access to the website for editing? Also, if you wanted to disconnect a website from dreamweaver to host it on another platform, how would you do that?
Hi Guys, I just wanted to take a minute and say thanks to everyone who has given me their time lately. I've come to the conclusion that I'm not cut out for web development. I keep making bad design choices and can't seen to wrap my head around some of the concepts. I think I'm better suited for writing code and designing databases. Thanks Again. I appreciate all your assistance, time and patience.
Ik heb een lidmaatschap van Dreamweaver. Dit is voor een vereniging (1).Nu wil ik een ander lidmaatschap voor een andere vereniging(2).Hoe gaat het in zijn werk zodat ik onafhankelijk van elkaar de website kan maken voor deze venigingen.Dus elke vereniging met hun eigen DW. Ik ben de webmaster ervan.
I was trying to add a canonical tag in an "editable region". At first it worked well, but for some reason started giving me errors. I removed the editable region and wanted to attempt it again. Now I cannot edit the code at all. It is greyed out, and I cannot touch it. Please advise how to fix this.
I have just subscribed to DW2021. Working to revive a now defunct site created with Macromedia Dreamweaver. How can I use the old library and template files in the new site?
I am very new in websites and i want to know if is there any way to create themes for wordpres or convert psd to html with adobe dreamweaver?i have this website but i would like to create a new one. lajme
Hello, I'm new to dreamweaver and am trying to create a website. I'm uploding designs from canva in a brand new template. However, I'm not sure of the size the pic should be so it can be responsive on desktop, ipad and mobile phones. I tried 1920 x 1080 but when tested in the chrome browser it looks too big. I've also tried 1024x768, 1366 x 768 others in the 12 range. I'm new to creating websites as well so I'm not really sure if the browser is the right place to measure the layout. I just wanted to get some clarity on the size each section of my landing page should be in dreamweaver for it to be displayed as a responsive website when I finally upload to wordpress. Thanks in advance for your support guys. It's great to be here.
Hi Guys, I've been trying to use justify-content to space my menu items evenly without success currently they display with space between them but the first and last tems have no space in front or behind respectly. I would like them to be evenly spaced with space in front and behibd the first and last so they sit nicely within the header/nav borders. I've tried placing the code at different locations but the width 100% overrides. When I remove it and do the same nothing happens. Any help you can provide is appreciated. Also any thoughts you have that could simplify the code are appreciated. <!DOCTYPE html> <html lang="en" class="other"> <head> <meta charset="UTF-8"> <title>CodePen - CSS tab menu v1</title> <link rel="stylesheet" href="./style.css"> </head> <body> <nav> <div id="navigation"> <ul id="mainMenu"> <li class="home"><a href="#">
On Dreamweaver CS5 on Win10, the site panel filelist shows folders but no files. On Win7 and previous versions, it showed files. Is there a way to display files on Win10?
Hello, I have a problem regarding Adobe Dreamweaver. When I use the CSS Designer and add a colour for my background so it does show in the Software but when I preview it in the browser so the backgroud colours aren't showing. Please Adobe solve my problem.
How do I create a blogger with multiple pages through the same Server?
Why does Dreamweaver regex replace some word into a wrong word?-----------------------In short:1. if you use a regex pattern contains an `or` syntax, `|`, eg:(( and )|( that ))2. and your replacement contains a capture group `$1`, eg:$1foobar3. and you perform an regex replace all in Dreamweaver some text could be replaced with the wrong String, due to the `|` in the regex pattern. eg:AA and BBit should be replaced intoAA and foobarBBbut it may be replaced into AA that foobarBBwhich is wrong.-----------------------I had the exact same issue as what this web link describes (I reformated the simplified example from that link to above)https://superuser.com/questions/1725719/dreamweaver-regex-replace-into-a-wrong-character-how-to-avoid (For more detials, please view that link, it has better description and image.)-----------------------I am using Dreamweaver 2021 (Version 21.2) OS Windows 10-----------------------(If someone test it, and you can / cannot repro
When I create a new row in a table (control click in a cell > Table > Insert Rows or Columns) the cell is formatted by default as None. I would like cells in new rows to be formatted as Paragraph.I have done extensive searches, but haven't found an answer.
I am begging everyone, anyone, to help me figure out what I am doing incorrectly with the Adobe Dreamweaver settings. I cannot understand how to stop this annoying popup that says "do you wish to overwrite your local copy of [file]". I am using dreamweaver for very simple php/html file editing on a remote ftp server. I make edits daily but almost every time I open a file to edit it, I must first click through that annoying message box! It is so absurd and I am hoping someone will enlighten me to what in the world I am doing wrong here! Some facts:- I am the only one ever editing files. no check in/out used or needed- I have the site setup as an ftp "remove server" and that is the file view I am using when I double-click a file to edit it and get this annoying popup.- I have tried setting up a "testing server" with the same credentials just to see if that would change it. but it did not change anything- I have NO NEED for local file editing and prefer to simply open a file from the remo
Hi--I constantly need to convert SVG line art (generated in Solidworks Composer) into HTML, and have been looking for a way to automate the process. Typically, I open the SVG in Dreamweaver and "save-as" HTML. However, this gets tedious when I have more than a few images to convert. Online batch converters won't work for me because 1) the images are company-owned and confidential, and 2) the online conversions wipe out the interactive features added by Composer. Does Dreamweaver have a "batch convert" function or macro which would allow me to "save-as" several images at once? I'd appreciate any suggestions. Thanks!
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.