Results 1 to 2 of 2

Thread: HTML Table Question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    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.

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    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.
    Code:
    <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>
    here you go


    DocZaf
    {;->



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width