Guys,
has anyone changed the color coding for .html to php color coding? i mean, i want to see php color coding for .html files?
because im using .html with php codes in it.
how do you want to implement the color coding to your .html ? Because as far as I'm concern, just simply use html coding for color formatting embedded inside <? eg.
<? echo '<br><br><font color = "#FFFF00"> yourtexthere </font>'; ?>
izuardi, i think axishift is using .html file extension instead of php..
The font tag is long deprecated. Use inline CSS. style="color:whatever" inside the tag.