On Mon, Nov 30, 2009 at 1:35 PM, Dennis Lee Bieber <wlfr...@ix.netcom.com>wrote:
> On Mon, 30 Nov 2009 07:26:09 -0500, Victor Subervi > <victorsube...@gmail.com> declaimed the following in > gmane.comp.python.general: > > > Hi; > > I need a recommendation. I want to print out data like this: > > > > <td bgcolor='blue'><a href='???'>blue</a></td> > > <td bgcolor='red'><a href='???'>red</a></td> > > > Why all the off-page links? > > How about just a table of checkboxes? > > <BODY> > <TABLE width="90%" border="2" align="center"> > <TR align="left" valign="middle"> > <TD> > <INPUT type="checkbox" name="Blue">Blue > </TD> > </TR> > <TR align="left" valign="middle"> > <TD> > <INPUT type="checkbox" name="Red">Red > </TD> > </TR> > </TABLE> > <DIV align="center"> > <INPUT type="submit" value="Submit"> > <INPUT type="reset" value="Reset"> > </DIV> > </BODY> > Ya know, in the interest of time, why not. There are a couple of selection lists that have a couple hundred elements each one, but heck, I need to move on and not spend days on this. Thanks ;) V
-- http://mail.python.org/mailman/listinfo/python-list