< and > Literals in Clips
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
< and > Literals in Clips
To use my style sheets, I had clips in NoteTabPro which would enter such things as <span class="san"> * </span> where * represents the place holder for a particular editor, such as \^ in TextPad. I find that TP does not allow < and > in clips, will allow < and > which are worthless in my HTML coding. How can I get such literals to be recognized? I tried \< and \> "escaping", which did not work.
from observation
TP refuses attempts at .tcl of this form
!TEXT=no6
<span class="n06">\^</span>
!
If you can pull me thru this, you have my thanks.
!TEXT=no6
<span class="n06">\^</span>
!
If you can pull me thru this, you have my thanks.
I just copied your example into my "HTML Tags" tcl:
right-click on the Clip Book dropdown, "Edit Book"
Goto end, Paste your example, File Save
Right-click on clip book dropdown, "Refresh".
The list now has a new entry "no6".
This new entry can be easily used.
Then I copied just the span line.
Right click in Textpad in the list of clippings, "Paste New Entry".
The box showed the opening tag in the "before cursor" field and the closing tag in the "after cursor" field.
I added a name and clicked ok.
Another usable clipbook entry.
(I did not save the clipbook after that as I am not really interested in this span, so I removed the entries again).
right-click on the Clip Book dropdown, "Edit Book"
Goto end, Paste your example, File Save
Right-click on clip book dropdown, "Refresh".
The list now has a new entry "no6".
This new entry can be easily used.
Then I copied just the span line.
Right click in Textpad in the list of clippings, "Paste New Entry".
The box showed the opening tag in the "before cursor" field and the closing tag in the "after cursor" field.
I added a name and clicked ok.
Another usable clipbook entry.
(I did not save the clipbook after that as I am not really interested in this span, so I removed the entries again).