Close

Results 1 to 4 of 4

Thread: Table heading

  1. #1
    DF VIP Member Makaveli's Avatar
    Join Date
    Jun 2004
    Location
    .
    Posts
    411
    Thanks
    0
    Thanked:        0
    Karma Level
    258

    Default Table heading

    Ive got three images that make up a table header, two corner and a spacer.

    Im using css to set the width of the table and al the other settings.

    Whats the best way to get the spacer to repeat across the middle section of the table?


    Quote Originally Posted by dan288
    another season unbeaten would be amazing and winning the champs league

  2. #2
    DF VIP Member WTD's Avatar
    Join Date
    Mar 2001
    Location
    Tokyo, Japan
    Posts
    3,256
    Thanks
    0
    Thanked:        0
    Karma Level
    492

    Tech Re: Table heading

    You can use width="100%"

    Code:
    <img src="blah.png" alt="This is an image" width="100%" height="10px">

  3. #3
    DF VIP Member WTD's Avatar
    Join Date
    Mar 2001
    Location
    Tokyo, Japan
    Posts
    3,256
    Thanks
    0
    Thanked:        0
    Karma Level
    492

    Tech Re: Table heading

    Or you can use the background element on the
    Code:
    <td class="header">
    tag.

    Code:
    td.header
    { 
        background-image: url(logo.gif);
        background-repeat: repeat-x;
    }

  4. #4
    DF VIP Member Makaveli's Avatar
    Join Date
    Jun 2004
    Location
    .
    Posts
    411
    Thanks
    0
    Thanked:        0
    Karma Level
    258

    Default Re: Table heading

    cheers


    Quote Originally Posted by dan288
    another season unbeaten would be amazing and winning the champs league

Similar Threads

  1. pool table
    By madmackem in forum Home Audio/Video, Electronic Toys & Gadgets
    Replies: 3
    Last Post: 24th November 2002, 06:29 PM
  2. table tennis
    By Soulassassin in forum The Dog and Duck
    Replies: 8
    Last Post: 17th November 2002, 04:54 PM
  3. Heading footballs caused Astle death
    By honestDave in forum Football
    Replies: 0
    Last Post: 12th November 2002, 03:04 AM
  4. Free Table Football table..
    By micflair in forum Home Audio/Video, Electronic Toys & Gadgets
    Replies: 0
    Last Post: 7th October 2002, 02:46 PM
  5. UK bottom of yet another broadband league table
    By marcode in forum The Dog and Duck
    Replies: 6
    Last Post: 10th September 2002, 10:36 PM

Social Networking 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
  •