| Macro name. TAG | Edit macro TAG | |
| users. | HTML authors | Author: David McRitchie |
| type. |
Edit Macro resides in d:\spfmacro for use with SPF/PC | |
| TAG | Places a beginning tag before word at cursor and a matched ending tag at the end of the macro. | |
| Related | HTMLHYP, TAGX (dcf), TXT2HTML | |
TAG simplifies the addition of tags around a preexisting words in an HTML document.
| ISREDIT | TAG | tag [parameters] |
| ISREDIT | TAG | <tag1><tag2>... |
| tag | Name of an HTML tag. |
| parameters | Optional additional parameters for begin tag. |
| tagN | Tags may be used. A terminating set of tags will be created in reverse order. |
Examples:
tag i
tag b
tag font size="+1"
tag <font size="+2"><i>
Results that might be obtained
000096 Some words are <i>italicized</i>, some are in <b>boldface</b>, and
000097 some have a different <font size="+1">size</font>.
000098 Another line might receive <font size="+2"><i>size</i></font>.
Internal Aspects:
[SPF/PC code]
Please send your comments concerning my pages or materials to: David using send email comments
Disclaimer and site usage: Material at The REXX Macros Toolbox is available without warranty of any kind. Redistribution of source, coding and documentation other than from this site is prohibited.
Copyright © 1995 - 2006, F. David McRitchie, All Rights Reserved