A good place to start may be: http://www.w3.org/
I am not an O'Reilly salesperson but I use the book: HTLM Pocket Reference by Jennifer Niederest The ISBN I believe is 1-56592-579-3 as a quick reference ... O'Reilly also has a "subscription" service which I use (pay for) and you may wish to look at if you need something "right now" ... I believe that the way CGI works is that "any" option(s) you use, it tries to generate as HTML ... very nice feature ! This is for all the calls to CGI. Of course CGI has documentation and some examples but it is not "about" HTML as much as it is about cgi... mercifully ... I have noticed that if I do not follow the syntax correctly it will "sometimes" fail and not caught the syntax error but for the most part it does not care what you use as an option - so the HTML will fail if you say {-colro=>'RED'} for example ... good syntax bad HTML ... Hope this helps ... jwm -----Original Message----- From: Meidling, Keith [mailto:[EMAIL PROTECTED]] Sent: November 24, 2001 09:54 To: [EMAIL PROTECTED] Subject: Table Options. Where can I find a comprehensive list of options that are used in cgi.pm??? I can find some of them here and there, but I was wondering if there's a comprehensive list. For example, I was working witht tables the other day, and wanted to change the color of one of the rows. It took me a while and some guessing to find... print $cgi->Tr({-bgcolor=>'red'},td([@temparray])); I'd also like a comprehensive list of table tags/options... I have Beginning Perl from WROX, Programming Perl and Perl Cookbook by O'Reily... I'd like to find some web references if I could... Thanks... Keith -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]