cancel
Showing results for 
Search instead for 
Did you mean: 

Document template HTML : use CSS ?

milonette_
Star Collaborator
Star Collaborator

Hello,

Is it possible to use CSS class in document template ? And how ?

thanks

2 REPLIES 2

milonette_
Star Collaborator
Star Collaborator

Hello me,

Look at your own question about images: http://answers.nuxeo.com/questions/5608/how-to-insert-an-image-in-a-document-template?page=1#5902

You should use baseURL but this var is empty, so use the total url for now.

This is the code to help you :

< html >
< head >
< link rel="stylesheet" type="text/css" href="http://urltoomuchcool/nuxeo/nxthemes-lib/brandingName_static.css" >
< /head >
< body >
        
< #list This as doc >
    < h2 class="myclassname" >TITLE< /h2 >
< /#list >

 < /body >
< /html >

look at http