HOW TO INSTALL A SECOND INTERNAL STYLE SHEET
_____
Be able to edit it as a xhtml document with creator
and still be able to use stylesheet editor for your other classes.(see note)
_____
Create a new XHTML document name it style
enter this code block
<style type="text/css"><!-->.dummy{}
Then enter a second code block
-->< /style>
(Two oddities you can't enter <!-- but you can enter --> and the first item of css gets ignored if you use <!--> hence the .dummy{} entry)
The <!-- --> is to hide the code from search engines and old browsers.
Then enter your css using CREATOR as CODE blocks BETWEEN the first two code blocks
you can use non-standard means to define your css such as xt functions and http "get" arguments
Then insert this code into the <head ></head> area of the pages you wish to use the style sheet on .
THIS METHOD OF DEFINING CSS IS UNIQUE TO XTGEM
|
this text has a css defined by this method. The code is very non-standard. .bac { background: #<xt id="random" from="111111" to="999999"/>; border: <xt id="tdate" format="h"/>px double #<xt id="tdate" format="B"/>;} Which gives a random background colour. a border that gets wider by the hour (12 hour cycle) which has a colour defined by swatch internet time !! In fact all the css on this page is defined this way as I used a "local file include" to add my external style sheet to the internal one |
NOTE:
If you place the "include" function below xtgems style entry any use of stylesheet editor will move xtgems entry below yours giving it higher priorty