Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: HTML::Template Tutorial

by kutsu (Priest)
on Dec 10, 2003 at 19:44 UTC ( [id://313831]=note: print w/replies, xml ) Need Help??


in reply to HTML::Template Tutorial

Great Tutorial jeffa, great help in learning HTML::Template

As a css user though I had a hard time adding css to my templates and so I add these two solutions that I happened to find, hopeful they'll save someone some work/time.

Add the first or second solution somewhere in your <head>

First solution, the http is important:

<link rel="stylesheet" type="text/css" href="http://www.somesite.com/default.css" media="screen">

Second solution

<STYLE TYPE="text/css" MEDIA="screen"> <!-- @import url(http://www.somesite.com/default.css); --> </STYLE>

Update: Changed wording on where to add solution, to make less confusing

"Pain is weakness leaving the body, I find myself in pain everyday" -me

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-19 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found