wicket: how to add table background image
- by vivmal
Hi All
Can anyone please tell me how to add table background image in wicket. Actually I've tried a lot like
<table background="images/logo.jpg">
also
<style>table {background-image: url('images/logo.jpg')}</style>
also
<table style="background-image: url('images/logo.jpg')">
But nothing works.
Please help. Thanks in advance.