SUBROUTINE BLOCKQUOTE
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Blockquote Example", "", "", "", "")
HTML = ""
TEXT = "To what extent dowsing is efficacious has long been a matter " : ...
"of debate. Writing in 1917, an American government geologist stated " : ...
"confidently that:"
CALL RWS_PARA(TEXT, "", "")
HTML = HTML : TEXT
TEXT = "the use of the forked twig or so-called divining rod is a curious " : ...
"superstition that still has a strong hold on the popular mind...It is " : ...
"difficult to see how, for practical purposes, the whole matter could " : ...
"be more thoroughly discredited, and it should be obvious to everyone " : ...
"that further tests would be a misuse of public funds."
CALL RWS_BLOCKQUOTE(TEXT, "")
HTML = HTML : TEXT
TEXT = "Seven leading authorities on water supply examined the claims of " : ...
"seven water diviners at Guildford in 1913. Most of the dowsers failed " : ...
"to 'find' the hidden water which formed the test."
CALL RWS_PARA(TEXT, "", "")
HTML = HTML : TEXT
CALL RW_PUT(HTML)
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>Blockquote Example</TITLE>
</HEAD>
<BODY>
<P>
To what extent dowsing is efficacious has long been a matter of debate. Writing
in 1917, an American government geologist stated confidently that:
</P>
<BLOCKQUOTE>
the use of the forked twig or so-called divining rod is a curious
superstition that still has a strong hold on the popular mind...It is difficult
to see how, for practical purposes, the whole matter could be more thoroughly
discredited, and it should be obvious to everyone that further tests would be a
misuse of public funds.
</BLOCKQUOTE>
<P>
Seven leading authorities on water supply examined the claims of seven water
diviners at Guildford in 1913. Most of the dowsers failed to 'find' the hidden
water which formed the test.
</P>
</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:
|
Blockquote Example (RealWeb)
|
File name:
|
BLOCKQUOTE.htm
|