Nancy OShea
Community Expert
Active Since 2006, 84K+ Posts
Web | Print | Media | Graphics
Alt-Web Design & Publishing
Nancy OShea
Community Expert
Active Since 2006, 84K+ Posts
Web | Print | Media | Graphics
Alt-Web Design & Publishing
Activity
‎Nov 11, 2016
09:02 AM
A feed won't work inside an .html file. You must use a .php file to parse the feed with PHP scripts. In addition, if your server doesn't support PHP code, it won't work. Nancy O.
... View more
‎Nov 10, 2016
05:02 PM
They will pop-up periodically when you first use DW. But after that they don't come up much unless you Reset that preference. Nancy O.
... View more
‎Nov 10, 2016
05:01 PM
Is this being installed from disks or a download? Nancy O.
... View more
‎Nov 10, 2016
04:56 PM
1 Upvote
See screenshot. Then click on the Modified heading to sort in ascending or descending order. Nancy O.
... View more
‎Nov 10, 2016
03:15 PM
2 Upvotes
Undo still works. The overwhelming consensus was nobody uses the History panel in DW. If you plead a very strong case for bringing it back, they may reconsider it. I don't know. Go to Help > Submit Bug/Feature Request. Nancy O.
... View more
‎Nov 10, 2016
01:51 PM
I have old and new versions of several CC products on my work box. It poses no problems for me. Nancy O.
... View more
‎Nov 10, 2016
01:00 PM
‎Nov 10, 2016
10:38 AM
2 Upvotes
Did you look at these yet? Animate CC tutorials Older Edge Animate tutorials are relevant to the extent that you're doing animations in HTML5, CSS and JavaScript. Nancy O.
... View more
‎Nov 10, 2016
10:34 AM
Email photos from Lightroom Email Photos Directly from Lightroom 5 « Julieanne Kost's Blog How to publish photos from Photoshop Lightroom to Adobe Stock and social media Nancy O.
... View more
‎Nov 10, 2016
09:42 AM
Can you Save to your primary hard drive first and move that to your external? Nancy O.
... View more
‎Nov 09, 2016
03:41 PM
cannot drag images from files view into code view, for me not a big deal for images, but I cannot drag css or js into code view either. Do I have to manually type these in? Click & drag of files is not working. Can you use the Insert Menu or Insert Panel instead? Nancy O.
... View more
‎Nov 09, 2016
03:09 PM
Try changing your Display Scaling to 100% by moving the slider all the way to the left (recommended).
... View more
‎Nov 09, 2016
03:00 PM
It might help if you read the Release Notes. This version is wildly different from previous versions. New features summary Overview of the Dreamweaver workspace Dreamweaver Help | Known issues | Dreamweaver CC 2017
... View more
‎Nov 09, 2016
02:39 PM
1 Upvote
I found this in a Google Search: Step 1: Check System for Corruption: Repair System Files 1) Press Win + R 2) Type "cmd" and Press Enter. 3) Type "sfc/scannow" and press enter. Note: You will need Admin rights to run the sfc command. Step 2: Update to latest Windows 1) To check for Windows Updates (Windows XP, Vista, 7, 8, and 10): 2) Click the Start button. 3) Type "update" into the search box and hit ENTER. 4) The Windows Update dialog box will appear. 5) If updates are available, click the Install Updates button. Step 3: Clean up Junk Files 1) Click Start 2) Go to All Programs > Accessories > System Tools 3) Click Disk Cleanup 4) Choose what type of files and folders to delete at the Files to delete section 5) Click OK 6) To delete system files that are no longer needed, click Clean up system files.You may be prompted by UAC (User Account Control) to confirm the action. 7) Click Delete Files. In most cases uiautomationcore.dll fix error should be resolved by now
... View more
‎Nov 09, 2016
01:12 PM
It might be best to Preview in Browser the old way. Right click on current tab or file in Files Panel. Open in Browser. Choose your browser from the list.
... View more
‎Nov 09, 2016
11:42 AM
Mode: Try it.
... View more
‎Nov 09, 2016
10:12 AM
What image Mode are you working with? Is it RGB, 8bits/channel?
... View more
‎Nov 09, 2016
10:07 AM
You should always include fallback fonts in case your Google font doesn't load. font-family: 'Open Sans Condensed,'Arial Narrow',Arial,sans-serif; See the CSS Font Stack for Win/Mac safe font-families. CSS Font Stack: Web Safe and Web Font Family with HTML and CSS code. Nancy O.
... View more
‎Nov 09, 2016
09:59 AM
If it's a small USB flash drive, maybe you haven't got enough room left on the drive. Or as happened to me a few days ago, the drive developed errors and needed to be scanned and repaired before I could use it again. Nancy O.
... View more
‎Nov 09, 2016
09:40 AM
Those are the old code colors inside XML files. The new DW CC 2017 no longer uses XML files. It now uses LESS files. On Windows: Program Files /Adobe/ Dreamweaver CC 2017/www/extensions/default/[Dark or Light]Theme/main.less and main.json. For the time being, I'm using my older version of DW. I'll let the bugs & features get sorted before I go back to it. Nancy O.
... View more
‎Nov 09, 2016
09:33 AM
Emanuele Allavena wrote: Preran Thank you, but is not secure give you my account? Preran is an Adobe Staff member. Private Message him with your account information. Do not post it on the public forum. To send a Private Message log-in to the Web Forum. Click on Preran's image and select Send Message. You will be directed to a separate Private Message area.
... View more
‎Nov 09, 2016
09:10 AM
Remvoe the <style> tag. It does not belong in a CSS file because it's HTML code. When things don't work, fix your code errors. CSS - http://jigsaw.w3.org/css-validator/ HTML5 - https://validator.w3.org/nu/ Review HTML and CSS code basics. You can't build web pages without coding skills. W3Schools Online Web Tutorials Good luck! Nancy O.
... View more
‎Nov 09, 2016
08:53 AM
What's not working? Which version of Mac OS? What error messages are you getting?
... View more
‎Nov 09, 2016
08:46 AM
You don't need tables for any of this. You can simplify this a lot with a basic CSS layout. <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Unique Page Title</title> <style> /**MOVE THIS CSS CODE TO YOUR STYLESHEET**/ body { width: 85%; margin: 0 auto; background-color: #EDFCD9; font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif; color: #2B2B2B; font-size: 16px; } .center { text-align: center; } .right { text-align: right } .justify { text-align: justify } </style> </head> <body> <h1 class="center">Heading 1</h1> <h2 class="center">Heading 2</h2> <h3>Heading 3</h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus. Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus. Aenean tristique enim ut ante dignissim.</p> <h3>Heading 3</h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus. Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus. Aenean tristique enim ut ante dignissim.</p> </body> </html> Nancy O.
... View more
‎Nov 09, 2016
08:28 AM
1 Upvote
‎Nov 08, 2016
04:46 PM
Oh, I see what you're asking for now. Different code color schemes depending on the type of code it is -- php, JS, CSS, etc.... Sorry, I can't help you with that. Nancy O.
... View more
‎Nov 08, 2016
03:19 PM
1 Upvote
Ben, In the Find & Replace boxes (where you type text or code) the cursor is tiny. I can't get a screengrab to show you. So here is a rough idea of what I mean. Are you seeing the same thing? Nancy O.
... View more
‎Nov 08, 2016
02:46 PM
1 Upvote
OK. I did the same. I thought Code Linting might be contributing to it, but no. I'm so glad I keep file backups.
... View more
‎Nov 08, 2016
02:33 PM
DOH! That's awful . Who is filing the Bug Report? Adobe Dreamweaver CC: Feature Ideas Nancy O.
... View more
‎Nov 08, 2016
02:28 PM
I honestly don't know if Site Specific Code Hints are turned on. Since I don't use them, I have no way to test it. You might want to submit a bug/feature request. Adobe Dreamweaver CC: Feature Ideas Nancy O.
... View more