Forum OpenACS Development: Re: IE bug and full screen display in xowiki using ?master=0

Solved the issue with the included css file. The documentation suggests that included css files should be referenced like this:

[[my-css.css]]

To get mine to work I had to do:

[[css:my-css.css]]

...which I think has to do with the fact that I had already uploaded the css files rather than waiting for xowiki to [prompt me] for them.

R.

No, I have double checked by deleting and re-loading the css file. The reference on my system has to be [[css:filname.css]]

Still not sure why I can't set the template using {{set-parameter template_file full-screen}} though.

R.

Is it ok if I update the xowiki docs to reflect this?

R.