Hi

I included a local stylesheet using IAsset in the @shell component, which was easy enough:

@Asset("context:/CSS/styles.css")
public abstract IAsset getStyles();

<html jwcid="@Shell" renderBaseTag="false" title="ognl:page.pageName" stylesheet="asset:styles" >


but was wandering what the best approach is to include an html file (maybe a remote resource), into the body of my content page.

Thanks
Peter






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

Reply via email to