Menu

(X)HTML in PHP is grey

2007-03-10
2012-11-13
  • Nobody/Anonymous

    Hi

    My english is very bad... No, it's horrible... But I still hope you will understand what I am trying to explain...

    I think it's pretty irritating, that XHTML/HTML in php, is grey, in Notepad++
    Here is an example:

    <?php

    print "&lt;a href=\"something.php\"&gt;&lt;img scr=\"example.jpg\" /&gt;</a>";

    ?&gt;

    All the XHTML-code between print " and "; will be light grey in Notepad++

    Is there anything I can do about it?
    If there isn't anything to do, I'll download an other Notepad replacement...
    It's so irritating...

    But evrything else is so great, so it would be a shame if I had to do that...
    So... - if there is any way to change it, I would be really glad :)

     
    • Nobody/Anonymous

      Hi
      It's between quotes, so it's normal that the text isn't colored like xhtml ....
      I've got a problem like that one with a personnal language, and I know it's    
      irritating :(

       
    • Nobody/Anonymous

      Oh - i ment:

      <?php

      print "<a href=\"something.php\"><img scr=\"example.jpg\" /></a>";

      ?>;

      Sorry!