Completely OT
Victor Subervi
victorsubervi at gmail.com
Mon Nov 30 13:24:09 EST 2009
On Mon, Nov 30, 2009 at 1:35 PM, Dennis Lee Bieber <wlfraed at ix.netcom.com>wrote:
> On Mon, 30 Nov 2009 07:26:09 -0500, Victor Subervi
> <victorsubervi at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091130/385781e6/attachment-0001.html>
More information about the Python-list
mailing list