Title: Table borders
Last modified: August 19, 2016

---

# Table borders

 *  [broadwater](https://wordpress.org/support/users/broadwater/)
 * (@broadwater)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/)
 * Could some kind soul please tell me how to get rid of the table border on my 
   site, [http://www.broadwaterconservatories.co.uk/product-accreditations/](http://www.broadwaterconservatories.co.uk/product-accreditations/)
   as you will see there are lots of lines, they seem to be made up of tiny dots.
   below is the code for the main area of text, as you will see I have table border
   set to 0.
 * Regards
 * Phil.
 * <_[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_

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

 *  Thread Starter [broadwater](https://wordpress.org/support/users/broadwater/)
 * (@broadwater)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035846)
 * code for the table can be found [http://pastebin.com/EPaPHByq](http://pastebin.com/EPaPHByq)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035857)
 * 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](https://wordpress.org/support/users/broadwater/)
 * (@broadwater)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035862)
 * 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.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035864)
 * 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](https://wordpress.org/support/users/broadwater/)
 * (@broadwater)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035880)
 * 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.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035881)
 * style.css:
 *     ```
       #content {
           background-image: url("images/bg-content.gif");
           background-repeat: repeat-y;
           margin: 20px 0;
           width: 940px;
       }
       ```
   
 *  Thread Starter [broadwater](https://wordpress.org/support/users/broadwater/)
 * (@broadwater)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035882)
 * 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.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035883)
 * style.css:
 *     ```
       #content table {
           border: 1px solid #E7E7E7;
           margin: 0 -1px 24px 0;
           text-align: left;
           width: 100%;
       }
       ```
   
 *  Thread Starter [broadwater](https://wordpress.org/support/users/broadwater/)
 * (@broadwater)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035884)
 * Hey thanks, I have just found that and then saw your post.
 * Many many thanks.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035885)
 * Glad I could help. 🙂

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

The topic ‘Table borders’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/table-borders/#post-2035885)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
