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.1col1.2col1.3
col2.1col2.2col2.3
col3.1col3.2col3.3


[HOME]   [SOURCE]