You are not logged in.
Pages: 1
What's the correct way to get custom CSS working with Xinha? I tried this:
xinha_config.stylistLoadStylesheet("http://www.myURL.com/path/to/my/custom_css");
...but for some reason it didn't work -- in fact, in kept Xinha from launching. What's the correct way to do this? Thanks in advance for any info.
-Vik
Last edited by Vik (2006-02-26 22:54:50)
Offline
Well, I use this method :
xinha_config.pageStyle = "@import url(../index_CMS_WYSIWYG.css);";
It works like a charm.
Mvh,
Kim Steinhaug
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Easy CMS - Et brukervennlig publiseringssystem - Easy Webshop - Nettbutikk med krefter
Offline
That worked. Thanks!
Offline
Pages: 1