This example demonstrates a filtered stylesheet.
You should see a table with an background image configured. The background image is configured in
the stylesheet as
.tableBack
{
background-image: url(#{environmentInfo.requestContextPath}/images/logo.jpg)
}
| col1.1 | col1.2 | col1.3 |
| col2.1 | col2.2 | col2.3 |
| col3.1 | col3.2 | col3.3 |