in reply to How to implement CSS in perl script.
First you need to print (X)HTML (or XML) not plain text.
Second you need to print correct HTTP header (to tell client browser what type of document you send).
Third if you need CSS (do you mean stylesheet?) use stylesheet as your document type demand. So you may use <link ... /> tag or <style ...>...</style> for (X)HTML or maybe XSLT for XML...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to implement CSS in perl script.
by aalneyperl (Acolyte) on Nov 30, 2007 at 14:19 UTC | |
by Gangabass (Vicar) on Dec 01, 2007 at 02:27 UTC |