http://qs1969.pair.com?node_id=313831


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

Server Error (Error ID 7338047c2128518)

An error has occurred. The site administrators have been notified of the problem and will likely soon fix it. We thank you, for you're patients.