How can we integrate a picture as a background image for a table..
<table>
<tr>
<td><textarea>Some data here.....</textarea>
</td>
<td></td>
</tr>
<tr>
<td><textarea>Some data here.....</textarea>
</td>
<td></td>
</tr>
Thanks..
Are you asking how to assign a background image to a table? Like for any other HTML element.
In CSS:
In HTML:
Reference:
background-image property at w3schools
see that page for the additional parameters
background-repeatandbackground-position.