For all things Dreamweaver.
Recently active
Just realized I've never had to implement a "Save Image As" or "Copy Image To Clipboard" button... and now I need to do both for a series of images in a gallery-style webpage. What's the best way to implement both buttons next to an image? Can this be done with HTML alone? Unless there's an existing script out there that will overlay the image with a prompt to Save or Copy if you click it. Those are the two simplest layouts I can think of at the moment. Either way, whatever is easiest to implement would help me out. Thanks! PS: If it makes a difference, my site isn't currently using any JS (just turned out that way, not a conscious decision) but does use PHP to parse includes and variables (which is the extent of my PHP knowledge) in case this influences recommendations in any way.
Hello I am working on a video listing using Tables. When I use properties a few features work as with changing color. I need to align the left column with test to the left. As in the video nothing happens. If I am missing the obvious let me know.Or should I revert to an earlier version of Dreamweaver? Or possibly do something with the code?Let me know.Thanks!
Using the Importer 2 plug-in and selecting <blockquote> as my starting point for each web page, I was able to import almost all of my files into a newly designed and updated Wordpress site. Yeah! My question is, if I also remove <table> and just use the content within it, will that cause the content format to break in the long run? I have done some, and so far so good, but what about the long term? Thanks.Rod the chron
Hi! I have an HTML table that loads onto the page from a local CSV file. I also have 2 dropdown selectors that filter the loaded table by "Region" and "Store Owner". I have a script that "hides" the table results if the dropdowns are on their default states of "Select a Region" and "Select an Owner/Manager". My issue is that when the page loads, it still displays all the table results. Any idea how to hide the tableon page load, and only display the results once the user changes the drop-down options? Here is my rurrent script. <!DOCTYPE html> <html> <head> <title>CSV Table Filter</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- <style> #badcock_table { display: none; } </style> --> </head> <body> <label for="filter-region">Region:</label> <select id="filter-region">
I am trying to link a page from withn html file. I am just using the insert link feature and the inserted code seems fine. I can even see the color changes while in Dreamweaver. However the html page does not have a working link.
I recently posted this in the The Lounge but I thought Dreamweaver users might be interested in it, too. A technology columnist for The New York Times had a personal chat with Bing's new search engine chatGPT (currently in beta testing) and it's alternate persona, Sydney. The conversation shifted to the Carl Jung concept of a shadow-self. Below are a few experts from the transcript & a link to the NYT article. Brace yourself... https://community.adobe.com/t5/the-lounge-discussions/the-dark-side-of-chatgpt/td-p/13616032
Hello Experts, Please forgive me, but I'm not well-versed in php. What I am trying to do (unsucessfully so far) is add a simple "upload attachment" feature (for images, or other documents) to my existing form so when the user clicks the submit button I get the email with attachments. It's a very simple form that looks like this: <!--begin HTML Form--><form role="form" method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>"><!--when submit button is clicked, show results here--><div class="form-group"> <?php echo $result;?> </div><div class="form-group"><textarea class="form-control" rows="3" name="message" requiredplaceholder="What's new?"><?php echo $message;?></textarea><span class="required small"><?php echo $errMessage;?></span> </div><div class="form-group"><h6 class="human">A number between 1 and 1,806,010</h6><input type="text" class="
I have to poll my (low traffic) website users on the best of X options, while keeping the results private for a couple of months. I was originally going to ask them to simply email their answers in, when I randomly found StrawPoll. It offers to keep results private (if you create a free account) but still gives away the number of total votes at the bottom. Big shot in the dark here, but does anyone know if there's a way to hide this info? I figured if they wanted us to pay for this feature, it would be listed under one of the 3 pricing plans. But it's not. Not even for the top business plan (that removes their branding and cures your cancer) which seems odd. (Since I'm more web design than web dev, a script that does this locally would have to be pretty dumbed down for me to make it work.)
BonjourJ'ai créé une fenetre pop up pour faire apparaitre des photos en plus grand avec le HTML, CSS et JavaScriptLorsqu'il y a une photo à agrandir sur la page, tout marche très bien.Par contre, lorsque je veux agrandir une deuxième photo, le système refuse et mentionne "The Id Value [ ex : btnPop ] must be unique et cela ne fonctionne plus. Pouvez vous me guider pour que je puisse agrandir plusieurs photos sur la même page ? Merci d'avance
My sites are interactive and dynamic. The sites collect data and reflect user data the website in real time. Muse is great for layout but I'm forced to use frames to make pages display dynamic data and collect complex data beyond emails. What is the future of dreamweaver? Does XD provide ANY INTEREACTIVITY?
Ok having been forced to subscription license, have been upgraded (didn't want to) to Dreamweaver 2021. It used to be that under Insert I had an option to Insert a Server Side Include Has this been moved some place else, deleted or what . I amring dreaam weaver on MacOS 12.6.3
The index page appears to be working properly in Live view but when testing it with browsers it doesn't display the css styles. It's one of the template sites, Grid. Can anyone help?
I am getting the following error pages:Index:index2022.html - Put operation successful - error occurred - Access denied. The file may not exist locally, may be open in another program, or there could be a local permission problem. Includes:Navigate2.html - same - not transferred Thats is REAL helpful. WHAT FILE. I can uploadf all teh field with an SFTP program but i gert thus eror on every upload. Not crucial but annoying.
Hi. I would like to know how can I configure the program so that after saving the file (ctrl+s) it will automatically send the file to the server? I would not like to have an active page preview function.In theory, it should work like this, with the "Automatically upload file to server on save" option checked. Unfortunately, this only works when the page is previewed
It seems that Dreamweaver deprecated the "Left" "Center" and "Right" keyboard shortcuts that were there in CS4-CS6. Is there a way to create a keyboard shortcut in Design view to align text like there used to be before?Currently, to align text, you have to go to the "Properties" panel, click "CSS" and then select one of the alignment icons.I used to have my mouse set up with these shorcuts. A mouse click is way, way easier!I've tried the "snippet" route to no avail. I need the shortcut to work in "Design" view, not code view. I have even tried to create a keyboard shortcut with the "keyboard shortcuts" dialog box. If the shortcut doesn't exist in this dialog box, you can't create a new one from scratch.Dreamweaver has made life more difficult for me by deprecating this simple feature. Somebody on the Dreamweaver team must know how to give me this simple functionality back. That is if there is one. All of my apps (Photoshop, Animate, Illust
Hi everyone! I'm trying to display a list of options to the user depending on which option they select from a dropdown list. Ideally, this displayed list is editable by the user (like if they want to update the phone number). The final goal is for the user to be able to submit his selections/edits so that an admin receives this via email. See attached mock-up of what I have in mind. I'm not sure how to tackle this and would appreciate a nudge in the right direction. Thank you for your help in advance!
hi - i'm having problems with both my HTML webiste hosted page(s) and the local host test system. if i use a href or src referenence in a tag and a relative address (eg src="/Images/mypicture.png"), when i run it, i get a file not found or nothing. any suggestions? i was able to make it work from within dreamweave by using an absolutte address on my computer.i'm confused.
So I tried to create just a basic index.html page using Dreamweaver with practically nothing in it except TEST in the body. It looks fine. However, when I uploaded it to where I thought my files needed to go, and I type in my website, it gives me a 404. My hosting company gave me a sample index.html file to test it with and, with that index.html file, which, I think, they just used notepad, I put my index.html file in the same spot. Is there a setting in Dreamweaver that I'm missing? Thanks.
I'm trying to complete a assignment for class and I cant seem to find the extract button?
Is the design window with DW supposed to update in real time? Mine isn't, unless I click into it, which isn't realtime... external browsers do, though.
How do I delete multiple hyperlinks in Dreamweaver to different pages on a website? I’ve seen ways to delete all hyperlinks on a page or manually delete some hyperlinks, but not a way to quickly delete multiple pages to multiple pages on a website. Here’s my situation. I license 4,000-plus of my cartoons via a 1,000-plus-page Dreamweaver site (mchumor.com) and a 4,000-plus-page Managed WordPress/Woocommerce site (thekomic.com). Each cartoon on the Dreamweaver site links to a DIFFERENT page on Wordpress site, a page that lets people download the cartoons directly. As an example, if you go to https://mchumor.com/stonehenge-cartoons-pg1.html and click on the first cartoon, changing to Daylight Saving Time, it takes you to https://thekomic.com/cartoon/9060-daylight-saving-time-cartoon/ If you click on the second cartoon on the page about Easter Island underwater, it takes you to https://thekomic.com/cartoon/8843-ocean-cartoon/ Alas,
This is really simple, and really bad:The CODE edting pane JUMPS and moves text around while trying to edit/write/select/highlight code. Obviously this is a problem, no one wants text to JUMP around while editing code. Clearly demonstrated here:https://www.screencast.com/t/51B8uxdESZ
Hello All, I upload with dreamweaver constantly and ever since last night I keep getting a "Waiting For Server" - "Operation Cancelled."? It does this in the middle of uploads and just stops - never really had that happen before so its confusing to me..I will say I noticed my macbook upgraded to the latest apple osx system randomly the other day after that everything seems to be not working like it was. So I wonder if that had something to do with it. I've uploaded the meesgae I get with uloading..Any HELP or IDEAS are welcome as how to fix?
This is the HTML website I am having a problem with. http://sunrisecarhirebroome.com.au/ There are 2 rows of cars. The bottom row next to the XTrail is meant to be the e-scooter. I have copied the code from the Xtrail for the escooter and changed the image and the title but it has dropped out of the row. I checked for unclosed divs and cant find any, checked parenthsis, colons etc and cant find any errors.I have gone crossed eyed looking for the error. I have added a div and then removed it. Maybe a fresh pair of expert eyes can show me where I have gone wrong. Thanks a million
Dreamweaver doesn't currently live up to its name. But I have an unsolicited suggestion for that.I'd like to have a chatbot that I could talk to built into the software. I'd like to be able to use ChatGPT and give it access to Adobe's code hinting and code completion features and open-source UI frameworks to create websites and apps conversationally.
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.