Hello again,
> Frequently Asked Questions
> How do I change the way the output looks?
Thanks for the tip! You know, I was searching the online documentation, and
forgot about the doc at the end of the script.
Ok, I'm playing with the TemplateDefault.pm and was able to make some minor
changes. A big one I wanted to change was the header from:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
$html_title
</title>
</head>
<body>
<h2>
$logo$title $message
</h2>
-to:-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$html_title</title>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="author" content="Your humble author, Jody Cleveland -
cleveland@mail.winnefox.org.">
<script language="javascript"
src="http://www.winnefox.org/wals/new/style/js/nn4.js"
type="text/javascript"></script>
<link rel="stylesheet" type="text/css" media="print"
href="http://www.winnefox.org/wals/new/style/css/print.css">
<link rel="stylesheet" type="text/css"
href="http://www.winnefox.org/wals/new/style/css/blue.css" title="blue">
<link rel="alternate stylesheet" type="text/css"
href="http://www.winnefox.org/wals/new/style/css/alpine.css" title="alpine">
<script language="javascript"
src="http://www.winnefox.org/wals/new/style/js/scripts.js"
type="text/javascript"></script>
<script type="text/javascript"
src="http://www.winnefox.org/wals/new/style/js/styleswitcher.js"></script>
</head>
<body>
When I do this and run a search in my browser, I get this error:
Content-Type: text/html
Software Error
Please check error log
Any ideas? Have I used "illegal" items in the file?
Thanks again for your patience, and your help.
Jody
Received on Fri Jun 7 16:49:26 2002