on my calendar, when i click on a W i get error 404. for a start there are two slashes after .com, for a second, there are no files in my W folder.
i don't know what this w is supposed to do, i assume it links to a page with every comic from that week on it, but i only intend to update once a week anyway so is there any way to fix or get rid of the Ws on the calendar?
W
- Maximuscoolman
- Regular Poster
- Posts: 600
- Joined: Mon Dec 15, 2003 2:00 pm
- Location: Nottingham
- Contact:
- Maximuscoolman
- Regular Poster
- Posts: 600
- Joined: Mon Dec 15, 2003 2:00 pm
- Location: Nottingham
- Contact:
- Faub
- The Establishment (Moderator)

- Posts: 3698
- Joined: Tue May 20, 2003 2:53 pm
- Location: Missouri, USA
- Contact:
The ***calendar*** tag doesn't allow much in the way of messing with the coloring. You can drop it in a div and use css to mess with the colors, though. It's limited in that you can't tell the difference between the cells with the W and the cells with numbers.
Kisai has recently been working on a css calendar which does let you change things. I'm not sure if that was ready for prime time yet or not because all the tagtorials are 2 years old or more. It's hard to tell what autokeen's real capabilities are. (That and I can't remember exactly what the tag name is.
)
Kisai has recently been working on a css calendar which does let you change things. I'm not sure if that was ready for prime time yet or not because all the tagtorials are 2 years old or more. It's hard to tell what autokeen's real capabilities are. (That and I can't remember exactly what the tag name is.
- Faub
- The Establishment (Moderator)

- Posts: 3698
- Joined: Tue May 20, 2003 2:53 pm
- Location: Missouri, USA
- Contact:
I've just been told the tag is ***csscalendar*** Use it at your own risk.
the classes appear to be:
ks_cal_title: calendar title
ks_cal_row: calendar row
ks_cal_nm_c: not in the month, comic
ks_cal_nm_e: not in the month, empty
ks_cal_e: empty cell
ks_cal_c: comic cell
ks_cal_wk_c: the W cell
ks_cal_wk: the word "WEEK"
A demo of this can be found at the bottom of
http://olliverotherguy.keenspace.com/
I could be totally jumping the gun on this one too. Kisai could change it at any time.
the classes appear to be:
ks_cal_title: calendar title
ks_cal_row: calendar row
ks_cal_nm_c: not in the month, comic
ks_cal_nm_e: not in the month, empty
ks_cal_e: empty cell
ks_cal_c: comic cell
ks_cal_wk_c: the W cell
ks_cal_wk: the word "WEEK"
A demo of this can be found at the bottom of
http://olliverotherguy.keenspace.com/
I could be totally jumping the gun on this one too. Kisai could change it at any time.
- Maximuscoolman
- Regular Poster
- Posts: 600
- Joined: Mon Dec 15, 2003 2:00 pm
- Location: Nottingham
- Contact:
- Faub
- The Establishment (Moderator)

- Posts: 3698
- Joined: Tue May 20, 2003 2:53 pm
- Location: Missouri, USA
- Contact:
This was a special request tag Kisai made earlier this week.
There are actually a couple more classes: (from my css file)
There are actually a couple more classes: (from my css file)
Code: Select all
.ks_calendar { background:#81a1df; font-size:12pt; font-weight:bold; }
.ks_cal_title { font-size:14pt; }
.ks_cal_title a { vertical-align:super; font-size:10pt; }
.ks_cal_row { background:#a1c1ff; border:1px solid navy; }
.ks_cal_nm_c { background:#6191bf; }
.ks_cal_nm_e { background:#6191bf; }
.ks_cal_c { background:#d0f0d0; }
.ks_cal_e {}
.ks_cal_today { background:#d0d0f0; }
.ks_cal_wk_c { display:none; }
.ks_cal_wk_e { display:none; }
.ks_cal_wk { display:none; }


