wicket: how to add table background image

Posted by vivmal on Stack Overflow See other posts from Stack Overflow or by vivmal
Published on 2010-06-01T11:59:29Z Indexed on 2010/06/01 12:03 UTC
Read the original article Hit count: 249

Filed under:

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.

© Stack Overflow or respective owner

Related posts about wicket