Hi

> I am not aware of any problems with headers/footers. Can you give an
> example?

Sorry, should be more specific. I'm refering to this posting from Jan 3 this 
year:

I know this may be a stupid posting, because I've touched the topic before. 
But I keep running into this problem and I think I remember that you 
(Gerald) told that you would fix the problem I reported (rows with <TH> 
cells). 

I've written some sub routines to handle data list and data entry tables. I 
need this construction a lot of the time: 

<table>
<tr>
 some <th> cells
</tr>
[$if something$]
<tr>
 <td> for @data1
</tr>
[$elsif some other thing$]
<tr>
 <td> for @data1
</tr>
<tr>
 <td> for @data2
</tr>
[$endif$]
<tr>
 some fixed rows at the end
</tr> 

So obviously I'd like the tags <tr></tr> to be the enclosing entity for 
which a recurring action shuld take place. At least as an option. 

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               �ben 12.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 12.00-16.00       Web:      www.suse.dk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to