Forums

Tables without boarders, weaver 2.2.6 (5 posts)

  1. lolskilolo
    Member
    Posted 3 months ago #

    Hi there

    I'm trying to insert an HTML table in a page, but with no visible boarders. It's currently looking like this: http://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 :)

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 months ago #

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

  3. lolskilolo
    Member
    Posted 3 months ago #

    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?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 3 months ago #

    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: http://wpweaver.info/forum/

  5. lolskilolo
    Member
    Posted 3 months ago #

    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

Reply

You must log in to post.

About this Topic