For all things Dreamweaver.
Recente
Hi folks,I cannot figure out a way to use advanced search to do what I used to do with it; namely make code changes across my site quickly and easily. If anyone can help me figure out how to replace only the matched text within a tag found through advanced search, I will be truly grateful. I am attempting to change all hyphens found in a span we use for item #s to the code for a non-breaking hyphen. Finding them is no problem, this search pulls them up. However replacing them is what's stumping me. I don't seem to have the ability to only replace the hyphen - my only relevant option seems to be to replace all the contents of the tag. What I want to do is leave everything except the hyphen as is. The rest of the text is different in each case, so I can't replace all contents.Any ideas?
I am using both Dreamweaver and phpStorm editors for a php/mysql application. Both have different pros and cons so I'm going from one to the other depending on what I need to see/do. When trying to do a live preview in dreamweaver, teamcity gets activated and will not allow me to preview because it says the database is owned by someone else. When using dreamweaver, phpStorm is not active. This works fine when I do a live preview in phpStorm, but not in Dreamweaver. How do I disconnect TeamCity from Dreamweaver. I am not sure why it is getting activated by dreamweaver. Any advice?
Hello.I'm using Dreamweaver CC 2017.1 Build 9583 on Mac 10.11.6.In the open application, I go to File > Open Recent and at the bottom of that menu is "Reopen Documents on Startup". I can either check or uncheck that option, but I have mine checked.My expectation is that, with that option checked, the next time Dreamweaver opens all of the documents I was previously working on will automatically reopen. However that's not the case, even with that option being checked.Anyone know how to make all of my docs automatically open when I restart Dreamweaver?Thanks in advance,Rich
This sounds kind of easy but once I download and unzip a template (or if I was to make my own - and I like/want to save it here) how do I save/create folders at this specific location (see pictures below). I am in the process of switching from simple HTMLs to CSS Bootstraps and want to start this way. My first attempt I tried I went there and obviously there was nothing there to play with other than a simple "Responsive Starters" folder (second picture). Here are the pics: and here's what I have now:Note: Dreamweaver is located at C;/Program Files (x86) > Adobe > then it breaks to creative cloud and digital editions...folders after that are all-over the place. If there are any website suggestions as to where I can maybe find some awesome Bootstrap Templates I'm open-eared too...but that's obviously after I find how to find out how to do the above. Thanks.
Hi,Having a difficult time figuring out why this does not display on my site when I test. The images folder is housed within the root of site (first level). Strangely, the same code works & displays on a completely different site. The space where button is still links outbound, and when I play with the opacity, I can see a black box over it:.button { background: rgba(0, 0, 0, 0) url("/images/button.png"); background-repeat: no-repeat; background-position-y:center; background-position-x:center; background-size: contain !important; padding: 0 !important; position: relative; top:9px;}.button:hover { opacity: 0.8; background: rgba(0, 0, 0, 0) url("/images/button.png") !important; background-size: contain !important; background-repeat: no-repeat !important; background-positi
I am subbing a Dreamweaver class for the next week, and I have very little experience with coding. NONE with Dreamweaver. The students were to open a pre-existing root folder. They were then directed to create a new HTML page, and a new CSS File. After linking and making changes, adding elements, they were then instructed to create a template from this project.Today, I had a student open their template they have saved, and it's missing ALL of the code, properties, elements, etc. Basically everything except the sidebar.Is there a step they might have missed? Within their file, it appears that all their images and things are still there. I mentioned a linking issue, possibly?Please help! I've exhausted what resources I personally have.
I write stories and use DW to create an HTML file which I then upload to a website. I have a standard template with a table and several cells. The main cell is where I paste the story. I am writing a story that contains diary entries as well as dialog. I want to differentiate the diary entries by having the background look like paper. I can insert a one cell table inside the main cell and inside that I add the diary entry. I can't seem to make the background of that cell look like paper. I know I have to use the <table background="paper.png"> code and I have a .PNG image of the paper I want to use but I don't know where the <table background="paper.png"> code should go.Any help will be appreciated.AlanThis is the relative code for the first diary entry.<table width="80%" border="1" align="center" cellpadding="0" > <tbody> <tr>
I'm new to web designing and quite experienced in Photoshop designing. So, I design quite a number of web pages in Photoshop CC and code using Dreamweaver CC 2017. (1920 x 1080 Photoshop template)I copied the CSS (per item) from Photoshop to Dreamweaver CSS (I do edit the code as needed) and use live view / live code for the preview and it shows exactly what I designed in Photoshop.But when I decided to preview in browser (Mozilla Firefox) or preview the code in full screen, the design turns into a huge mess. Everything is misplaced like the whole thing is too big to fit into the screen, especially the menus.I just started learning web design codes and googling my problem turns up nothing. So I hope anyone from this forum willing to pinpoint my problem with the previews. Code will be given in necessary.Thank you, please be kind
On my website, when you hover over a tab it turns white and when you move away it goes black, and that's what I want. But On my LINK tab when you click on it then move the mouse away it stays white. how can I make it act like the others?Home - Empowered Golfers Mb.
I've built a simple HTML site in Dreamweaver CC and it has grown considerably over time. With each new page, I have to go through and manually update the navigation bar on every page to account for the new link. I have attempted to do this using find and replace but it is not as reliable as I would like and often creates unwanted results. My question is, is there a way to retroactively convert the existing navigation bar to a template so that each time I make an update it propagates to every page on the site. I understand that I would have to "apply" the new navigation template to every existing page in order for them to be affected by any updates moving forward.
I've had this issue several times and usually, I can just shut down the program and restart it. But this time I have a bunch of windows open and I don't want to restart Dreamweaver.My problem is that Dreamweaver brought up a code hint, but the code hint box now won't go away. It just sits there floating in the middle of the page. It doesn't matter if I click to Preview or any other tab in Dreamweaver, it still just sits on top of everything.For instance, if the code hint box appears and you can see a class in the drop down... create a <div class="xyz"> real quick and the code hit box will dissipate after you close the quotes on the class because you used an element in that box.As to why this continually happens on the Dell Laptop I have no idea. I tried another laptop also but they all are working fine. i contacted Dell Helpline but they said I have problem in my software.So Please update this software properly.
I tried using Find and Replace in Files in the Project today, to search for the typo "Speaches" and replace with "Speeches", which is in the name of a link on the bootstrap nav bar.Here are the settings I usedBut what happened instead is that every file in the project was replace with only the word "Speeches" and nothing else. I was able to recover all except one webpage that I now have to write from scratch. Why in the would this replace all the text instead of just the search term?! I actually went into my account to cancel my Adobe plan after this headache but it gave me 60 free days to stay and not incur the cancellation fee of over $100. I remain skeptical of my decision to use Dreamweaver if something so simple can go so wrong ...
Why are there these red numbers showing erroneous errors in files with the .js extension?Here's an example:For example if I hover my cursor over the number 2 I see this message:Is there a way to disable these erroneous red numbers and messages?
I have designed a responsive site (granted,my first one) and all seems fine displaying on a browser, even when reducing the width. The QR code also works fine. But I uploaded the site to my host, and now the only thing that appears on a mobile is the tablet width. I am lost. Can anyone help? Please?
Hallo zusammen, ich bin gerade (seit ca. 2 Jahren 😉 am verzweifeln... ich möchte eine "stinknormale" HTML-Datei in DW CS6 editieren. Aber ich bekomme sie einfach nicht angezeigt bzw. nicht geöffnet. Lege ich mit CMD+N eine neue Datei an, kann ich diese ganz normal editieren. Speichere ich sie und schließe sie, dann bekomme ich sie danach nicht mehr geöffnet bzw. angezeigt. Allerdings gibt es auch keine Fehlermeldung. Was mache ich falsch bzw. was ist falsch eingestellt? Wer kann mir helfen? Ich wäre SEHR dankbar!!!Gruß vom Felix
Hello...I am hoping to get your assistance. My webpage has been working perfectly, but all of sudden, the dropdowns in the horizontal navigation stopped working. I replaced the code and updated it on the server, but still no luck. Everything seems to be the same as when I built the site a couple of months ago. Can you tell me what the issue may be?http://www.adtsrc.org
Hello forum peeps!I am in desperate need of someones help. I've created a page and can't seem to get the text to reposition correctly when device browser drops past 600px. I would like it to fill the width of the window and drop below the previous div. Also some of the text seems to be going behind an image when window is resized.Here is a link to the working page I'm working on. http://wswdesign.com/liftone/lithium.html Here is a link to the css file.http://wswdesign.com/liftone/fuel.cssPlease help!!
What happened to the image mapping function in the properties dialog? Where is it now concealed please?Thanks,Joe
My Dreamweaver Live Preview stopped connecting to every browser I have. I kept getting a local host refused connection. I tried changing server info under site manager & a few other things. For me the issue seems to have resolved when I simply opened WAMP; it seems since I installed WAMPServer64 it had to be activated/started. Once I opened it, Dreamweaver's Live Preview started working again. Watched this video & my problem was solved; while video not that informative, it put me on the right track for my issue.Hope this helps someone else too.
DW cs6 in data base panel not active the plus + icon to add database connection to .aspx pages with C# ..we can see that in image attached.
Hi,If I remember well, after a major update in Dreamweaver CC (I have been using Dreamweaver since 1999) a few months ago - the search facility totally stopped working. Eg below:I have given a page name about.asp and selected Current site - and the result is nothing. Is there anything to be changed? PS: I am using it in Mac os Sierra.
Please download the attached file to view this post
I'm unable to get Dreamweaver to Run without getting the "Program Crashed" with the following info in the details of Why?Problem signature: Problem Event Name: BEX Application Name: Dreamweaver.exe Application Version: 17.5.0.9878 Application Timestamp: 592ee414 Fault Module Name: ucrtbase.DLL Fault Module Version: 10.0.10586.788 Fault Module Timestamp: 5879aa7b Exception Offset: 00083484 Exception Code: c0000417 Exception Data: 00000000 OS Version: 6.1.7601.2.1.0.768.3 Locale ID: 1033 Additional Information 1: 6dc3 Additional Information 2: 6dc37fb8334a73d0f86c9636e89692d5 Additional Information 3: e067 Additional Information 4: e06765caa708601806562a5ba745d867Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\eroffl
I have a website that I've made in wordpress and bought a theme for it. I'm wanting to make the site into a Iphone and Android app so it's easily accessible on clients phones. I have done tons of research but cant seem to find the answer I'm looking for. Any suggestions or tutorials that could lead me in the right direction? Which Adobe program would I use to import and convert the site? Thank you in advance!
Adobe says about the new 2017 version:Code formattingWhen you write code, Dreamweaver auto-indents the code to circumvent erroneous manual indentation and improve readability. I'd like to turn this off. I prefer to do it myself.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.