Wordpress table border help

Associate
Joined
27 Dec 2002
Posts
306
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/ 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.

<div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="3" width="616" valign="top">
<p style="text-align: left;">Our manufactures Premier trade is committed to providing their customers with the best quality windows and doors. To achieve this goal they have devoted time, effort and expense in obtaining all relevant Standards and Accreditations the industry has to offer.</p>
<p style="text-align: left;">Not only are the products continually audited by BSI to ensure compliance with relevant British and European Standards but the operation is audited likewise by BSI as compliant with the International Standard for business management ISO 9001.</p>
</td>
</tr>
<tr>
<td colspan="3" width="616" valign="top"><img class="aligncenter size-full wp-image-643" title="accreds" src="http://www.broadwaterconservatories.co.uk/wp-content/uploads/2011/03/accreds.png" border="0" alt="accreditations" width="620" height="65" /></td>
</tr>
<tr>
<td width="291" valign="top">
<h3 style="text-align: left;">Industry standards</h3>
<h3 style="text-align: left;">British Fenestration Rating Council</h3>
<p style="text-align: left;">Windows simulated and achieve a range of window energy ratings (WERs) from A to E. The Castle Collection also achieves ‘U’ values from the current building regulations ranging from 2.0 W/m²k to a value of 1.3 W/m²k.</p>

<h3 style="text-align: left;">BSI (FM31906)</h3>
<p style="text-align: left;">BSI Registered. Quality management system. BSENISO 9001:2008.</p>

<h3 style="text-align: left;">Secured by Design</h3>
<p style="text-align: left;">Police Initiative. Secured by Design focuses on crime prevention at the design, layout and construction stages of homes and commercial premises and promotes the use of security standards for a wide range of applications and products.</p>
<p style="text-align: left;"> </p>
</td>
<td width="38" valign="top"></td>
<td width="288" valign="top">
<h3 style="text-align: left;">Kitemark (KM31905 & BS7412)</h3>
<p style="text-align: left;">Specification for white PVCu extruded hollow profiles with heat welded corner joints for plastic windows. The Castle Collection 70mm window systems.</p>

<h3 style="text-align: left;">Kitemark (BS7950 & KM35190)</h3>
<p style="text-align: left;">Specification for enhanced security performance of windows for domestic applications. Castle Collection 70mm casement and tilt & turn.</p>

<h3 style="text-align: left;">Kitemark (PAS23 & KM532330)</h3>
<p style="text-align: left;">Specification for performance of domestic residential doorsets.</p>

<h3 style="text-align: left;">Kitemark (PAS24 & KM532330)</h3>
<p style="text-align: left;">Specification for enhanced security performance of domestic residential doorsets.</p>
</td>
</tr>
</tbody>
</table>
</div>
 
Have a look in Style.css and remove references to dotted-horizontal.gif

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.
 
np.

For future reference, installing Firebug will save you a lot of time.
You'd only need inspect an element and it'll show you all the styles which have been applied.
 
Back
Top Bottom