HI Mike

Your page specification appears to have commented out the asset definition.

You have:

<page-specification>
  <!-- <asset name="helloCSS" path="context:/css/helloCSS.css"/> -->
</page-specification>

Try:
<page-specification>
  <asset name="helloCSS" path="context:/css/helloCSS.css"/>
</page-specification>



I assume you removed the quotes around green in the CSS file as well? If it still fails, trying looking at the source generated by the browser.

Regards

Alan


Tian-Jian "Barabbas" [EMAIL PROTECTED] wrote:

Hi Alan,

Thank you very much. For inline <style>, removing the quotes does help! But for asset including css file, that simple hello world still failed.

   Regards,
Mike


Alan Chaney wrote:

Hi

Try remove the quotes from around the color. It should be body { background-color: green; }

Regards

Alan Chaney


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


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

Reply via email to