For all things Dreamweaver.
Recently active
Im having an issue getting webfonts to link correctly on all browsers for all users - it shows sometimes and sometimes it reverts to a serif font like times roman (screenshot below- also attached the way it is supposed to look) - often after it loads correctly on the landing page then reverts to a serif font upon clicking deeper into the site: https://andylilien.com/ the font style sheet for the site https://andylilien.com/css/font_stylesheet_al.css and the header font styling as an example: .siteTitle h2 a{ font-size: 32px; letter-spacing: 2.5px; text-transform: uppercase; color: #204d52; font-family:"cf_dots_521regular", "sans-serif"; font-weight: normal; } is there anything I am doing incorrectly? font vs font-family?" vs ' ? in the class or in the font stylesheet?relative links in the font stylesheet vs direct links?
Hello guys im new with the latest version and i need help. My question is how to connect to a database automatically for example like CS6 is the a tab for databases?Thank you very much
Hi there - I purchased a security certificate from GoDaddy last fall and recently noticed that my website still says not secure. I called GoDaddy and they said I need to force re-direct to SSL. (My website appears secure when you manually type in https). I don't know how to do this. When I search, I see lots of posts saying to alter my .htaccess file, but I don't think I have one of those. If I do, I don't know where it is or how to modify it.I have a mac and am using Dreamweaver CS6 version 12.2 Build 6006.If it's not yet obvious , I'm a small business owner and don't have a webmaster.Thanks for your help!
Hi,I still use Dreamweaver 8 😉I want to delete many, many links to amazon (including the word "amazon"). They look like this:<a target="_blank" href="https://www.amazon.de/gp/search?ie=UTF8&tag=USERNAME&linkCode=XXXXX&camp=XXXXX&creative=XXXXX&index=sports&keywords=XXXXX" style="color:#999">amazon</a>These "XXXXX" are always different.How do I search&replace/delete them right?Do I have to search for sourcecode oder text or text (extended) oder specific tag?Can I use wildcard like " * "?Didn't find a way 😞THANKS from Germany!!!
Ok i am gettinbg this error. pages:Travel:2023:Andros:Andros.html - Put operation successful Path was: /usr/local/www/kasdivi.com/p7pm3 Path was: /usr/local/www/kasdivi.com/p7pm3 /usr/local/www/kasdivi.com/p7pm3/ - error occurred - Unable to create server folder /usr/local/www/kasdivi.com/p7pm3/. Out of memory p7pm3:p7PM3-02.css - user cancelled Doing a search i found this discussion 6 years agohttps://community.adobe.com/t5/dreamweaver-discussions/server-out-of-memory-error/m-p/8990453 The crux on thei seemed yto be physical memory and some finger pointing at external drives. so I movetr the files off an external and on to the actual machine. and restarted Even after that I have 43GB of available memory on my deskstop. My server where run the web site . is hosted has 95% of its diskspave available Any thoughts? I can uploade using a FTP client https://community.adobe.com/t5/dreamweaver-discus
I maintain a simple Dreamweaver site made by someone else quite a few years ago - I'm a graphic designer rather than a web designer but understand the very basics of code. I recently got a new Mac with a new OS, and reinstalled all the Adobe apps. When I went to update the website the local files (stored on Dropbox) opened blank and I had to download them from the live site - they looked unstyled but the design view never looks right anyway so I went ahead and updated in the code view as normal. Uploaded and all looked OK on my Mac and iphone. But someone else let me know that lots looked wrong on their various devices and browsers and I looked in an incognito window on my Mac and the style sheet wasn't being applied and all the new images weren't showing. Updated text was correct. I checked that the new images had gone into the image folder and that the stylesheet was in the styles folder, and that the paths were correct in the HTML. Older images which did show live were in the same i
I webmaster a Vietnam Vets website centaursinvietnam.org The many rollovers on my homepage (index.html) quit working after I changed one of the navagation buttons. They have worked for a decade. Everything else and the new button work fine. When I upload a past version the rollovers work. Compared the two sets of code, line by line and found nothing. ?? Dreamweaver 21.3 on iMac. Retina 5K, 27-inch, 2017, Mac OS 13.2.1(22D68), Ext 12TB WD, 64 GB 2400 MHz DDR4, 4.2 GHz Quad-Core Intel, Core i7 Bruce Powell [email removed by moderator]
Hi there,I'm not sure if this is a bug, but whenever I highlight text in the Design view there's pop-up ballon that tells me, "Press command key to see table structure." (See attached.)I appreciate the tip, but it's very distracting to see this each time.If there's a workaround to turn off those pop-ups I would love to know!Thanks so much - all in all I really enjoy using Dw.Doug
Having lost access to my Dreamweaver CS6 website - due to various issues after reformatting my iMac Hard Drive and finding myself unable to reinstall CS6 - I am now forced to either abandon my website or consider upgrading my iMac and subscribing to CC. Can anyone advise me as to any technical problems I might/will encounter if I was to purchase an up to date iMac and choose to go the Adobe CC subscription route ? It's not a cheap option for me but the nightmare scenario is that I invest in an up to date iMac and then find I cannot migrate my existing CS6 website to an operational one in CC. As things stand, without Dreamweaver, I currently have no way of accessing my website. On the plus side my host has all my web files backed up for me to access and download when required. I also have all my web files, images etc., backed up on an external 2TB SSD accessible via Time Machine and also on my iMac. Regarding the difficulties of starting afresh in Drea
What is Dreamweaver's current status?
Hi everyone, I have a simple contact form that includes only three input fields: name, email address, and comments. All three are required. As it stands, inquires arrive with "Contact Form" as the subject, but I would like the subject to show the sender's e-mail address or name. This is how the form is current set up. How can I substitute "Contact Form" with either the name or email address? Thanks for any help you can provide. Mark <input type="hidden" name="subject" value="Contact Form"> <li><label>Complete Name <span class="required">*</span></label><input type="text" name="field1" class="field-divided" placeholder="First"><input type="text" name="field2" class="field-divided" placeholder="Last"></li><li><label>Email <span class="required">*</span></label><input type="email" name="field3" class="field-long"></li>
It's my first time using this, and coding is really a dozy for me. -_-I need to know how to pad my text in my div columns within a certain width, along with the largest image to dip slightly below the navbar and above the div content below. I am using Bootstrap for these assets. Also, I would like to apply that to my navbar titles and link buttons as closely as possible. Here's a screenshot on how I would like it to look in the final product attached. Here's my HTML code: <!doctype html><html lang="en"><head><!-- Required meta tags --><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><!-- Bootstrap CSS --><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"><link href="Styles/0606-v2styles.css" rel="stylesheet
Created a page for a friend using intersection observer js where the divs/images should appear as you scroll down except something is stopping it from scrolling further than the visible page- https://andylilien.com/generalreel/but works on mine with the same script and relevant csshttps://toddheymandirector.com/reel/ Ive tried overflow:scroll etc nothing has worked the js<script>if ( 'IntersectionObserver' in window ) {let observer = new IntersectionObserver(function (entries, observer) {let delay = 0;entries.forEach(function (entry) {if (entry.isIntersecting) {setTimeout(function () {entry.target.classList.add('fadeInVideo');}, delay);delay += 200;observer.unobserve(entry.target);}});}, { threshold: 0.15 } ); // only show elemenst when 15% inside bottom of viewport// observe the elements to be animateddocument.querySelectorAll( '.reelVideoContainer' ).forEach( function (el) {observer.observe(el);} );}</script> thoughts?
Please update PHP support in DW for PHP 8+. Can't be that difficult guys.
I have seen in several threads that only "web safe" fonts will work across "most browers". How do I deternine which fonts are "web safe:? I had tried to assign a font to my H3 selector after bring adding it to my font stacks. in dreamweavr 21.3 on MacOS as shown in the attached screen shots with no sucess
Windows 10 - I have searched for a solution and found one for a Mac, that is of no help to me.When editing a Dreamweaver page in Windows 10 the live view does not reflect the changes I make. I have to close/reopen the file to see the changes. I can preview in browser but both of these procedures are very slow and clunky. Any help appreciated.
Hello. I was following the tutorial Create a responsive grid layout (adobe.com) and it teaches the code <div class=“row”></div>, then it teaches a shortcut that should create this same line .row tab, but, for some reason, it simply doesn't work on my Dreamweaver, the app simply keeps the text as it is. Dreamweaver 2021 Windows 10 Home Edition Steps: Open the Source Code (html) tab on Dreamweaver; Between the lines <main> and </main> type the code (shortcut) .row and then press the tab button on keyboard. Expected result: shortcut typed should be automatically converted to <div class=“row”></div> but nothing happens (.row and the tab space just keep there as a simple text).
Sorun şu ki Kodlama yaparken bizi hızlandıran özellik olan Kopyala veya Kes Yapıştır yaparken işlemi yapıyor ama görünürde değişiklik olmadığı için biz defalarca tekrarladığımız için olmadığını düşünerek birçok yapıştırma işlemi yapıyor ama biz farkında değiliz bu da hem hata yapmamıza sebep oluyor hem de yavaşlatıyor sorun bir an önce çözülmeli ..
Not a major priority but I think my navigation would be more elegant if the menu bar reversed out as the page shifts onclick in a similar manner to the way it loads. https://toddheymandirector.com/ IE.. right now if you click on the menu bar on the upper right the navigation bar slides up slightly and fades into place, each title sequentially-- as is, if you click any page it instantly disappears. Id love each page title.. ie HOME, CAMPAIGNS, ABOUT, CONNECT and the social buttons to slide down slightly (same amount as the move up) as they dissolve out and the page you've clicked appears.. thoughts?
I am trying toi make a few small updates to an old website I built in Dreamweaver back in 2005. The wesbite still works functionally but a coupole of the rollover links are broken and I'd like to fix them as is if possible. The website www.collisionmachine.com was an arts group project we ran back in the day and I would like to maintain the original design as a kind of live archive. I'm planning to add some new pages but I can build those in the modern dreamweaver. The big challenege is how do I fix the old rollover links without having to completely rebuild (and thus ruin) the archive site version? Specificallly on the https://collisionmachine.com/index.html# page, the archive linnk (which is the first building rollover) is broken. Any suggestions appreciated.
I keep getting these popups and I love the heads up that I have forgotten something, but they often persist after I have fixed the issue.. I change to edit a another page and come back and it is still there. Any thoughts on how to deal with this, other than the obvious of not making stupid mistakes in the first place?
When using the external link checker, I am unable to save the results to a text file. Dreamweaver 2021 crashes, and the information saved to the text file is the broken link report instead. Site, Site Options, Check Links Sitewide.Change the selector to External Links.A list of external links is displayed.Right-click in the results and select Save Results...Specify a text file name and location.Click Save.Dreamweaver crashes and reports that an error has occurred. I have sent several of these crash reports to Adobe.Open the text file that is created. It lists the broken links for the site, not the external links.
I'm using Dreamwever v 20.2 on MacOS Catalina v 10.15.6. I'm experiencing the consistent problem of Dreamwever suddenly quitting with no warning or error message when trying to move a group of files from one location to another within multiple local sites. The process that occurs that initiates the crash is I go to the files window, select a site, highlight a group of files and drag them to another folder within the site. I then get a popup "Update Files" window with the prompt "Update links in the following files?", and then I click the update button. Progress displays and the process proceeds as expected, however upon completion (or close to it I assume), Dreaweaver suddenly quits with no warning message. I've attached four screenshots. It seems to be related possibility to the number of files within the site as it often will not crash if I just move one or a few but almost always crashes if I move 20+ files. Dreamweaver also randomly crashes sometimes when changi
Hello In the "local info" tab of the "Site setup" dialog box the user has a choice of "Links relative to document" or "Links relative to site root". In all the videos, books, chats, tutorials that I have looked at i have never seen any explanation of which one to click on. "Documents" seems to be the default choice and that is working OK for me, but i don't like clicking on things blindly, not knowing what they mean. Can anyone explain the meaning of these two choices? Thanks Kevin
Hi, How can I disable the automatic text added in code view <p>This is the content for Layout P Tag</p> or <h2>This is the content for Layout H2 Tag</h2>. This slow so much the editing. 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.