Re: Problem Activating Dreamweaver MX 2004
Here's the original thread http://forums.adobe.com/message/4919014Alma TS wrote:Just out of curiosity, the webpage with the (very clear) instructions says "effective December 15" but doesn't give a...
View ArticleRe: how to redirect a page that does not exist
Use 301 permanent redirect from old URL to new URL. As John said, it's fairly simple on Linux servers with .htaccess. But if you have a shared IIS (Windows) server, you may need to contact your web...
View ArticleRe: Business Catalyst
I have zero experience with BC. You might want to post this in the BC forum.http://forums.adobe.com/community/business_catalyst In theory, you should be able to re-connect to BC from Dreamweaver CS6....
View ArticleRe: Cannot paste from Word
Got it to work with paste special, text only. Odd though, no? wont do normal command V.
View ArticleRe: Cannot paste from Word
You may have had some hidden formatting in Word. That's why it's a good idea to use notepad. Notepad removes the formatting and then you can paste plain text in Dreamweaver without a problem.
View ArticleRe: Image Map while using Style Type
Ok, I'm the orignal poster but when I tried logging into my account again, it told me to pick a name when I already did and kept saying my name was already chosen... So I am using a Style Type to...
View ArticleRe: Cannot paste from Word
Another suggestion I could offer is to go into Word's 'Draft or Outline' view. Copy text, try pasting into DW. Also, if you're unaware already, DW supports rich format content to be pasted into DW...
View ArticleRe: Image Map while using Style Type
Navbar.png is currently defined as a 'background-image'. Image maps will not work with background-image. However, a trick is to create boxes with absolute positioning over the background image to make...
View ArticleRe: Configuring site for a mobile device?
Take a look at this tutorial video on media queries. It will give you a good idea on how to configure your site design for different screen types....
View ArticleWorking with div tags
This question was posted in response to the following article: http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822 510a94ae8d65-7deda.html
View ArticleRe: Working with div tags
Why de DIV tag does not have the Targeted Rule and Edit Rule button option in properties if you know it is part of the code, any DIV may have inline style.You force to apply a class.Any answer?Thanks.
View ArticleRe: Cannot paste from Word
That's why it's a good idea to use notepad. Notepad removes the formatting and then you can paste plain text in Dreamweaver without a problem. Not necessarily. If you paste in code view then there is...
View ArticleRe: Pre-drop down on SpryMenuBar- Possible?
Adam, Spry has been deprecated by Adobe and will no longer be supported from the next major release of DW. Read here: http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framew...
View ArticleRe: 1 line Twitter integration
+1 SnakEyez on that. Take a look here: http://tweet.seaofclouds.com/
View ArticleRe: Stop the File Panel from popping out in local and remote view
Glynn, AFAIK, the only way to display both remote and local files is in 'Expanded View' which is a 'pop-out' view of the files panel. This view is 'undockable' meaning you cannot dock/ nest it in...
View ArticleRe: dreamweaver is not opening.. extension is not supported..wat to do??
Hello minudmw, The file format you're seeing is an Adobe Download Manager file. I'm assuming you've initiated the download from Adobe's licensing website via the Download Manager? Also, notice the...
View ArticleRe: Dreamweaver CS6 Permissions Issue
Have you updated your version of DW to the current stable release? Open Dreamweaver > Help > Updates, check, download and install all available updates. This was a bug with the initial CS6...
View ArticleRe: Working with div tags
AvenidaGez, Inline styling is bad practice and is not recommended. Hence, the need for you to force target an ID or Class to a Div before you can style it. -ST
View ArticleRe: Working with div tags
I agree, but then will we end coding in accordance to others thinking of good practices? What's next? limit the colors, the sizes? the fonts? If is not against the rules, there's no reason for that I...
View Article