Document template HTML : use CSS ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2013 07:02 AM
Hello,
Is it possible to use CSS class in document template ? And how ?
thanks
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2013 12:39 PM
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 >
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2013 06:28 AM
look at http
