[htmltmpl] Slow CGI when linking to a CSS or JS

2003-01-17 Thread Howard Kim
Hello All, I just started playing with HTML::Template and ran across something odd. I hope someone on the list has encountered something similar. I wrote a simple HTML template to test the module: ##test.tmpl## test template type="text/javascript"> type="text/css"> HTML::Template =

RE: [htmltmpl] how to display data in four columns

2003-01-17 Thread Chris Davies
> I have been able to successfully display the fetched data in two > columns but now I need to do the same thing in four columns. Has > anyone done something similar ? If so, would really appreciate the > code segment. > > On the same note, has anyone worked on a generic routine for > displaying da