Dreamweaver is a combination of an IDE for PHP, ASP, ColdFusion and a WYSIWYG HTML/CSS editor. Additionally, it allows non-programmers to integrate several basic server-side scripting functions into their pages but often draws criticism for producing bloated code. Recent versions of Dreamweaver ...

learn more… | top users | synonyms (1)

0
votes
0answers
10 views

Dreamweaver 6 doesn't automatically add paired quotes

Since upgrading from Dreamweaver 5.5 to 6 the codeview don't automatically add the second quote (double or single quote) anymore. This is a feature I got used to and started liking. But now it seem to ...
-1
votes
1answer
23 views

How do I add as editor Dreamweaver to work in GIT?

How do I add Dreamweaver as the editor in Git? git config --global core.editor??? $ slime README.md sh.exe": slime: command not found
0
votes
0answers
12 views

Dreamweaver CS6 design notes keep reapearing

I am using Dreamweaver CS6 and I am checking my code into subversion. I keep running into problems with the dwsync.xml files from the design notes. I have unchecked "Maintain Design Notes" in my ...
0
votes
1answer
47 views

Server Behaviours grayed out in Dreamweaver CS6

Not sure if this is the right place, but lately I've been following this tutorial (word for word almost) and i get to this part where i am supposed to add a server behavior recordset, except this is ...
0
votes
0answers
32 views

Replicating Dreamweaver's code cleanup feature in other text editors

I have tried text editors like: Sublime Text2 TextMate Coda2 But none of them provide the simple feature of letting you clean up code formatting, like Dreamweaver does. How can I add that ...
0
votes
0answers
46 views

Dreamweaver stopped synchronizing

I use Dreamweaver CS6 to manage two Apache web sites, each running in its own virtual Centos 5.9 system. Yesterday, Dreamweaver suddenly lost the ability to synchronize files between my PC and one of ...
0
votes
1answer
20 views

Editing Dreamweaver Hotkey/shorcuts

I am trying to change the hot key for collapse full tag which defaults as ctrl+shift+j. Where can I locate it in the keyboard shorcuts menu to change it?
0
votes
0answers
57 views

Change menu colour Dreamweaver CS6

I was wondering if it was possible to change the colour of the menu of Adobe Dreamweaver CS6? I like to work with a black workspace, but Dreamweaver, as far as I know, doesn't seem to allow to do ...
1
vote
1answer
61 views

How can I force dreamweaver to show CSS syntax highlighting for a PHP file?

this is my first ever question here. Basically I have a dynamic CSS file, meaning the PHP changes the colours of borders and stuff depending on the preferences saved in database. My problem is not ...
1
vote
0answers
57 views

Force inline css for modifications in Dreamweaver CS4/5/6

