Results 1 to 2 of 2

Thread: table cell background image

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    New Jersey
    Posts
    334

    table cell background image

    I have a backgrund image for a cell in a table. However, I only want this background image to appear once. How can I do this?

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    You could use CSS:

    Code:
    <td style="background: transparent url('FILENAME.png') no-repeat;">...
    You can add positioning too:

    Code:
    <td style="background: transparent url('FILENAME.png') no-repeat top left;">...
    
    <td style="background: transparent url('FILENAME.png') no-repeat bottom right;">...
    
    <td style="background: transparent url('FILENAME.png') no-repeat top center;">...
    etc.

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