I believe it pretty much speaks for itself, could anyone please give me the proper code?
-Nick
http://destinationunknown.keenspace.com
<font size=-1>[ This Message was edited by: aeonblue on 2002-02-20 08:15 ]</font>
Changing font size on calendar.
- Brian Young
- Regular Poster
- Posts: 472
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Upper Marlboro, MD USA
- Contact:
I'm not sure of anyway it can be currently done and still have the usefulness of an auto updated calendar.
Ideally each cell would have a CSS class that you could use to set the font size, colour and face...
Even better tho', would be a settings.txt file in the /data/ folder that you could use to tell the AutoKeen the specific HTML based values you want.
Users have suggested modifications to the system before, and some of them have been taken on-board. If you ask Gav really nicely, you never know...
_________________
<B>Don't Panic.</B> - Hitch-Hikers Guide to the Galaxy, Isaiah 43.
<font size=-1>[ This Message was edited by: Seven3 on 2002-03-10 00:12 ]</font>
Ideally each cell would have a CSS class that you could use to set the font size, colour and face...
Even better tho', would be a settings.txt file in the /data/ folder that you could use to tell the AutoKeen the specific HTML based values you want.
Users have suggested modifications to the system before, and some of them have been taken on-board. If you ask Gav really nicely, you never know...
_________________
<B>Don't Panic.</B> - Hitch-Hikers Guide to the Galaxy, Isaiah 43.
<font size=-1>[ This Message was edited by: Seven3 on 2002-03-10 00:12 ]</font>
- STrRedWolf
- Confuzzled CG Admin

- Posts: 2580
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: undef;
- Contact:
Gav doesn't read the 'Space forums. But if you ask the Wranglers to forward it (through help@keenspace.com)...
Kelly "STrRedWolf" Price
Admin, Comic Genesis
Artist/Writer, Stalag '99 (WolfSkunks and Drygers, oh my!)
I NEED MORE TIME, CAPTIN!
Admin, Comic Genesis
Artist/Writer, Stalag '99 (WolfSkunks and Drygers, oh my!)
I NEED MORE TIME, CAPTIN!
- Kisai
- Goddess of Light

- Posts: 3276
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: The Past, the Present, The future
- Contact:
IMO, this is one of the limitations of using autokeen.
If autokeen was written without using any style tags at all and instead used css id/classes then you would be able to change it.
If you look at the code for the calander:
<tr align=right bgcolor=#d0d0d0><td bgcolor=#d0d0d0><font color=#0 size=3><b>10</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>11</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>12</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>13</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>14</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>15</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>16</b></font></td></tr>
you notice that the size is hard coded. So the only way to fix this is to have font tags stripped out of autokeen code (which IMO would be preferable) which involves redoing a lot of autokeen output code.
If autokeen was written without using any style tags at all and instead used css id/classes then you would be able to change it.
If you look at the code for the calander:
<tr align=right bgcolor=#d0d0d0><td bgcolor=#d0d0d0><font color=#0 size=3><b>10</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>11</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>12</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>13</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>14</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>15</b></font></td><td bgcolor=#d0d0d0><font color=#0 size=3><b>16</b></font></td></tr>
you notice that the size is hard coded. So the only way to fix this is to have font tags stripped out of autokeen code (which IMO would be preferable) which involves redoing a lot of autokeen output code.
Would you, please?On 2002-03-10 14:10, STrRedWolf wrote:
Gav doesn't read the 'Space forums. But if you ask the Wranglers to forward it (through help@keenspace.com)...
<B>Don't Panic.</B> - Hitch-Hikers Guide to the Galaxy, Isaiah 43.