SUBROUTINE TRANS2
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("TRANS2", "", "", "", "")
ITEM = ""
OPEN "REALWEB-ITEMS" TO F ELSE STOP
READ ITEM FROM F,"Adding_images_to_headings.txt" ELSE STOP
CLOSE F
CALL RW_TRANS(ITEM, RWD_NORMAL)
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>TRANS2</TITLE>
</HEAD>
<BODY>
Adding an image to a heading is easy. For example, the following HTML puts
an "information" icon inside the "For More Information"
heading.<BR>
<BR>
<h2><BR>
<img src="info.gif"><BR>
For More Information<BR>
</h2><BR>
</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.6
|
|
Help revision:
|
Revision 0
|
|
Help topic:
|
RW_TRANS Example 2 (RealWeb)
|
|
File name:
|
TRANS2.htm
|