<cal>

iclbloom
Posts: 103
Joined: Mon May 07, 2001 5:51 pm

<cal>

Post by iclbloom »

Attempting to use a class w/ <cal>, what is wrong w/ this? Thanks Leon Bloom

<a name=cal3>
<HEAD>
<STYLE TYPE="text/css">
H1 { font-size: x-large; color: red }
th { font-size: x-large; color: red }
ww { font-size: x-small; color: blue }
calclass { font-size: large; color: blue }
</STYLE>
</HEAD>
<body>
<h1>this is an H1 tag</h1>
<cal DAYCLASS=calclass weekclass=ww type=month WEEKLEN=1>
</body>
</a>
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

<cal>

Post by John »

Have you looked at the HTML output, to see what is not as expected?
John Turnbull
Thunderstone Software
iclbloom
Posts: 103
Joined: Mon May 07, 2001 5:51 pm

<cal>

Post by iclbloom »

Thanks for the hint, I found the prob, now for the next question. I am trying to specify a dayfunc in the same script file, what is the proper format, below example fails.

DAYFUNC=$url/day1.html

Thanks
Leon Bloom
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

<cal>

Post by mark »

$url is implied. Just put in the function and extension as described in the docs.
DAYFUNC=/day1.html