About page

When clicking on Bersoft logo or selecting About in the Help menu, a default About page will be shown (only registered users can use an About page). If you select Open about page into main window (in Interface tab) the page will be displayed in the publication window, otherwise it will be displayed in the standard, and smaller, About window.

The About page also appears when clicking Unregistered publication title on the right side of the status bar.

HyperMaker can make the About page for you, including all the basic codes. Simply click on the Page wizard button and select the kind of page you want, or you can set manually your own About page from Special Files tab, clicking on About page. A dialog bow will be opened to allow you selecting the About page.

The About page title always will be displayed in the title bar of the About window, but if no title is set the title bar will show the page file name.

The page title will be shown in the About window title. You always must provide a Submit button in order to close the window (it is their only function).

Only online or mailto links can be included, to open the Internet Browser or Email program.

The About page always should be placed in the same folder than the home page.

You can see below an example of a typical About page.

<html>
<head>
<title>About Window...</title>
</head>
<body bgcolor="#FFFFFF">
<table border="0" cellpadding="0" height="100%" width="100%">
  <tr>
    <td align=center valign=center> <b>About...</b><p>
      <table border="1" cellpadding="7" align="center" bgcolor="silver">
        <tr>
          <td valign=top>
              The status of this publication is: <!--#Regis-->
<!--#Regis--> (in the above line) is an INCLUDE directive that is used for displaying the registration status.
              <p></p>
              <p align="center">Made with HyperMaker HTML.</p>
          </td>
        </tr>
      </table>
     <p>
      <form name="form1" method="post" action="">
        <input type="submit" name="Submit" value="Close">
The value of submit always must be "Close", in order to close the window.
      </form>
    </td>
  </tr>
</table>
</html>