Attribute for <BODY ...>
STYLESRC

Usage Recommendation
use <LINK ...> instead

STYLESRC is a non-HTML attribute used by Microsoft FrontPage and FrontPage server extensions. Its intended use is that the FrontPage extensions will add styles to the document before it is served. If you are not using FrontPage, use <LINK ...> to link to a stylesheet instead. Put a <LINK ...> tag like this into your <HEAD> section:

<LINK REL=STYLESHEET HREF="stdstyles.css">

STYLESRC has caused some problems.





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.