
<style type="text/css" media="all">@import "OurOwn.css";</style>
This assumes, of course, that our css file is called "OurOwn.css". The request is completely ignored and the generated code shows no signs of our css. If, however, I manually edit documents and add the following to the <head> paragraph:
<link rel=StyleSheet href="..\OurOwn.css">
It works fine. Any ideas? Suggestions?
Thanks, and take care out there.