What I would like to have is a table within the calendar header containing javascript. I know all settings are saved in config.txt and I am editing that file. I seem to be having a problem using <head> statements in the file. The calendar either strips it or ignores it. Below is an example.
This doesn't work:
template_preference_default_header=<head><script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script></head><body> blah blah blah
Output = blah blah blah
Attempted a simple include where "file.html" contains all the html needed. It doesn't work either.
template_preference_default_header=<!--include file="file.html"-->
Output =
I coped the javascript file to the dir and also put in a hard path to the file with no luck.
The header that I would like is the header I use for the entire site.
Site with proper header: http://www.traconline.com
Calendar with inproper header:
http://www.traconline.com/cgi-bin/calendar.pl?calendar=default
Can anyone help please?
Thanks!