For all things Dreamweaver.
Recently active
Right now when a customer hits "SUBMIT", the form he filled out gets emailed to me and a paypal page opens up.But I added several options so what I need (ideally) is if a customer checks only one field and hits SUBMIT, he is taken to paypal page one.If he checks two fields and hits SUBMIT he is taken to paypal page two.And the same goes for 3 other options.Any ideas?
HI, I have added images of products for sale from dreamweaver and uploaded on my hosting server.When i see my website in the server, the images disappear.However when i preview the images of the product in realtime preview in dreamweaver, the images are there...please help...i have taken pictures of the images from my camera...they are not taken from google.many thanks
I wonder if anyone can helpI am using jQuery tabs bar from dreamweaver plugins I want to add a popup windowI saw a link that 'Nacy Oo Shea' uploaded which is prefect in the style I want but when I add the code it destroys the tab bar, not sure how to correct this to get the tab bar to work.Also is there away to get the popup window to open when you click on the button and not auto load upThanksTim------------<!doctype html><html><head><meta charset="UTF-8"><title>test2</title><link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css"><link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css"><link href="jQueryAssets/jquery.ui.tabs.min.css" rel="stylesheet" type="text/css"><script src="jQueryAssets/jquery-1.11.1.min.js"></script><script src="jQueryAssets/jquery.ui-1.10.4.tabs.min.js"></script><!--popup start><!--[if lt IE 9]><script src="http:
I have created a template named Location Page, that is based upon another template called Menu and Footer Template. I have updated the style for #menu to "position: fixed;" on the original template Menu and Footer Tempate. However, the Location Page is not updating. I have tried manually updating both pages, and tried restarting computer/Dreamweaver see if a cache was still being used.Menu and Footer Code:<!doctype html><html><head><meta charset="utf-8"><!-- TemplateBeginEditable name="doctitle" --><title>Team building events and activities | Espionage Missions</title><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="Meta Description" --><meta name="description" content="Our mission, should you choose to accept it, is to provide your team with some competitive outdoor fun. Espionage missions team building events and activities."/><!-- TemplateEndEditable --><link rel="apple-touch-icon" sizes="180x180" href=
Dear,Everything refers to open local page (remote server).Please, I am in need of help to know how to solve what has been happening with Dreamweaver versions CC 2018 and CC 2019 in relation to Dreamweaver CS6.I have "Adobe Creative Cloud" and have installed the following versions of Dreamweaver.a) CS6,b) CC 2018 e;c) CC 2019.I intend, for a while, to stay alone with Dreamweaver CC 2018, then only with CC 2019. But at the moment I would like to take this doubt, even because I do not know if uninstalling the CS6 version will continue happening what I am seeing with CC 2018 and CC 2019.What's happening?In the CS6 version, when I give an F12, in a page, it shows in the address as for example: http: //localhost/minespages/version_03/index.phpIn my view, there is no mistake. The page opens normal, interact with database in MySQL. All right.In the settings of this same page still in CS6 it looks like this:Settings under "Site" -> "Manage system ...""Site""Site Name" - mypaginas "Addr
How to reduce the window width? Why is it reduced only to a certain width? There is a lot of useless space in it. In any code editor, this window can be reduced to a minimum.
Hello. Apologize for the inconvenience. This post was originally posted on Adobe Fonts section, but after 10 days nobody replied, maybe because is not so popular like dreamweaver forum. Anyway, it's related to web design. Here it is.Hi,I've downloaded these styles, al based on Skolar Sans..regular-paragraph{font-family: skolar-sans-latin, sans-serif;font-weight: 400;font-style: normal;}.spanBold{font-family: skolar-sans-latin, sans-serif;font-weight: 700;font-style: normal;}.spanItalic{font-family: skolar-sans-latin, sans-serif;font-weight: 400;font-style: italic;}------------------------I have regular, italic and bold. If I want to insert a Bold or an italic word within a paragraph. What is the correct way?Option 1: using just the html tags <p class="regular-paragraph">This is a paragraph with an <strong>important</strong> content for all our <em>premium members</em> only.</p>Option 2: using the classes brought from the Adobe Fonts.<p class="regu
I am using Dreamweaver eCommerce Template and I want to add BUY button.Help needed which is the best way to do this?Can I link Buy Button to PayPal some how?When I add PayPal generated Button it sits at the bottom of the div .productRow can I alter position.http://www.inbusinessmags.co.uk/eCommerce.htmlThanks
Hi everyoneI am making an email template for one of our clients. I use <span> to format text.I put placeholder text, already styled, into the html. The goal being that the client can easily highlight and replace the text from within the design view, not the code.Anytime one highlights the entire text and either pastes in content or types, up pops a "create new inline style" dialog box that must be canceled 3 times before you can edit the text.Placing the cursor in the text and typing, or highlighting a portion of the text does not bring up the dialog box (it's only when the entire text is highlighted).How can I get this to stop?Here is a sample of the code if it helps.<span style="font-size: 18px; line-height: 24px; color: #333333; font-family: Arial, Helvetica, sans-serif; font-weight: normal;">Newsletter Statement goes here.</span>Dreamweaver 19.0 on Mac OS 10.12.6ThanksMatt
Hi there, I am fairly new to Dreamweaver. I am using one of the email templates. I can format and make everything appear when I paste it into my email, except images! I have read that the images need to be located on the internet somewhere, so they appear when the recipient opens their email. I have tried a couple of places like Google Photos, entered the link, but still nothing. Is there some other type of website I should be using?Also, when entering the location of the photo in DW, where should that be done? Through the code? Or when I double click the photo where the window populates and lists file name and location?I have looked online at tutorials, but no one really explains where to house there online photos.If anyone can help, it would be really appreciated. I am wanting to send these from Gmail and have an HTML code input program that is translating what I am building in Dreamweaver. Absolutely everything else is working for me, except images. Again, I am super green with this
I have a page of photos with accompanying text on a page. The photo-text divs are all class formatted (div class="format_name"), and they are all the same, CSS-wise, and are arranged vertically on the page. Originally, when there were just three sets of photo-text, I created new divs for each one. Now I need to add 4 more sets, so I just pasted the first three, and repasted the first one over again, to get 7. It's a fluid layout; I have checked the corresponding CSS files (three of them) for each screen view, and those files are all the same within each view.I have tested this new page on a few different browsers, and it seems to work. And the more I think about it, I probably only needed 1 pair of photo-rext Divs, which I could then copy and paste 6 times. They would all have the same name (and the same corresponding CSS file), but other than their sequence on the page (in the source code), there is no difference in their formatting attributes (width, margin, etc.)This approach
This is a Dreamweaver question. My imac died and I only had things partially saved. I would like to download the whole site as is from the server for my website so I can use it again. I did it with Dreamweaver a long time ago and its pretty archaic, but I've been changing things in it 'til my computer died late last year. Trying to figure out how to download what is there now so I can revise it again. Have a Cloud account so it was probably updated with whatever was current last September. Downloaded the latest Dreamweaver a week ago. Reinstalled my Adobe apps from scratch.I'm an artist, a painter, who just taught myself rudimentary use of Dreamweaver to build myself a website a long time ago, so I'm really not very skilled or knowledgeable with this stuff. But I can follow common sense things. Looked at some questions on the forum but it seems a lot are many years old. I don't know the name of my root folder, etc.Thanks.Michael
Hello,Is there a way I can have 3 view of my document at the same time?:- Live View (or design view sometimes)- HTML code view- CSS code view?I want to have something like a fork in DW, is it possible? I need have three of them at the same time, the live view is important for me, because I am still learning and I make lots lots of changes and I need to see the rendered result. And those changes I make working with html and css and the same time. Thanks for your patience.
Does anyone know how you can add a CAPTCHA to a form and make it so that it has to be passed to submit it?
When a dialog box opens after a crash the link to a solution does not work, the link doesn't take anywhere. How to solve this?
Hi,I want to convert my website (more than 1000 pages) in mysqli.Who have an idea to make in lot and not page by page?I'm on Mac OS X Sierrathanks in advance
Whenever someone submits the form, it opens in a mail client. Is there anyway to do this automatically so that they don't have to send it themselves?<div class="formcontent"><form action="mailto:enquiry@wigstonshoes.co.uk" method="post" enctype="text/plain" id="contactform" title="Contact Form"> <h2>Contact Form</h2> <label>Name: </label><input name="name" type="text" required id="Name" form="contactform" placeholder="Please enter name here" tabindex="1" title="Name:" size="39" maxlength="25"> <p> <label>Email: </label><input name="emailaddress" type="email" required id="emailaddress" form="contactform" placeholder="example@example.co.uk" tabindex="2" size="40" maxlength="50"></p> <p> <label>Phone: </label><inpu
Your PHP server doesn't have the MySQL module loaded or you can't use the mysql_(p)connect functions.i was following one guy on youtube, everything was good until i came on connecting database with dreamveawer. I get this error..what now? I bough dreamveawer today and i am lost...i have xampp running mysql and apache, one guy was on teamviewer and he said that it is dreamveawer thing and my codes are tight..he told me to quit dreamveawer lul
I am using Dreamweaver and the jQuery UI Tab which I selected within DreamweaverThe problem I am having is The first tab has more text than the other tabs underneath it. But for some reason I can't make the other tab heights different from the first one tab. Is there away to solve this issue?-----I have not attached the jQuery plugin which are auto loaded from dreamweaver----<!doctype html><html><head><meta charset="UTF-8"><title>Untitled Document</title><link href="css/header-general.css" rel="stylesheet" type="text/css"><link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css"><link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css"><link href="jQueryAssets/jquery.ui.accordion.min.css" rel="stylesheet" type="text/css"><script src="jQueryAssets/jquery-1.11.1.min.js"></script><script src="jQueryAssets/jquery.ui-1.10.4.accordion.min.js"></script></head
I sometimes receive code for a page that has mixed sizes and styles, apart from using CSS, how do you change the font size and style for the whole page in one go please?
This post is an act of desperation as most of my time with the latest Dreamweaver is just WAITING for the code to load.I've been using DW for many years working with files of similar structure. CS6 worked seamlessly. CC 2015 was a bit troublesome. The CC 18 has this issue but:This latest version CC19.0 is not actually functioning AT ALL! Because of the nature of the website I'm working on, sometimes I'm opening several pages at the same time and use 'Find and replace' function. This worked on previous versions but now opening just two pages is proving impossible. Here is a screenshot after THREE HOURS OF WAITING!!!Editing links in code view requires switching off code hints, otherwise it takes ages or freezes completely.
HiWhat is option "showhiddenfiles" in site.ste?Ex.<sitemap pagesperrow="200" columnwidth="125" showdependentfiles="FALSE" showpagetitles="FALSE" showhiddenfiles="FALSE"/> When change option from showhiddenfiles="FALSE" on showhiddenfiles="TRUE" I can not see the difference.Please help me
Has anyone ever expericenced this.I check my 'manage site' manager and everything seems to be fine.When I tell DW to pu a file to Godaddy (or save & do auto put), the file get sent to my www folders. The strangest thing.Thanks in advanced
Hi everyone!I have a feeling this is super easy fix, but, using the "Insert rollover Image" option, I created a rollover UI that links to an external link. In the "When clicked, Go to URL:" field, I was a little baffled when it didn't offer me the option of opening a new window. Using this feature, Is there a way to trigger a new window opening? Thanks!!
Dear people, Hi.Can someone please give me some help to embed an HTML5 Canvas into my webpage...I have built the website in Dreamweaver, have all the pages, it is "responsive" and works well. (on my local machine... It is not uploaded or live yet...)I have also built a nice "photo slideshow" using Animate and have published it as an HTML5 Canvas and of course set it to be responsive.So, now how do I insert it/embed it, or whatever, into my website page ???In the recent past, I could simply add the SWF file, just as you would add a photo to a page.... (oh GOOD times back then !!!)Now of course, devices like iPad do not support the SWF format, so I have painstakingly made a new slideshow in Animate !!!! (PHEW)Please tell me how to put it in my webpage.Or, is there a better way to create an animated slide show to show off my photos. (but it must be as good as animating in Flash/Animate, with all the "tweening" "timelines" and so on to make it NON linear. etc...)Thank you in advance !Glen
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.