Search found 1 match
- Tue Nov 02, 2010 2:28 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Fast replace html tags to special characters. How?
- Replies: 1
- Views: 1498
Fast replace html tags to special characters. How?
in selected text only. how? HTMLpad And how change structure from: <div class="box"> <p> TEXT TEXT <ul> <li>text text <li>text text </ul> </p> </div> to: ????????? <div class="box"> <p> TEXT TEXT <ul> <li>text text <li>text text </ul> </p> </div> THANKS.