Results 1 to 5 of 5

Thread: CSS Annoyance

  1. #1
    #eoff Flayer Mindflare's Avatar
    Join Date
    Mar 2001
    Location
    Pittsburgh, PA
    Posts
    719

    Default CSS Annoyance

    I'm having severe trouble with CSS. I want to apply a style to my tables that makes them look a certain way. After much research, I have come to the conclusion that what I want can't be done. For something so simple (seeming), this frightens me. If there is indeed a way, I want to know. I simply want my tables to look something like this:



    A 1 pixel border on all sides for all cells (the image I used as the example screwed up, I want a normal bottom border, same as all other borders). The code looks like this right now:

    table{
    border-width: 1px;
    border-style: solid;
    bordercolor: #000000;}
    This almost works, except that the "solid" style seems to kill all inside borders. Thanks for any help in advance.
    --It's me!--

  2. #2
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Try some sort of cell spacing of 1 pixel? *guessing*
    Problems playing downloaded videos? Try CCCP


  3. #3
    #eoff Flayer Mindflare's Avatar
    Join Date
    Mar 2001
    Location
    Pittsburgh, PA
    Posts
    719

    Default

    No luck. But thankya. XD
    --It's me!--

  4. #4
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Border types can be none, dotted, dashed, solid, double, groove, ridge, inset, and outset. You should try all of those for border types on your table and see if any of them give you the desired results.

  5. #5
    #eoff Flayer Mindflare's Avatar
    Join Date
    Mar 2001
    Location
    Pittsburgh, PA
    Posts
    719

    Default

    I tried all of those types, they all didn't work. When I put 1px solid borders onto TD, I got broken inside borders, which is close to what I want, but I don't want the spacing between them. I can't figure any way to get rid of that space. I'm about to just give up on it and start using generic tables, as ugly as they are.
    --It's me!--

Posting Permissions

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