I'm trying to use the LINK tag to link a CSS file to an HTML page, but it doesn't work. The tag, which is within the HEAD element, is:
<LINK REL="stylesheet" TYPE="text/css" HREF="Styles.css">
and Styles.css consists of:
<STYLE>
.Caption {color: White;
font-weight: Bold;
font-size: 36pt;
font-style: Italic
}
</STYLE>
The style sheet works fine when imbedded in the HTML page.
Does anyone have any suggestions?
Thanks,
Rob
<LINK REL="stylesheet" TYPE="text/css" HREF="Styles.css">
and Styles.css consists of:
<STYLE>
.Caption {color: White;
font-weight: Bold;
font-size: 36pt;
font-style: Italic
}
</STYLE>
The style sheet works fine when imbedded in the HTML page.
Does anyone have any suggestions?
Thanks,
Rob