
- about - downloads - registration - forum - misc - home - © 1996-99 GWD Text Editor
How to replace any "word" with line break ??
GWD Text Editor Forum: Technical Support: How to replace any "word" with line break ??
    By Anonymous on Thursday, August 24, 2000 - 09:21 am:
How to replace any "word" with line break ?? I wish to format some html page with fix content eg. [/td][td] abc [/td][td] def [/td][td] ghk the existing HTML file come with one full line, please advise how to do so by your GWD editor (insert line break) ??
    By Anonymous on Thursday, September 7, 2000 - 08:09 pm:
You can replace a word with line break this using macro or GWD C Script. Example macro: Param1 "word" FindParam InsertText "\n"
- about - downloads - registration - forum - misc - home - © 1996-99 GWD Text Editor
|