Guys, I need to have a page that usees the include scripts for header information to have a clean (no heading info) appearance. It's the cal.asp page from the IsHoliday script.
I went through and took out as much as possible, but I still get the page title, the bar that normally contains the date and time, and another row that shows current weather conditions. I want all of this to be gone, with just page contents showing at the top of the page.
I tried "un" including that header asp page, but that kills the whole cal.asp page.
What's the trick here?
Sorry for posting in this forum...
I don't remember posting this here, I could have sworn I was posting it in script development or script library discussion forum...
Could someone move this to the proper forum?
Anyway, my problem was solved by removing a line that generated a custom header from the cal.asp page.. I think the line was over-riding the configuration in the includes.
I went through and took out as much as possible, but I still get the page title, the bar that normally contains the date and time, and another row that shows current weather conditions. I want all of this to be gone, with just page contents showing at the top of the page.
I tried "un" including that header asp page, but that kills the whole cal.asp page.
What's the trick here?
Sorry for posting in this forum...
I don't remember posting this here, I could have sworn I was posting it in script development or script library discussion forum...
Could someone move this to the proper forum?
Anyway, my problem was solved by removing a line that generated a custom header from the cal.asp page.. I think the line was over-riding the configuration in the includes.
Comment