Macromedia Dreamweaver Syntax Coloring
Posted: Thu Mar 01, 2007 11:16 pm
If any of you have experience with Dreamweaver I would like to know if it is possible to apply css syntax coloring to a php document, i have this code:
and I want the part not in PHP tags to be colored like a CSS file. possible?
Code: Select all
<?php
header("Content-type: text/css");
?>
<? #---------------------------------------------[normal page styles]---------------------------------------------------------# ?>
#main {
margin-left: auto;
margin-right: auto;
width: 760px; }
#footer { text-align: center; }