
Originally Posted by
torvista
This is the configuration I was looking for. I was looking for the "proper" relative path to the css folder in my custom template, but I worked up a more "direct" path, starting at my account root. I was trying to avoid this since it's going to move and the path will have to change, but in the end, searching for the extra folder to replace in a few places will be faster than doing this "right".
I see to be liking the quotes today. I'll stop now.
I actually modified this a little further in the end - decided to import 2 stylesheets, one which is the actual master stylesheet.css, and one to override a few little styles like the site's background image which doesn't need to be in the back of the textarea. It looks like this:
Code:
this.pageStyle = "@import url(/includes/templates/inbio/css/stylesheet.css);\n@import url(/includes/templates/inbio/css/editor.css);";
Thanks for the help.
Frank