Results 1 to 4 of 4

Thread: TD background image

  1. #1
    Join Date
    Apr 2009
    Posts
    79

    TD background image

    I have created a web page using html language and i have inserted two table with red color as background. Now i am looking for code in html which allow me to put image in table. Any command like td background image which insert image in to table data.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: TD background image

    Code:
    <STYLE TYPE="text/css">
    <!--
    .deepsea, .deepsea TD, .deepsea TH
    {
    background-image: url('table.gif');
    background-color:blue;
    color:white;
    font-family: Ariel;
    font-weight:700; 
    }
    -->
    </STYLE>

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: TD background image

    Try this code for td background image :
    Code:
    <table>
    <tr>
    <td background="tableimage.gif"> 
    Left-Side Column
    </td>
    <td>
    Right-Side Column
    </td>
    </tr>
    </table>

  4. #4
    Join Date
    Dec 2008
    Posts
    177

    Re: TD background image

    You can create attractive table using background images. Table background colors are your most reliable option like image.
    Code:
    <TABLE BORDER="3" CELLSPACING="0" WIDTH="80%" 
       STYLE="background-image: 
         url('table.gif'); border: 
           2 ridge #800000">

Similar Threads

  1. How to set different background image for HTC Incredible S
    By Purujeet in forum Portable Devices
    Replies: 6
    Last Post: 29-11-2011, 10:54 PM
  2. Background image for xdm
    By Maya Angelou in forum Windows Software
    Replies: 4
    Last Post: 22-04-2010, 10:04 AM
  3. How to put an image as MySpace background?
    By Tobius in forum Customize Desktop
    Replies: 2
    Last Post: 30-03-2009, 11:29 AM
  4. Background image on a site
    By Conner in forum Software Development
    Replies: 4
    Last Post: 27-02-2009, 11:33 AM
  5. Background image is repeated
    By Jkbaseball in forum Customize Desktop
    Replies: 8
    Last Post: 22-10-2008, 02:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,578,682.61388 seconds with 17 queries