ok i made those changes...
code:
!-- END OF VIEWS -->
<!-- ================================ -->
<!-- /THIS IS THE ACTUAL DISPLAY AREA -->
<!-- ================================ -->
</TD>
<% if ($VIEW eq "Event") { %>
<TD WIDTH="100" align="left" valign="top">
<!-- vertical ad space -->
<!-- Start Ad Rotation Code -->
<SCRIPT SRC=http://www.yullah.com/cgi-local/adrotate/banners.pl?action=display></SCRIPT>
<!-- Stop Ad Rotation Code -->
</TD>
<% } %>
</TR>
i think the problem here is that i am trying to add this TD outside of the "actual display area"---
this is the only way i can think to add a TD without having the info in that TD repeat for each event field entry...
i'm getting this error message:
syntax error at (eval 1) line 279, near ") print" Unmatched right bracket at (eval 1) line 280, at end of line
and this is highlighted in the error:
print "
\n <TD WIDTH=\"100\" align=\"left\" valign=\"top\">
\n <!-- vertical ad space -->
\n <!-- Start Ad Rotation Code -->
\n<SCRIPT SRC=http://www.yullah.com/cgi-local/adrotate/banners.pl?action=display></SCRIPT>
\n<!-- Stop Ad Rotation Code -->
\n </TD>
\n ";
thanks
------------------