Styled tags
Here is the list of HTML tags available for automatic styling:
- <a>
- <button>
- <h1> to <h6>
- <p>
- <ul>, <ol>, <li>
- <dl>, <dt>, <dd>
- <table>, <thead>, <th>, <tr>, <td>
- <blockquote>, <cite>
Optional CSS
To activate the styling of HTML tags, an optional CSS file called ecl-eu-default
is available in the optional styles folder. Additionnaly, a corresponding print css called ecl-eu-default-print
should be used to take care of the print display.
Namespace
To prevent CSS conflicts, these styles are using a namespace. So the HTML code to be styled has to be put inside a container with the CSS class .ecl
.