|
Hi, all.
I'm used to making calendars manually, i.e. raw html, table by table
and cell by cell, to get things looking the way I want them to look.
I really like the ease with which this program generates calendars.
Two bugs I've noticed, though:
1. When entering html into the note field for a particular day, it
sometimes gets cut off. When parsing through the message board, I
found that this bug appeared in an earlier versions as well. For
example, the following note:
<font face="verdana" color="ff0000">SAMPLE TEXT</font>
gets chopped up into two lines and the color info is lost when
writing and publishing, to this:
<font face="verdana" color=
>SAMPLE TEXT</font>
2. When inserting additional html before or after the calendar, some
of the calendar formatting, such as the background color, is lost.
(Clues: the html is another table with lowercase tags, and row and
cell tags are indented. Picky, picky, picky...) I haven't traced why
this is the case. I thought of using your software to create the
calendar and then go in and add my html manually, but I'd rather know
if there's a workaround.
Thanks,
Bobby
|