[ZDP] Q : implementation Tutorial

Tom Deprez Tom.Deprez@uz.kuleuven.ac.be
Thu, 27 May 1999 10:16:21 +0200


Hi,

I want to use a table to put the source code in.

Now I was thinking about making the header and footer of this table so the
layout of the table is defined in two objects which will always be used.

Now: I would like to enter a title in the header and I wonder if this is
possible to program :

Table_header_html :

<table>
 <tr>
  <td></td>
  <td><!--#var table_title --></td>
  <td></td>  
 </tr>
</table>

In another document I would call : <!--#var Table_header_html('This is de
title')-->

And this is the title is used as title....

Is this possible?

Tom.