Hello.
I can't seem to find any info on CGI.pm's ability to write tables. Does
it have the ability? Or do I have to write it in raw html first add add
CGI.pm elements to it?
print << "END_HTML"
<table>
<tr><td>
END_HTML;
print $cgi->em("stuff here");
print << "END_HTML2"
</td></tr></table>
END_HTML2
Like this?
-James
--
------
James Kelty
Sr. Unix Systems Administrator
The Ashland Agency
[EMAIL PROTECTED]
- Re: Table Confusion James Kelty
- Re: Table Confusion Brett W. McCoy
- Re: Table Confusion Lucy
- Re: Table Confusion James Kelty
