Hi Mark,
you can create a file page.xml containing the CSS declarations like
<?xml version="1.0" encoding="UTF-8"?>

<css>

  /*allgemeine Definition*/
  body {
    height:100%;
    color: black;
    background-color: #66B3FF;
.......
</css>

there you can use {$root}. However, if you just want to reference some
pictures in the resources/shared/images directory, you can use the
relative path to that directory from your page.css, i.e.
  background-image:url(../images/saeulen.png);

(../images because page.css is in shared/css, the PNG file is in
shared/images). You can track back some of this issues with the
LiveHttpHeaders Extension of Firefox, there you can see, where it tries to
find the file

HTH

Mario

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to