Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: using a CSS style sheet in CGI

by cees (Curate)
on Jun 18, 2006 at 01:14 UTC ( [id://556043]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CGI::Link({
      -rel   => 'stylesheet',
    ...
      -src   => '/css/my.css',
      -media => 'all'
    });
    
  2. or download this
    <link type="text/css" media="all" src="/ss/ss.css" rel="stylesheet" />
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://556043]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-12-14 16:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (70 votes). Check out past polls.