25 lines
787 B
HTML
25 lines
787 B
HTML
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|
<TITLE>Shrink Selection</TITLE>
|
|
</HEAD>
|
|
<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#FF0000" alink="#000088">
|
|
<TABLE width="100%" cellspacing="1" cellpadding="1">
|
|
<TR bgcolor="black">
|
|
<TD width="100%" align="center"><FONT size="+2" color="white">Shrink
|
|
Selection</FONT></TD>
|
|
</TR>
|
|
<TR bgcolor="white" >
|
|
<TD width="100%" align="left"><P>
|
|
<P>
|
|
Will shrink the selection (not the content of the selection but
|
|
the selection itself) with an arbitrary amount measured in an
|
|
arbitrary unit.
|
|
<P>
|
|
<A href="index.html">Index</A>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY></HTML>
|