Hi

If i have a table like this:
<table>
 <tr>
   [- $r = $set[$row] -]
   <td class="center"><input type="checkbox" name="kill" value="[+ $r -> {id} +]" 
align="top"></td>
   <td class="center"><a href="[+$path+]?site=change&did=[+ $r -> {did} +]">[+ $r -> 
{did} +]</a></td>
   <td>[+ $r -> {kundennummer} +]</td>
 </tr>
</table>

How can i add a row at the bottom of the Table ? Embperl knows a Table
Header, so i can use th there. But if i want to add a row to the End it
wont work. (Ok, if i add a <tr>...</tr> it is there, but after every
row, not only after the last).

Is there a way to do this with $row, $col etc. or do i have to go the
hard way building my own foreach, while, etc. for every "dynamic" table?

Thx.
-- 
begin  OjE-ist-scheisse.txt
bye, Joerg
Registered Linux User #97793 @ http://counter.li.org
end

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

Reply via email to