Results 1 to 2 of 2

Thread: table background image?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    table background image?

    Is it possible to make a table have a background image? I want to have an image with text over top of it. I can put the image in the <table>, <tr>, or <td> tags, any is fine, or is there a better way to put text on top of an image?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: table background image?

    Code:
    <table style="background-image:url('mendhak.gif');">
    
    </table>
    Or give the table a class name and use that CSS in the class definition.

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