Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Does anyone know how to use more than one header in a project. You used to be able to edit the html to point to include header_file.asp now 6.1 uses the variable ... {$header} . I have some headers for some pages some for others.
Hi,use custom events (Insert ASP code snippet option on the Visual Editor tab) for this purpose.
Jane,Can you give me an example of calling a different header file name from the code snippet in visual editor.
John,here is a sample:
%><!--#include file="header1.asp"--><%