In dreamweaver CS4 and more, when you change the format of some part of a text, particulary when this formatting touches a css aspect (like the size of the font in pixels, that is only available in ...
0
votes
1answer
14 views

How can I remove this arrow panel from my code view in Dreamweaver CS6?

It appeared at some point of me writing code and I don't know how to remove this panel so that it doesn't get in the way of my code. *Update: Though it has since gone away, I don't how, I still ...
-1
votes
1answer
154 views

How to configure SFTP at amazon EC2 WITHOUT key file [closed]

My EC2 server running a Debian distribution: Debian GNU/Linux 6.0 I need to connect dreamweaver to an Amazon EC2 instance but it is not working with keys. I need do configure my server to work ...
0
votes
0answers
26 views

How can I convert a paragraph tag into a div?

In Dreamweaver, one can turn a paragraph into a heading from the properties panel. In the same way,(or via a menu or shortcut) is there a way to turn it into a div or a span?
0
votes
0answers
30 views

Automatic “reverse indent” in Dreamweaver CS4

Is there a way to set up automatic "reverse indenting" in Dreamweaver? I'd like to have html tags automatically reverse indented to line up with the matching tag. For example: <div> ...
0
votes
1answer
261 views

How do I edit HTML5 tags in Dreamweaver cs6

In Dreamweaver CS6 you can simply right click and "edit tag" to see the beginning and end points of that tag. But I get a greyed out "Edit tag" option when its any HTML5 tag such as nav, section, ...
0
votes
0answers
22 views

Is there a way to convert a static website into a dreamweaver project website?

I've never used dreamweaver before. I have created a static website with the basic html and css using only notepads. I want to create a similar website using dreamweaver without starting from zero. Is ...
2
votes
1answer
319 views

How do I delete _notes in Adobe Dreamweaver CS6?

This has been annyoing me for years. Every solution I try. Even starting new sites - even pressing do not maintain notes, even pressing clean up notes.. no matter what I do.. Adobe Dreamweaver from ...
0
votes
2answers
1k views

How to Configure Adobe Dreamweaver CS6 with PHP and ASP .NET?

I have Wamp Server on my PC and also Visual Studio and I want to Configure Adobe Dreamweaver CS6 with ASP .NET and PHP so that I Can design Dynamic website....
1
vote
0answers
158 views

Is there a Sublime Text 2 equivalent to Dreamweaver's “Find and Replace > Search: Specific Tag” feature?

Is there a function within Sublime Text 2 or a plugin similar to this (besides regex)? In this example, I wanted set the attribute border to 0 for every img tag in the document. Or, say, I wanted ...
3
votes
1answer
264 views

Dreamweaver and Photoshop on Linux Mint

I have a simple question. Is it legal to use Dreamweaver and Photoshop (both bought legally) on linux using Wine?
1
vote
1answer
182 views

Is it possible to run JavaScript and also edit image maps using Design View in Dreamweaver?

I'm using Dreamweaver CS5.5 for an HTML prototype that is built with image-mapped screenshots. I am using JavaScript to dynamically include the appropriate main image, and the navigation is done with ...
0
votes
1answer
603 views

Dreamweaver CS6 - Restarts my PC (even on first runtime)

I have dell OptiPlex 755 PC, I have downloaded & installed the Adobe Dreamweaver CS6 from adobe. After installation when i run the software it just restarts my pc after a couple of seconds and ...
1
vote
1answer
806 views

Remove white space and indent code in Dreamweaver CS5

Ive inherited some code which has loads of randomly placed spaces and line breaks. With Dreamweaver CS5 is it possible to clean up the code so its nicely indent like this?: <div> <div> ...
3
votes
0answers
433 views

Connect Dreamweaver with bitbucket

How can I connect bitbucket reposiory with Dreamweaver SVN? I am getting below error while I am trying to test my connection. Note: bitbucket can be accessed via SVN.
2
votes
0answers
70 views

How can I add non-breaking space (&nbsp;) in dates using search and replace in DreamWeaver

Example: January 1, 2012 This is the current text, but I want to change the source code to: January&nbsp;1&nbsp;2012 automatically using search and replace. There are multiple dates ...
0
votes
1answer
36 views

Creating Thumbnails

I've got a bunch of images on a website and I want to have thumbnails a user can click on to see the large image. I'm using DreamWeaver and the images are jpegs.
0
votes
0answers
58 views

Dreamweaver FTP

I currently use Dreamweaver CS6 and the FTP is...lacking. With that said is there an external plug-in that will allow me to upload and maintain synchronization within Dreamweaver that is better than ...
0
votes
0answers
53 views

tag highlighting in Dreamweaver

In Dreamweaver is there a way to make it highlight opening and closing tags? For example if you select <table> it would highlight the closing </table>.
0
votes
2answers
236 views

Does Dreamweaver CS 5.5 Hang for anybody else for very long periods of time?

Every day, I load up Dreamweaver and it takes anywhere from 5-10 minutes to get going (sometimes if at all). I have tried the following steps: Uninstalled and reinstalled the software repaired ...
2
votes
2answers
208 views

Installed Dreamweaver 5.5 has not any uninstall. How to remove it?

I'd installed Dreamweaver 5.5 some months ago and now I want to uninstall it. But there is no uninstall file in directory, or even there is nothing in Control Panel -> Programs. There is no Creative ...
0
votes
1answer
286 views

How can I find and replace multiple blocks of text in multiple documents all at once?

I tried searching for this everywhere but couldn't find any solution. I have 100 html pages with various text to translate. I have also the translated text ready on a word document. So what I have to ...
0
votes
0answers
91 views

How do I show PHP and Javascript includes tab?

I recently changed from Dreamweaver CS4 to CS6 and I am used to having a tab at the top of the page and in there, I can select the different pages included by the current page e.g. css, php, ...
0
votes
1answer
50 views

Can you prevent users from modifying dreamweaver templates?

Everything I read about Dreamweaver Templates says that the author sets the Editable Regions of the template and then users can only edit those regions, not locked regions. But what prevents a ...
4
votes
2answers
2k views

Dreamweaver CS6 color scheme differs from other Creative Suite apps

I'm wondering if there is a dark color scheme I can enable in Dreamweaver CS6 like the new PS & Ai UIs. I didn't find an option anywhere and was hoping there's a mod for this. Are all versions ...
0
votes
1answer
385 views

Reassigning File Associations For Dreamweaver?

How can I reassign the file extensions for Dreamweaver? I installed Microsoft Expression to play around with, and all my .php, .css, etc files are now associated with it. I tried holding down ...
0
votes
0answers
52 views

How to modify abbreviation fonts in Dreamweaver CS4

is there someone who can tell me how to increase the fonts in abbreviation. Here is a site with abbreviations: The abbreviations are with the pictures
1
vote
1answer
2k views

Auto-complete tag pairs in Dreamweaver code hints

How can I set up Dreamweaver to automatically complete the open and close tags for any element I start to type and click return on? For example, I want things such as <div></div> or ...
0
votes
0answers
350 views

Dreamweaver's “Apply Source Formatting” is great - can you recommend an alternative?

I've never found a tool that works as well as Dreamweaver's "Apply Source Formatting", but I don't own it (and wouldn't choose to use it for anything else). I use Espresso on a day-to-day basis and ...
0
votes
3answers
506 views

