Re: Webclipping - Frame and stylesheet
Cédric Mailleux <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Nicolas POIRIER a écrit : > Hi, > > I want to include some HTML pages from a another server into a Jahia > page. I use the component "webclipping-1.0", but I've two problems : > - include page's stylesheet seems not to be use into the Jahia page ? Jahia use only the subcontent of the tag body from the html returned by a webapp, if your stylesheet are defined inside the body tag there will be no problem to have them loaded in jahia (check there's no conflict). The webclipping component only moved the script tag from the original source into the body to avoid script error. > - component is not able to use <frame> tag ? The component can work with frame, if the src attribute is a non absoluite url the componet rewrite it in an absolute way. > > Of other component allows to resolve these problems > > Thanks, > Nicolas Poirier > > > Regards, Cédric Mailleux