Quote:
|
Originally Posted by AbvAvgUser Usually, all the scripts and CSS files are used as references, instead of a direct dump of codes at multiple places. This is the what is used:
<LINK REL=STYLESHEET TYPE="text/css" HREF="StyleSheet.css">
But have never tried using a .htm file like this. Theoratically, it should work. But needs to be tried in different browsers first. I have never persoanlly tried this. If it works, it is a good solution for the problem at hand here. |
No, you can't use a LINK element to include a file. To include a file in HTML, you use frames. Or a serverside language like PHP, Perl, SSI, etc.