Hi all, I modified form example (http://webpy.org/form) to make my first webpy program. I noticed that I could use "*return """<img src="./static/1.png">""" """<img src="./static/2.png">"""* " to display two static images.
How can we return image set according to user's setting for the checkbox? That is, only display the figure 1.png when the user check the corresponding checkbox in the form, etc.. By the way, is there a way to put multiple checkbox in one row, for the compact reason? Thanks a lot. Best Regards, -Yongzhi -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/d/optout.
