For all things Dreamweaver.
Recently active
And can you somehow make the window with the code have vertical lines from the opening tag to the closing?
HelloHow to add a stroke outline to text thicker then 1px ?Example is I made the outline 2px and it looks ragged compared to the 1px.Is there a better way to add a stroke outline to any text?Also can you take an image and resize it as the screen is resized?https://cooltext.com/Logo-Design-Keen Example of what I want but using css. <!doctype html> <html> <head> <meta charset="utf-8"> <title>Text Stroke</title> <style type="text/css"> body { background-color: #4B7187; padding: 0px; margin-top: 50px; margin-bottom: 50px; } .container { max-width: 60%; min-width: 350px; background-color: #62C0FF; margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 2px solid #000; } .header { background-color: #FFFFCA; padding: 0px; margin: 0px; } .sidebar { float: left; width: 100px; margin: 0px; padding: 15px; } .content { padding: 15px; float: left; margin: 0px; } .footer { pos
That is no help when DreamWeaver SX crashes when trying to open a page, that has virtual includes.I bought a lifetijme license of Dreamweaver MX in 97 so that I could use the then new virtual includes, but this spring Adome stole my lifetime license and forced me to buy DreamWeaver SX. Ohn most pages, NOT ALL, that have used virtual includes for 3 decades, DreamWeaver SX crashes.After they stole my MX, some guy from Adobe installed SX onto my W10 machine.Does DreamWeaver SX not work on a W10 machine?Where can I download it for my W7 machine?ThanksDearWebby
Is it possible to change the color of the cursor in main.less or in some other place?
Can anyone tell me why this virus warning has appeared with someone trying to view a page of my website please?
Hallo Zusammen, ich habe in Dreamweaver für meine Webseite eine Vorlage erstellt.Mit dieser Vorlage will ich meine Seiten erstellen.Der editierbare Teil der Vorlage soll der Inhaltsbereich meiner Seite sein.Soweit hat alles funktioniert. Das Problem ist, dass der Eintrag im HTLM Kopf für die verlinkte CSS Datei nicht editierbar ist, wenn ich mit der Vorlage eine neue Seite anlege. Ich habe also immer die gleiche CSS Datei. Was kann ich tun um für jede Seite eine eigene CSS Datei zu bekommen z.B. Kontakt.html und kontakt.css?GrußMarkus
I'm using Adobe Dreamweaver 19.2.1 I'm working on a website that that uses SSIs to call on headers and footers. Everything displays fine on the test server, but they don't appear in Split view or Live View. Is there a way for me to preview it as it would look on the test server? The site was designed this way (not by me) so I cannot get rid of the SSI. They are<!--#include virtual="/include/css-header.html" --><!--#include virtual="/include/header.html" --> <!--#include virtual="/include/footer.html" --><!--#include virtual="/include/css-footer.html" -->
Hello! I am familiar with Dreamweaver, so I rely on these youtube videos and forums for aid. However, there is one issue I cannot seem to find a solution to. Adobe Dreamweaver promotes an automatic connection to GIT if installed with the default configurations. This, however, was not the case. I tried with GitHub and the actual GIT Client, but Dreamweaver cannot seem to find it. Yes, I relaunch the program every time. I would preferably like to connect GitHub as I am more familiar with its GUI, but if need be I can adapt to GIT. Please help!
I believe it has something to do with the speed it saves it. It seems to be still saving it while the upload starts, thereby getting a failed message. Then I have to make another change to the file and try it again, and it normally goes up the 2nd time. As I make a lot of changes and want to see the results having it fail 50% of the time is very annoying. Any suggestions? I have tested other options and they do not fail, but I prefer to use Dreamweaver.
I have a project where I need to convert an 18 page word doc (docx) to Markdown (md) for a CMS site. I was hoping I could just copy the word doc and paste into dreamweaver and have it convert to md like it does for HTML. Alas it does not. Was then hoping that after DW converted it to HTML, I could then convert the HTML to md....that didn't work either or at least I couldn't figure it out. Anyone have any ideas of how to get a large docx file converted to md?? If it wasnt 18 pages of content, I could just hand code it. Its also some private info, so I cant use an online converter for privacy issues. Any thoughts would be helpful.
Hi!How can I change the size of the Site-Chooser - it used to be a long list - no it's only short list with about 8 entries - I have about 50 projects - so it makes no sense to scroll through such a short list - thanks for your help!
I've built a site in Dreamweaver CS6/2020 to replace an existing site. It was working (in a test environment, so to speak) a month ago. I've since uploaded the files to Yahoo's Staging Environment and it's not working there. I get the dreaded 404 error message when trying to access the index.html.I would love some help, assistance, getting this site live. Any takers out there?Thank you,Elaine
In the attached images there are two instances of the same page in design view, in DW CS6 and DW CC2019.The difference is because CC2019 doesn't read three of the "virtual includes" in the code:<head> <!--#include virtual="/ssinc/ggle.inc" --> <meta charset="utf-8"> <title>Αν ερχόσουν</title> <!--#include virtual="/ssinc/hd.inc" --> </head> <body> <div id="shell"> <!--#include virtual="/ssinc/nv.inc" --> <h3>Αν ερχόσουν</h3> <table id="elems">Am I missing a setting or what?Thanks
How can I quickly toggle between a size 3 and size 4 of my default fonts using the properties window of Dreamweaver CS.5?In my old version of Dreamweaver the Properties section had a window marked Font and Size. I now have to manually type in <font size ="3"> in code rather than clicking a button
Hello,I have a website we're building that has to use one PHP file to declare and set the values of some global JS variables. Then in anotehr JS file we have to take actions based on the values in those global variables. However, in DreamWeaver the JS file is full of false-positive error messages for "undeclared variable" with regard to all those global JS variables ( that were declared and given values in the previous PHP file ). Of course, everything works properly when we test our logic in a web browser. But it's now hard to debug this long JS file, because we have to constantly hover over, see and then disregard 90% of the error lines - as they are false positive - in order to finally arrive at and fix any REAL errors when we add or update the logic. Does anybody know a way around this? Making DreamWeaver properly aware of previously declared global variables between multiple files? Thank You
Hello, I was wondering if you guys could help me out, please.I was asked to add Google Analytics tracking code to some of the company landing pages.The issue here is I don't have access to the top of the page (Header). I was provided with a locked template for header and footer created in php and I can only amend what's in the body.could you please advise? Many thanks,Anna
Hi. Am using Dreamweaver CS6 and my Spry Horizontal Menu Bar is playing up.It's insists on staying vertical.Any ideas would be gratefully received.Many thanksClifsk1
All file types that I've put to the site have worked so far, however after putting an rdp config file to the site, for users to download, I am having issues. I am going through the same steps I do to put pdf's and such to the site. When I right click the image that is linked to the rdp file on the live site, and try to save the link from chrome (windows 10), in the chrome downloads it is stating "Failed - No file". It is pulling down the correct file name, and when I open that file in the Dreamweaver file browser, it opens up the rdp session correctly. I have also tried this on Edge and got the same result. I'm using Adobe Dreamweaver 11.5 5315 and was wondering if anyone here had ever experienced issues with putting/downloading rdp config files on the site. Thank you!
Why Jquery event autocomplete is gone on CC 2017? Screen is from CC 2015.Any way to restore this functionality?
Hello, we have got an online form here, pretty simple one that needs a date and time filled in, it's based on an even simpler contact form that uses Captcha V3 and works fine – https://bit.ly/2NYwom7 when we fill in the form it just produces a page with "Error!" on it, as stated in the PHP code, which is as folows <?php //set recaptcha url/secret-key/response$recapture_url = 'https://www.google.com/recaptcha/api/siteverify';$recaptcha_secret = 'xxxxxxxxxxxxxxxxxxxxx';$recaptcha_response = $_POST['token'];//send information to recaptcha url$recaptcha = file_get_contents($recapture_url . '?secret=' . $recaptcha_secret . '&response=' . $recaptcha_response);$recaptcha = json_decode($recaptcha);//check if recaptcha has been successfulif($recaptcha->success==true) {if($recaptcha->score >= 0.1) {// if recaptcha is successful and score is equal or more than 0.1 process the form information$name = htmlspecialchars($_POST['name']);$telephone = htmlspecial
Hello, all, There is one thing that has been mildly frustrating and I've put it off long enough. I have Dw set so that it will automatically open the files that were left open when Dw closed. Every time I start Dw, the file tab that had the focus when I closed Dw (assuming more than one file opened) gets moved to the far right (still has focus). Why? What is the point? I don't care if the last focus gets focus back when Dw opens, but moving it to the far right (esp if I have 20+ documents open) is annoying. Is there a fix, for this? V/r, ^ _ ^
I'm doing some updates for a client who has a couple of links on Google ranked 1 and 3 for a specific search term. Unfortunately the link to the pages contains a specifc brand name, which the client no longer supports, and wants all references to it removed from their website and replaced with another similar product. I know I can use the htaccess file to redirect the old link to the new link and I've suggested not having any brand name in the link in case they want to revise the product again in a couple of years. However if I use in the htaccess file: Redirect 301 /brand_name https://domainname.com/new_product_name/ Then will the high ranking links listed in Google be dropped over time or is Google clever enough to realise the old link has been moved and maintain the high ranking to the new link. Also will it update the description associated with the Google listing for the new product description as that is different to the old one or is it a matter of starting over f
Every time I try to put my site files to the remote server it gives me an error and says file not transferred, but the window closes before I can figure out why the files are not being put to the server. I was having a problem putting files so I had to use an outside ftp program. This only happens with a particular site, my other sites the window seems to stay open until I close it but there are also no error messages. WOuldn't it make sense to keep the window open when there is an error? I tried re-putting all of my files back on the server using the seperate ftp program to see if that would fix it and no still not working.
How a so old feature of PHP (add in PHP4) is not implant in DW ?Why ? I want to know ?Comme le dit le capitaine Haddock : "mille millions de mille milliards de mille sabords de tonnerre de Brest" "bande de bachi-bouzouks"If I don't put the ligne "// ' " after the heredoc, code after is dirty and treat as string !!!, see picture
I am new to dreamweaver, although I have a website I created it in word. I have since been told tu use only dreamweaver to upload my files. Can you point me in the right direction, Thanks.John
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.