[mod_python] reg table row

python eager python_eager at yahoo.com
Tue Jan 31 02:45:08 EST 2006


Hi, 
    i am printing datas in table  format.In this totally 8 rows are there. it  print 8 row values, but display is single row. It won't create new row. How to add new table row in between coding.
   
   <%
                value = req.field("vall")
                for n in range(len(value)):
                   res.write("<td>")
                   res.write("%s" % value[n])
                   res.write("</td>")
              
     %>
   
  Please help me
   
  regards
  Python

		
---------------------------------
Do you Yahoo!?
 With a free 1 GB, there's more in store with Yahoo! Mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20060130/000fccab/attachment.html


More information about the Mod_python mailing list