RE: [htmltmpl] HTML::Template - need to merge the columns of a table
Brought to you by:
samtregar
From: Dan H. <dan...@re...> - 2005-12-14 19:52:39
|
<tmpl_if my_flag> <!-- merged cells here --> <tmpl_else> <!-- non-merged cells--> </tmpl_if> -----Original Message----- From: htm...@li... [mailto:htm...@li...] On Behalf Of Senthil Nathan Sent: Thursday, 15 December 2005 08:19 To: Htm...@li... Subject: [htmltmpl] HTML::Template - need to merge the columns of a table Hi All, I need to merge the columns of a table during runtime in HTNL Template. I have a bool variable set, whenever the cells needs to be merged. So, chking for that var if its set, need to merge the cells else need to have the cells as defined earlier. How this can be done in HTML::Template?? Thanks Senthil |