Thank you. I made the image as background image of the cell. Problem fixed For other people have the same problem, here is the code <td rowspan="1" colspan="5" width="780" height="179" background="image.gif"> Code (markup):
Glad you got it. Just as additional information, you can specific background images for the entire page (body tag), a table, a table row, table cell, or a variety of other entities via CSS and Dynamic HTML. If the text is fixed, you can also simply create an image that has the text included.
Lpspider, Can you please explain Z-index? How can I put text over a background image with z-index type of code. I only familiar with html <td> <tr> & <table>. Other syntex I never touched during my one year of htmls making period. Thanks in advance.