fixed in v3.4
changed:
HeadBg = "bgcolor=" & strHeadCellColor
to:
HeadBg = "bgcolor=""" & strHeadCellColor & """"
changed:
ForumBg = "bgcolor=" & strCategoryCellColor
to:
ForumBg = "bgcolor=""" & strCategoryCellColor & """"
changed:
CellBg = "bgcolor=" & strForumCellColor
to:
CellBg = "bgcolor=""" & strForumCellColor & """"