** I was hoping for a simple setting within the existing files. **
Any solution will require editing if the default.html template file.
There should be code in there (maybe several times) like
<%IF EVENTS EXIST%> followed a couple of lines later by
<%/IF%>. All that sould be necessary is adding the code
you want inserted before the <%/IF%> and preceeding
it with an <%/ELSE%>. Eg.
<%IF EVENTS EXIST%>
several
lines
of
code
follow
<%ELSE%> (You to add this)
code (You to add this)
you (You to add this)
want (You to add this)
inserted (You to add this)
if (You to add this)
no (You to add this)
events (You to add this)
<%/IF%>
Of course, you don't actually add the bracketed statement (You to add this). BTW. Even a bunch of <BR>'s would add height to an empty grid.
Dan O.
[This message has been edited by DanO (edited December 04, 2002).]