HTML table background image |
We can create attractive headers like modern web design sites using background images. We will use one simple image to create one header like this below. To create one image like this please visit our gradient tutorial in our graphics section.
|  This is our text over the header |
<table width='100%' border='0' cellspacing='1' cellpadding='0'>
<tr><td background='images/bg1.jpg'> <font
face='Verdana' size='2'>This is our text over the
header</font></td></tr>
</table>
|