SUBROUTINE ULIST3
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Buying a Puppy", "", "", "", "")
CALL RW_PUT("When choosing your puppy, ask the breeder")
CALL RW_NEWLINES(2)
UL_CLASS= 'type="circle"'
CALL RW_START_ULIST(UL_CLASS)
CALL RW_START_LIST_ITEM("")
CALL RW_PUT("to see copies of health clearances for both parents")
CALL RW_END_LIST_ITEM
CALL RW_START_LIST_ITEM("")
CALL RW_PUT("what guarantees are given about the puppy's health?")
CALL RW_END_LIST_ITEM
CALL RW_START_LIST_ITEM("")
CALL RW_PUT("is follow-up help and advice available?")
CALL RW_END_LIST_ITEM
CALL RW_START_LIST_ITEM("")
CALL RW_PUT("are all puppies fully registered?")
CALL RW_END_LIST_ITEM
CALL RW_END_ULIST
CALL RW_END_PAGE
RETURN
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Reality">
<TITLE>Buying a Puppy</TITLE>
</HEAD>
<BODY>
When choosing your puppy, ask the breeder
<BR>
<BR>
<UL type="circle">
<LI>
to see copies of health clearances for both parents
</LI>
<LI>
what guarantees are given about the puppy's health?
</LI>
<LI>
is follow-up help and advice available?
</LI>
<LI>
are all puppies fully registered?
</LI>
</UL>
</BODY>
</HTML>
NEC welcomes your feedback on our documentation.
If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk.
If your comment relates to this particular Help topic, remember to include the following information:
Product:
|
RealityVersion 15.5
|
Help revision:
|
Revision 0
|
Help topic:
|
ULIST Example (RealWeb)
|
File name:
|
ULIST.htm
|