Ok I fixed the #1.
Change
WithCode:if ($eventInfo['event_comments'] != '') echo "<strong>Comments: </strong>" . $eventInfo["Comments"] . "<br />";
#2 shows as desired so please ignore question however entry point in the date can be improved.Code:if ($eventInfo['event_comments'] != '') echo "<strong>Comments: </strong>" . $eventInfo["event_comments"] . "<br />";
#3 and #4 still would like to know how?
Bookmarks