Help for this page

Select Code to Download


  1. or download this
    <head>
    <title>$current_node</title>
    ...
    </head>
    <body class="myBody">
    <!-- ... and so forth... -->
    
  2. or download this
    create table user_styles (
      user_pk varchar2(x) primary key references whatever.user_pk,
    ...
      myth    varchar2(32),
      mylink etc, etc, etc,
    );