• Hello,

    I’m just updating a website with a new installation of wordpress and a theme. I have added a simple HTML table and need the border to be invisible. I’ve seen some threads about setting the table ID and adding this to the .CSS but no matter what I seem to try it doesn’t work.

    HTML: <table id="table1" width="640" border="0">

    CSS: #table1
    {
    border: none;
    }

    I have two main .css files for this theme, one called: 960, and the other style. I’ve tried adding css lines to make this work but to no avail. What do I need to add?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Border = 0 HTML and CSS’ is closed to new replies.