I have got an image map on my Word Press site. However, it has borders around it and I can seem to find the right thing to make it go away. Although I have tried a couple of things in CSS, I haven't found the magic solution.
Here is an example of the code on the html side:
<table border="0" cellpadding="0" cellspacing="0" width="450">
<tr>
<td colspan="3"><img src="/wp-content/themes/V2/images/slice/formula%20slice2_r1_c1.jpg" name="formulaslice2_r1_c1" border="0" height="33" width="450" /></td>
</tr>
<tr>
<td rowspan="6"><img src="/wp-content/themes/V2/images/slice/formula%20slice2_r2_c1.jpg" name="formulaslice2_r2_c1" border="0" height="296" width="27" /></td>
<td>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="389">
<tr>
<td><img src="/wp-content/themes/V2/images/slice/formula%20slice2_r2_c2.jpg" name="formulaslice2_r2_c2" border="0" height="26" width="135" /></td>
<td><img src="/wp-content/themes/V2/images/slice/Productivity.jpg" name="Productivity" alt="Productivity" border="0" height="26" width="100" /></td>
<td><img src="/wp-content/themes/V2/images/slice/formula%20slice2_r2_c15.jpg" name="formulaslice2_r2_c15" border="0" height="26" width="154" /></td>
</tr>
</table>
Can some one hold my hand and tell me exactly what I need to do in CSS to get it to read this html exactly the way it is and not place borders around the images? Purty Plz.
:)
Kimberly