Menu

HTML TUTORIALS - HTML Backgrounds

HTML Backgrounds

ADVERTISEMENTS


<!-- How to set a table background using pattrern -->
<table background="/images/pattern1.gif" width="100%"  height="100">
<tr><td>
This background is filled up with a pattern image.
</td></tr>
</table>
<!-- Another example on table background using pattrern -->
<table background="/images/pattern2.gif" width="100%"  height="100">
<tr><td>
This background is filled up with a pattern image.
</td></tr>
</table>

ADVERTISEMENTS

This background is filled up with a pattern image.
This background is filled up with a pattern image.

ADVERTISEMENTS