[EMAIL PROTECTED] wrote:

I am writing a perl script that uses perl dbi to query a UDB database
and display
the results on a web browser and I am using Perl CGI. How can I add the
following html
tags below between the HEAD tags in cgi?
******************************************************************************
<style type="text/css">
body {background-color: yellow}
h1 {background-color: #00ff00}
</style>
***************************************************************************************************

Your project may be related to DBI, but your question isn't. Please ask such off topic questions in comp.lang.perl.modules or comp.lang.perl.misc. Iin this case, a simple search of the CGI.pm documentation for the word CSS will answer your question.

Please do come back to this list if you encounter a problem with the DBI portion of your project.

--
Jeff

Reply via email to