Search found 2 matches

by webdesiglx
Mon Jun 19, 2006 3:56 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Preview .PHP has HTML
Replies: 2
Views: 3582

Preview .PHP has HTML

Hello again,

Another thing to improve more WeBuilder is this, like Dreamwaver:

Be able to preview .PHP files, and only intrepret the HTML code out of the <? ?> tags, it is very useful if you dont whant to install a local apache webserver.
by webdesiglx
Mon Jun 19, 2006 3:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Difrent colors in "<img" "<form",
Replies: 14
Views: 13537

Difrent colors in "<img" "<form",

Hello, It will be great if whe can change the color of tags to diferent colors, like in Dreamwaver the "<img" is in red color, and the "<form" tag is in orange, they are in diferent colors that so its easy to find some peace of code. Exemple: <table> <td> <tr> <form> <input> </form> </tr> </td> <td ...