HTML Table 2 Macro no longer works in TP 7
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
HTML Table 2 Macro no longer works in TP 7
Now that I upgraded to TextPad 7, the HTML Table 2 macro no longer works. Please help!
This is due to a bug in version 7.0. As a workaround, until a fix is released, the macro simply consists of this find/replace:
Find: \&
Replace with: <table>$0</table>
Regular expression: checked
The expression "\&" matches the current selection, and "$0" substitutes whatever was matched. The effect is to put the table tags around the current selection.
Find: \&
Replace with: <table>$0</table>
Regular expression: checked
The expression "\&" matches the current selection, and "$0" substitutes whatever was matched. The effect is to put the table tags around the current selection.