Hi all!
My html code loks like this:
<?php if($this->get("levels")): ?>
<select name="level">
<?php foreach($this->get("levels") as $key => $value): ?>
<option value="<?php echo $key ?>" <?php if($this->get("level") == $key):
?>selected<?php endif; ?>><?php echo $value ?></option>
<?php endforeach; ?>
</select>
<?php endif; ?>
I'm using php code in my html files and i wanted to know if there is a way to
set background for all php code, but only in html files.
If it is possible, than how can i do it?
P.S. sorry for my bad english :-(
--
<http://forum.pspad.com/read.php?2,51145,51145>
PSPad freeware editor http://www.pspad.com