For all things Dreamweaver.
Recently active
Ive just started using Dreamweaver. However I ran into a problem when building a site, so I started from scratch. I deleted the index file in my root folder ok, but when I try to start a new site I'm informed that the root folder is alredy being referenced. I could change the root folder name or edit the registry references but is there any other solution that can completely remove the sie name and reference to the root folder.
How to Embed a PWA Studio React Application in Any Website? I have an static HTML file (outside of React app). I also developed a Magento PWA Studio React app which contains multiple components. Is there any possibility to export and embed only the specific component from Magento PWA Studio React app to my another static HTML file? In traditional React app it's possible if we are doing like in below link. [link removed as per forum guidelines] How can we do the same concept in Magento PWA Studio React app?
Hello PHP pros, This one's probably a simple one for those of you versed in php (which I'm not). I'm trying to add "upload file" capability to an existing form. The form works, I just don't know what I have to add to the following code so that a user can add an attachment to a message. I've tried a few things from what I've read online, but I must be missing something. Any help would be greatly appreciated! Thanks! Dave <?php// NOTE: this page must be saved as a .php file.// And your server must support PHP 5.3+ PHP Mail().// Define variables and set to empty values$result = $message = $human = "";$errName = $errMessage = $errHuman = "";if ( isset( $_POST[ "submit" ] ) ) {$message = $_POST[ 'message' ];$human = intval( $_POST[ 'human' ] );//valid address on your web server$from = 'webmaster@daveharrison.info';//your email address where you wish to receive mail$to = 'dave@daveharrisonwebdesign.com';$subject = 'MESSAGE FROM YOUR WEB SITE';$hea
I cannot find Drteamweaver 2022 in Creative Cloud. I only have 2021 (21.2) and yet my 2022 Classroom In A Book referes to a 2022 version?
hi,I want to ask that if dreamweaver supports multivendor marketplace website.Many thanks
We buy this program at 2013 from your Turkis agent It did not work now
My dremaweaver feels very glitchy since I started using it. one of the main things is that under properties panel and text, I can not select a color to change the text. It just shows a white box with a red line across it. The same happens with the background. Every time I click on it, nothing happens. anyone knows how to fix this?
this is the css code :root {--bg-color: #081b29;--second-bg-color: #112e42;--text-color: #ededed;--main-color: #00abf0;}
I am relatively new to Dreamweaver but how good is it and building a modern looking ecommerce site and how easy is it to integrate to other systems to make this happen? Any easy way to make this happen like Templates etc? How could I make this site different /innovative to others (such as what you would get on WIX or GoDaddy)? The products are "Healthy Drinks". Thanks in advance and all guidance welcome.
I am one of those struggling designers using Bootstrap, and also here because "rollovers" have stopped working on a template I modified (circa 2019 maybe) using Dreamweaver, and wondering what you recommend using. This is not a simple rollover but a mouseover hover that is calling a modal. I sure would love this to work as it holds my portfolio designs. Not a techie but in need to make a living after an extended disability and could sure use some help getting up to speed. Please and Thank you.
I would like to remove this yellow warning (see screen capture) I am using an old purchased copy of CS5 (version 11). It still works fine for my purposes. Except for “live view”. I want to use Chrome as my browser. I do not use Internet Explorer at all. So I did browse to chrome on my drive application folder, and selected Chrome as my default browser within Dreamweaver. The yellow flash plug-in not found warning at the top (see screen capture picture) as a little X marked on the right-hand border. However when I click on the x,, rather than closing the yellow warning, it causes Dreamweaver to completely crash. So how to get rid of this irritating yellow flash warning? Thanks
Dreamweaver Creative Cloud 21.3 on macOS 10.14.6 is super slow, unusable. Beach Ball runs on and on. Please advise anyone can offer suggestions to get running again. Do I need to spend thousands on a new mac just for Adobe?
Hi there, I am wondering if it is possible to colour code files or tabs when open in Dreamweaver? For example, I sometimes have 2 or 3 projects open and have sever inde.html pages and style.css files open so wondered if there is a way to seperate them? Any ideas would be great!Thanks
When I started working on this site I somehow managed to save my html in the site folder on my local drive, and save the css project to MS One Drive. Once I found the mistake I moved the css back to the site folder and I've had this issue since. There are two tabs for the same file name, Bootstrap-4.4.1.css, according to Dreamweaver the first one doesn't exist and the second one actually has code in it. I'm new to Dreamweaver and I'm still figuring out how to use the site/file manager tools so this might be very basic. I would love some ideas on how to troubleshoot this, thanks. Windows 11,Version 21.3Build 15593
Can someone tell me how I can position iframes containing links to YT-videos so that they are divived evenly over a page horizontally instead of justified to the left, so that an empty space is left on the right? Here's the html-code of the page:<!DOCTYPE html> <html lang="nl"><!-- InstanceBegin template="/Templates/HB-rood-logo_video.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- InstanceBeginEditable name="doctitle" --> <title>Test-video 2</title> <!-- InstanceEndEditable --> <!-- Bootstrap --> <link href="../css/bootstrap-4.4.1.css" rel="stylesheet"> <link href="../css/stijlblad_HB_2r.css" rel="stylesheet" type="text/css"> <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable --> </head> <bod
Dear all, Currently I'm working on a (try-out) page with videos. I have two videos next to each other in an iframe, but I cannot position them properly. I want them evenly divided on the screen, not right next to each other, leaving the right side of the screen emtpy. I've searched the internet for solution and tried several, but nothing worked out properly. What properties can I add to the iframes besides margin:auto and display:block to center them horizontally in their column? They are responsive.Here's a screen-image of the page:Here's the css-code:iframe { margin: auto; display: block; } video { width: 90%; height: auto; display: block; margin-right: auto; margin-left: auto; border: thin solid hsla(0,0%,0%,1.00);And the html:<div class="row main"> <div class="row"> <div class="col-md-6 justify-center"> <div class="embed-responsive embed-responsive-4by3"><iframe class="embed-responsive-item" src="https://www.youtube.com
Every few hours cut and paste stops working in Dreamweaver. The only way to fix this is close all applications, delete the Dreamweaver preferences in the library folder, and then restart all applications. Things will then work for a few hours and then the same issue occurs. I know Dreamweaver has had numerous cut and paste bugs over the years, though this is the first time I've experienced it. Does anyone know a permanent solution to this problem?I am using Dreamweaver 18.2 on a MacBook Pro running OS 10.13.4.
May i know what part is wrong? since the data from "Menu" cannot retracted from the database
Hello.I want to use Dreamweaver to build a website on Hostinger.I have made a very simple website with one html page in it. I have been working with this problem for some time. At first I thought that the firewall in my router was to blame. After it turned out that it wasn't the case I downloaded FileZilla and tried that. Doing that pointed to the fact that I was putting the index file in a subfile rather than public_html file. When I corrected this problem my website was up for the world to see. So I tried to upload from Dreamweaver and I am still having the same problem. I will list the steps I took with pictures.I goto Mange sites: I then go to Site Setup: Then I go to the next diologue box. And finally I go to the Servers diologue box and put the necessary information like so: And this is the result: Now I notice that my site name is thespokenword and yet the Server Name is thespokenword.xyz. Is that the problem?
I am a simplistic Dreamweaver user. For years I've been doing simple tables in html. For example, create a table 1600 pixels wide with five rows and no columns. Fill them in with photos and text. I never had any issues. Starting today I created a table as described above. There is only one row displayed. When I try to insert an email I get something like this: If I choose "before" then it creates another table. So I decide to create my file using html commands and not menu commands. This works initially, but eventually images and text appear in the wrong place.I know this all sounds vague. I am hoping the Creative Cloud did an update and there is a bug somewhere. I sunk hours trying different things, but eventually it gets screwed up. Help!
When I open the HTML file in the browser, the webpage does not scroll, and it appears to be limited to a single screen height. As a result, I cannot access the content beyond the visible screen area. I have checked the CSS for any conflicting settings, but I couldn't identify the cause. Is there any specific setting or property that could be causing this issue?
I am trying to put up a Website on Hostinger. I just could not do it. Turns out that my router is putting up a fire wall. To get this fire wall down I have to jump though all kinds of hoops and I rather not. The gist of my post is this: are there some internet providers or routers that are more conducive to Web Construction?
DW keep showing some of the images I insert as broken. There's nothing wrong with the images, and when I upload, they show as they should on the web. Looks like a bug. Please advise.
[24-Jul-2023 07:58:29 UTC] PHP Notice: Use of undefined constant id - assumed 'id' inmay i know what does the php notice mean /home/pbv3iybckwao/public_html/product.php on line 72 [24-Jul-2023 07:58:29 UTC] PHP Notice: Undefined index: id in /home/pbv3iybckwao/public_html/product.php on line 72
July 13, 2017 this topic was posted in this forum. This gave me thought to create a component to do just that. Caveat: I created an extension for a different IDE, one that will undoubtedly fill the gap once Dreamweaver is retired. To show you the implementation, I have created a video.
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.