ots
|
| Posted: 08/28/2004, 7:21 AM |
|
I remove that code from the html page and put this in the asp page:
%>
<!-- #INCLUDE VIRTUAL="/mwmcaapps/banner/bannerpro.asp" -->
<%
This is much cleaner and works, the problem I'm having now is that I'm not sure how to position this anywhere on the page, right now I can get it to show on the top of the page, above my logo header and on the bottom of the page, below my footer.
I would like to show the banner after my logo header but I having trouble, Pleeeeeeeeese help.
Thanks
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 08/31/2004, 3:45 AM |
|
Hello,
If you can pass the output of bennerpro.asp files into a single variable you can display logo in a any location of a page with the help of custom template variable.
Please refer to the KB article that explains basic things about template variables and blocks http://support.codecharge.com/kb_article.asp?article_id=56
_________________
Regards,
Nicole |
 |
 |
|