On Sun, Sep 29, 2002 at 06:38:16PM +1000, Jimmy George wrote:
> and both refered me to
>
> LIMITED SUPPORT FOR CASCADING STYLE SHEETS
> from
> perldoc CGI
>
> where is that? I am a beginner. On a Mac. With a home page serviced by a
> remote ISP. No Linux contact.
Assuming you're using OS 9, jus
Jimmy George wrote at Sun, 29 Sep 2002 10:38:16 +0200:
> LIMITED SUPPORT FOR CASCADING STYLE SHEETS
> from
> perldoc CGI
>
> where is that? I am a beginner. On a Mac. With a home page serviced by a
> remote ISP. No Linux contact.
It's a subsection in the perl documentation of the CGI module.
p
Two great replies to my query
***
Just to add to the thread, any -name=>'value' pair set in a hash ref
passed
as the first argument to a CGI object's html generating methods will be
translated into tag attributes and values.
[trwww@devel_rh trwww]$ perl -MCGI -e '$q=new CGI; pr
Janek Schleicher wrote:
> Jimmy George wrote at Fri, 27 Sep 2002 00:36:42 +0200:
>
>> When we use commands such as
>>
>> $q->p("some line of text");
>>
>> when doing prints, is there any way of giving the output attributes such
>> as we can with css descriptors?
>
> e.g.
> $q->p({-style => '
Jimmy George wrote at Fri, 27 Sep 2002 00:36:42 +0200:
> When we use commands such as
>
> $q->p("some line of text");
>
> when doing prints, is there any way of giving the output attributes such
> as we can with css descriptors?
e.g.
$q->p({-style => 'color: red; font-size: 24pt'},
"som
Hello All
When we use commands such as
$q->p("some line of text");
when doing prints, is there any way of giving the output attributes such
as we can with css descriptors?
thanks for any help
JimmyG
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT