Remove Table Border

  • rickytherhino

    #6333

    Hey guys,

    I tried to add this to my custom CSS but it didn’t work.

    .table {
    border: none;
    }

    Do you know how I can make the table border disappear on:

    http://www.nexusenergycenter.org/energy-huntsville/

    Thanks,

    Daniel

    Mod

    Kenneth John Odle

    #34029

    Put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard.

    Try:

    .table td {
    border: none;
    }

    td is short for “table date”, i.e., a cell. This is where your borders are coming from.

    Isolated with Firebug in about 3 seconds! Try it!

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.