You are not logged in.
editor.config.pageStyle="@import url(/admin/css/admin.css);"; DON'T WORK
why?
Offline
What worked for me was this:
xinha_config.pageStyleSheets = ["http://www.mydomain.com/xinha/test.css"];
Offline
can you send me an exaple working on
marco.sottana@q-web.it
thanks a lot
Offline
editor.config.pageStyle="@import url(/admin/css/admin.css);"; DON'T WORK
why?
Bare in mind it is a long time since i worked with HTMLarea/Xinha, but i seem to remember u had to use full uri ex :
editor.config.pageStyle="@import url(http://domain.com/admin/css/admin.css);";
[i]To live is to die ...[/i]
Offline
See Ticket 75 - http://xinha.python-hosting.com/ticket/75 for discussion of this.
Offline