Is it possible to make a file include like you do with asp in an HTML doc? I wanted to put my ASP banner file into my other HTML pages but I am not sure how.
To clarify a bit .. "normal" (i.e. .htm, .html) files don't parse the #include statement correctly. The quick cheat is to rename these (all HTML, no ASP) to .asp. THEN you can use #include properly.
That said, if you are #include'ing ASP code then the main file should be ASP as well obviously.