• lolskilolo

    (@lolskilolo)


    Hi there

    I’m trying to insert an HTML table in a page, but with no visible boarders. It’s currently looking like this: https://laurenhealey.co.uk/newsite2/work

    I’ve tried altering the CSS by putting the following in both the header & Advanced CSS Options:

    table { margin: 1em; }
    td, th { padding: .3em; }

    and

    #ttw_ftable {
    border:0;
    width:98%;
    margin:0;
    padding:0;
    }
    #ttw_ftdl {
    text-align:left;
    }
    #ttw_ftdr {
    text-align:right;
    }

    #footer {
    margin-bottom: 0px;
    margin-top:0px;
    }

    and

    table, th, td
    {
    border: 0px solid black;
    }

    but it’s not making any difference. If anyone has any ideas, that would be great ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter lolskilolo

    (@lolskilolo)

    Okay, something really weird happening here. Used the add-on you suggested, which enabled me highlight and edit the CSS I wanted to correct really easily. Tested it via firebug and altering this sorted out the problems:

    }
    #content table {
    border: 0px solid #AAAAAA;
    margin: auto auto 5px;
    text-align: left;
    width: auto;
    }

    }
    #content tr td {
    border: 0px solid #AAAAAA;
    padding: 5px 10px;
    }

    However, when I’ve come to put into into the the advanced CSS options, not only does it not remember the code, it knocks out all my alterations to the theme, and defaults to Weaver’s Wheat theme.

    I’ve tried it a couple of times, and am now about to go through all the customisation options again to get my site back to how it should be.

    Any idea’s what’s going on here?

    esmi

    (@esmi)

    not only does it not remember the code, it knocks out all my alterations to the theme, and defaults to Weaver’s Wheat theme.

    You are probably best asking this on the theme’s dedicated forum: https://wpweaver.info/forum/

    Thread Starter lolskilolo

    (@lolskilolo)

    Thanks, have posted there. BTW – the Firebug add-on was really useful – just a pity the theme then just seemed to have a breakdown!

    L

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tables without boarders, weaver 2.2.6’ is closed to new replies.