I figured out how to include one HTML file in another with one of the following tags.
<!--webbot bot="Include" U-Include="/FILENAME.html" TAG="BODY" -->
<!--#include="/FILENAME.html" -->
(which one is better, BTW?)
I would like all of my pages to reference the one HTML "header" but here's my problem. The included HTML file has Javascript to make mouseovers and such, including "selected-state" mouseovers. Thus, I want something to change colors when a person is on that page.
Can this be done with a single included file?
<!--webbot bot="Include" U-Include="/FILENAME.html" TAG="BODY" -->
<!--#include="/FILENAME.html" -->
(which one is better, BTW?)
I would like all of my pages to reference the one HTML "header" but here's my problem. The included HTML file has Javascript to make mouseovers and such, including "selected-state" mouseovers. Thus, I want something to change colors when a person is on that page.
Can this be done with a single included file?