• Hello,

    I’m trying to get rid of my horizontal line in my tables using HTML code. Working with twenty eleven theme

    This is the code I get in my CSS.

    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;

    This is my table:

    <table style=”background-color: #000000; width: 1000px;” border=”0″ cellspacing=”0″ cellpadding=”0″>
    <tr border=”0″ cellspacing=”0″ cellpadding=”0″>

    <td><img src=”wp-content/uploads/ozone_logo.png” /></td>
    <td><img style=”margin-left: 20px;” src=”wp-content/uploads/North.jpg” alt=”” /></td>
    <td><img style=”margin-left: 57px;” src=”wp-content/uploads/slingshot.jpg” alt=”” /></td>
    <td><img src=”wp-content/uploads/fone.jpg” alt=”” /></td>

    even if everything is set to “0” border I so see the border on all my rows but not on the column.
    If I set everything to boder “1” I see my borders corectly.

    seems to be a bug?

    any help would be appreciated.

    Tx!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can’t tell from your code… not enough context. Do you have a link with an example?

    Thread Starter vtifu

    (@vtifu)

    I would like to but I’m working on private host.
    I hope you will be able to see what I mean on this test page…

    30noeuds

    Thread Starter vtifu

    (@vtifu)

    tx for the reply.. I want to get rid of the borders on the row.
    Sorry for the mess this is not my web Im working on unique host not on the WWW.

    Provided that site is using the same CSS as yours, this is the rule defining the border in style.css:

    .entry-content td, .comment-content td

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Horizontal line in my tables using HTML ?’ is closed to new replies.