Is it possible to make a table have a background image? I want to have an image with text over top of it. I can put the image in the <table>, <tr>, or <td> tags, any is fine, or is there a better way to put text on top of an image?
Printable View
Is it possible to make a table have a background image? I want to have an image with text over top of it. I can put the image in the <table>, <tr>, or <td> tags, any is fine, or is there a better way to put text on top of an image?
Or give the table a class name and use that CSS in the class definition.Code:<table style="background-image:url('mendhak.gif');">
</table>