Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Including html content



There are two ways to include hand-written html content in the wiki:
  • By using the html element to embed html in an article
  • By adding a raw html article article to add a hand-written html file

For the moment, this html content won't be shown in PDF. Html content support for the docx is limited.

html element

For example:
   <html>
      <font style="color:blue">Embedded html content</font>
   </html>
Result:Embedded html content

Raw html article

The following description point to a "Pablo Picasso.html" file under a "doc-files" sub-directory.
  <rawHTML desc="article 2" url="Pablo Picasso.html"/>
The following description point to a "L:/my/directory/Pablo Picasso.html" file.
   <rawHTML desc="article 2" url="L:/my/directory/Pablo Picasso.html"/>

See also


Categories: general

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.