RW_START_PAGE
Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_START_HTML_PAGE for enhanced functionality.
Purpose
Defines the start of an HTML page. This consists of an opening <HTML> tag, a complete HEADER section containing a title and a meta tag, defining the generator as "Reality", and an opening <BODY> tag. The page's background image can also be set.
Syntax
RW_START_PAGE(Title, Background)
Parameters
Title The title of the page.
Background The of an image to be used as the background of the page.
Dependencies
Requires that a call is made to RW_END_PAGE at the end of the HTML file to close the BODY and the HTML file.