Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default table background

    how do you stop it from repeating? ive tried:

    <td height="895" valign="top"; background="main_back.png" no-repeat; bgcolor="#EFFBFF">
    and
    <td height="895" valign="top" background="main_back.png" background-repeat:"no-repeat" bgcolor="#EFFBFF">

    neither work so please help

  2. #2
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    HTML Code:
    <td height="895" valign="top" style="background-image: url('main_back.png'); background-repeat: no-repeat; background-color: #EFFBFF">

  3. #3
    Join Date
    Aug 2007
    Location
    Cardiff, Wales
    Posts
    1,199
    Tokens
    0

    Latest Awards:

    Default

    Tables suck end of.
    Use CSS/Divs.

  4. #4
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    Quote Originally Posted by iTechnical View Post
    Tables suck end of.
    Use CSS/Divs.
    ive realised this now lol... whilst i was making the rest of the page.
    thanks to the person who posted the other code

  5. #5
    Join Date
    Oct 2006
    Posts
    9,905
    Tokens
    26,858
    Habbo
    Zak

    Latest Awards:

    Default

    Divs are better for tables

Posting Permissions

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