Page Breaks for Printing
{page-break-before: # } #=auto, always
<P>HELLO.</P> <P STYLE="page-break-before:always"> BYE. </P> <P>HELLO.</P>Sample Page | Printed Sample (PDF) |
Page View
|
Print Page
|
{page-break-after: # } #=auto, always
<P>HELLO.</P> <P STYLE="page-break-after:always"> BYE. </P> <P>HELLO.</P>Sample Page | Printed Sample (PDF) |
Page View
|
Print Page
|
Cursor
{cursor: # } <DIV STYLE="cursor:#"> <IMG SRC=heno01.gif ALIGN=absmiddle> HELLO </DIV>
{cursor:auto}
|
HELLO |
{cursor:crosshair}
|
HELLO |
{cursor:default}
|
HELLO |
{cursor:hand}
|
HELLO |
{cursor:move}
|
HELLO |
{cursor:e-resize}
|
HELLO |
{cursor:ne-resize}
|
HELLO |
{cursor:nw-resize}
|
HELLO |
{cursor:n-resize}
|
HELLO |
{cursor:se-resize}
|
HELLO |
{cursor:sw-resize}
|
HELLO |
{cursor:s-resize}
|
HELLO |
{cursor:w-resize}
|
HELLO |
{cursor:text}
|
HELLO |
{cursor:wait}
|
HELLO |
{cursor:help}
|
HELLO |
