Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter broadwater

    (@broadwater)

    code for the table can be found https://pastebin.com/EPaPHByq

    They’re not table borders – they’re background images. Eg:

    #header-inner {
        background-image: url("images/dotted-horizontal.gif");
        background-position: center bottom;
        background-repeat: repeat-x;
        padding: 45px 0 20px;
    }
    Thread Starter broadwater

    (@broadwater)

    Hi esmi, thanks for the reply, could you help a bit more please, where will I find this code, and how do I get rid of the lines, do i just delete the reference to it?

    Very new to all this stuff.

    thanks.

    The code I gave above is in your theme’s style.css file which you can access via Appearance->Editor. You need to remove:

    background-image: url("images/dotted-horizontal.gif");
        background-position: center bottom;
        background-repeat: repeat-x;
    Thread Starter broadwater

    (@broadwater)

    Thanks, I have now by trial and error found by removing the

    background-image: url(“images/dotted-horizontal.gif”);
    background-position: center bottom;
    background-repeat: repeat-x;

    i have eliminated some of the lines, the vertical one still eludes me though, as do the faint borders around the tables.

    Further assistance would be most appreciated.

    Phil.

    style.css:

    #content {
        background-image: url("images/bg-content.gif");
        background-repeat: repeat-y;
        margin: 20px 0;
        width: 940px;
    }

    Thread Starter broadwater

    (@broadwater)

    esmi, you are an absolute star, thanks.

    Do you have any clues for the table borders, I am sure I have set them to 0, and the border colour to #FFFFFF maybe I have missed something.

    style.css:

    #content table {
        border: 1px solid #E7E7E7;
        margin: 0 -1px 24px 0;
        text-align: left;
        width: 100%;
    }

    Thread Starter broadwater

    (@broadwater)

    Hey thanks, I have just found that and then saw your post.

    Many many thanks.

    Glad I could help. ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Table borders’ is closed to new replies.