UltraHTML The HTML macro for UltraEdit 4.X 
This macro is freeware If you have suggestions, comments, 
bugs, please send an e-mail to U_H@HOTMAIL.COM 
!THANX for using this macro! 
The author is not responsable for damage to your computer or documents  :)
Last update:05/06/97 05.07


C=CTRL
S=SHIFT
A=ALT
*=Use copy & paste
$=Soon will be removed
!=Beta version (add an </A>CENTER> at the top of the document)


NON HTML TAG
C+w=close current window $
C+u=uppercase
C+l=lowercase
CSA+enter=the current macro version :)


HTML TAG
CA+C=<CENTER> 
CS+C=<CENTER>*</CENTER>
C+1=<H1>*</H1>
C+2=<H2>*</H2>
C+3=<H3>*</H3>
CA+1=<H1></H1>
CA+2=<H2></H2>
CA+3=<H3></H3>
C+4=<H4>*</H4>
C+5=<H5>*</H5>
C+6=<H6>*</H6>
CA+4=<H4></H4>
CA+5=<H5></H5>
CA+6=<H6></H6>
C+F1=<>
C+F2=</>
C+F3=<> </> 
A+a=</A>
C+F4=Replace extend characters (ex:  with &igrave;, etc...)
C+F5=Convert the most used HTML tags in uppercase !
C+F6=Strip all HTML tags
CS+i =<IMG SRC="">
CS+enter=<BR>
CS+b=<BR>
CS+p=<P>
C+b=<B>*</B>
CA+b=<B></B>
CA+i=<I></I>
C+i=<I>*</I>
CS+a=<A HREF="">
CA+a==<A HREF="">*</A>
CS+space=&nbsp;
CA+t=<TABLE BORDER=>
C+t=<TD>
CS+t=</TD>
C+d=<TD>*</TD>
CA+d=<TD></TD>
CA+r=<TR>
CS+r=</TR>
CS+l=<LI>
CS+u=<UL>
C+h=<HTML><TITLE></TITLE><BODY></BODY></HTML>


