I want to insert some text into a table of width 600 and height 100% and I want the background to include a gif file. Can someone show me how to do this please.here you goCode:<html> <head> <title>title goes here</title> </head> <body> <table width="600" height="100%" background="name of gif file"> <tr> <td> place your text here </td> </tr> </table> </body> </html>
DocZaf
{;->




Reply With Quote