How to fix LIBEAY32.dll issue?

Apparently Mozy installs a version of LIBEAY32.dll that is incompatible with Dreamweaver - http://community.mozy.com/t5/Mozy-for-Windows/Mozy-kills-Adobe-Dreamweaver/td-p/38521 . This causes ...
0
votes
1answer
937 views

How to preview css color codes in Dreamweaver CS5?

Editing some css code. If I delete the '#' sign the color widget pops up allowing me to select a new color. But I'd like to know how I can see what color 'e9f4fa' is. From within the dreamweaver cs5. ...
3
votes
2answers
8k views

Dreamweaver CS5 comment/uncomment

How can I comment/uncomment the code with a shortcut in DW CS5? IS there ashortcut? If no how can I create for both of them? (It would be nice if both operations were done with the same key ...
0
votes
1answer
2k views

Connecting to FileZilla FTP Server on XAMPP localhost with Dreamweaver

I am running XAMPP 1.7.4. I've installed the FileZilla FTP server and I'm running it as a service. I created a user and when I connect as that user with the FileZilla client, I have no trouble ...
0
votes
4answers
2k views

Dreamweaver not loading due to workspace file problem

I went to launch Dreamweaver CS 5.5 and this message popped up: XML parsing fatal error: Invalid document structure, line 1, file C:\Documents...(file path)...Workspace\My Workspace.xml ...
0
votes
1answer
74 views

How can I create an Adobe extension

I'm using an adobe extension for Dreamweaver but it's out of date and the person that created it is not maintaining it any more. I would like to recreate it but I don't know how to get started. ...
2
votes
1answer
548 views

How to change the template default.html in Dreamweaver CS 5.5 and keep </head> tabbed?

I've changed the default template default.html located in C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\DocumentTypes\NewDocuments. I want it to look like this when creating new ...
1
vote
1answer
216 views

Can you enable Adobe Dreamweaver CS5 to handle and edit extensionless files?

For example: gemfile, config, and all other file names with no extensions.
0
votes
1answer
558 views

Setting up and using DreamWeaver and IIS/ASP with FTP

I have a copy of DreamWeaver CS5 and have installed Microsoft IIS 7. How do I set up DreamWeaver to use IIS server as my test server with ASP and FTP?
0
votes
2answers
1k views

Code optimizer extension for Dreamweaver?

Due to my neat coding style, my pages take up like 30% more space on both my server and the output HTML. Is there any free extension for Dreamweaver to automatically optimize my pages when uploading ...
0
votes
1answer
426 views

What are some techniques or tools for debugging JavaScript in Dreamweaver CS5?

I see that DW reports errors as I type them. Is there a way to trace to a console at runtime like can be done with Firebug? What are some other techniques or tools for debugging JavaScript in ...
1
vote
0answers
130 views

In Dreamweaver CS5 for OSX, how do I expand and collapse ALL folders listed in its file explorer?

OSX's finder will expand ALL folders if you hold the Alt key and press right-arrow and collapse all with Alt+Left-arrow. I've got a large project folder and it is tiresome to manually expand a lot of ...

1 2