Invisible tables

Discussion in 'Squirrel WordPress Theme' started by muppett1984, Oct 2, 2014.

  1. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    I have been trying to add a table in html to one of my pages but it always has lines under the each row even though i am adding <TABLE BORDER="0">

    Can you please tell me if there is anything you can advise me on?

    Thank you

    Jenni
     
  2. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    Hello,

    Put following code in Theme options -> Styling option -> Custom css:

    Code:
    table td,table th{
        border: 0;
    }
     

Share This Page