stylesheets

stylesheets

am 01.10.2003 13:02:52 von mark

Hi,
Anyone know is it possible to place links to cascading stylesheets in perl
under apache? Is it possible to get perl to use stylesheets?



************************************************************ **********
This document is strictly confidential and is intended for use by
the addressee unless otherwise indicated.
Allied Irish Banks
************************************************************ **********


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: [perl-mysql] stylesheets

am 01.10.2003 14:13:43 von Dave Cash

On Wed, 1 Oct 2003, mark wrote:

> Anyone know is it possible to place links to cascading stylesheets in perl
> under apache?

Sure. Just print out the link tag in the appropriate place in your
ourput (so it appears in the section):

print qq!!;

> Is it possible to get perl to use stylesheets?

I'm not sure what you're getting at here. In CGI, Perl is just used
to generate HTML. After that, the browser does all the work. Links
to images, stylesheets, javascript libraries, etc. are all followed
(and processed) by the browser, not by Perl (under standard CGI
circumstances).

Hope that helps.

Dave

/L\_/E\_/A\_/R\_/N\_/T\_/E\_/A\_/C\_/H\_/L\_/E\_/A\_/R\_/N\
Dave Cash Power to the People!
Frolicking in Fields of Garlic Right On-Line!
dave@gnofn.org Dig it all.


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: [perl-mysql] stylesheets

am 01.10.2003 14:13:43 von Dave Cash

On Wed, 1 Oct 2003, mark wrote:

> Anyone know is it possible to place links to cascading stylesheets in perl
> under apache?

Sure. Just print out the link tag in the appropriate place in your
ourput (so it appears in the section):

print qq!!;

> Is it possible to get perl to use stylesheets?

I'm not sure what you're getting at here. In CGI, Perl is just used
to generate HTML. After that, the browser does all the work. Links
to images, stylesheets, javascript libraries, etc. are all followed
(and processed) by the browser, not by Perl (under standard CGI
circumstances).

Hope that helps.

Dave

/L\_/E\_/A\_/R\_/N\_/T\_/E\_/A\_/C\_/H\_/L\_/E\_/A\_/R\_/N\
Dave Cash Power to the People!
Frolicking in Fields of Garlic Right On-Line!
dave@gnofn.org Dig it all.


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org