Results 1 to 4 of 4

Thread: Table borders (advanced)

  1. #1
    Join Date
    Dec 2007
    Posts
    18
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Table borders (advanced)

    http://89.215.52.231/templates/34/front5.html

    this is the table..
    i need the second and third row to have top and bottom borders that are 2px, not 1 line now..

    any idea how can be done this ?

    meanwhile.. i need all other borders to be 1px.. including the top top and bottom of the table itself...

  2. #2
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post

    In your Stylesheet, add this:

    Code:
    .borders {border-top:2px solid #BBDF2A; border-bottom:2px solid #BBDF2A;
    after that, on the 2nd and 3rd row TD tags, add this to them:

    Code:
    class="borders"

    I hope this works.

  3. #3
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by A800 View Post
    Code:
    .borders {border-top:2px solid #BBDF2A; border-bottom:2px solid #BBDF2A}
    corrected the typo

  4. #4
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks boogyman.

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
  •