Can I put just about anything in an ssi file?
for example, can I put a table in there so that all I have on the actual page would be something like
<!--#include virtual="/ssi/table.html" -->
and on the server, saved as "table.html" is the actual table html that has an actual link to our logo in it?