I would like to know with Dreamweaver CS6 do you get
to have activated Code View with in the CSS document?
I have no problems accessing the code view with in a PHP
document as you can see below:
when I use a character similar to what I use in PHP on
the CSS document that all I get is the grayed out code
view in the properties section as you can see below:
Is their some where in the general settings that
allows me to use the code view input table
on a CSS document?
any advice would be greatly appreciated
.css documents are "code only" documents that can only contain cascading stylesheet elements.
You cannot use HTML elements like <body> tags within a .css document.
EDIT: For more information on what is allowed in a .css document, run the css tutorial here: http://www.w3schools.com/css
North America
Europe, Middle East and Africa
Asia Pacific