Item12773: Calendar Plugin day class right-aligns content
Priority: Normal
Current State: New
Released In: n/a
Target Release: n/a
I don;t want my content right-aligned.
Theoretically, I have asked for the content in my calendar cells to be left-aligned. I'm using
cellalignment="left"
and the table source shows
<td class="day 08 Mar 2014" height="100" width="14%" valign="top" align="left" bgcolor="#fffcdc" bordercolor="black">...</td>
but, apparently, the
day
class sets
text-align: right;
- screenshot:

- screenshot:

--
VickiBrown - 11 Mar 2014
This is fallout from
Item12722 --
JSCalendarContrib defines a calendar class that interferes with
CalendarPlugin
--
VickiBrown - 12 Mar 2014