TinyMCE ghost table border
-
Hi,
I’m trying to get rid of a border/row lines on a table I’m trying to build. No matter what I do, I keep getting a faint line around the table and in between the rows:
https://tinypic.com/r/9b9o1v/8
Below is the code for the table. Is there *any* way that I could edit the code to force no border? I’m banging my head up against a wall trying to make this work! Any help or suggestions would tremendously be appreciated. Tx, Judy
<p>Books & DVDs</p>
<p> </p>
<p> </p>
<table style=”height: 97px;” width=”192″>
<tbody>
<tr>
<td><hr /></td>
<td><hr /></td>
<td><hr /></td>
</tr>
<tr>
<td style=”text-align: center;”>Book</td>
<td style=”text-align: center;”><span style=”background-color: #ffffff;”>DVD</span></td>
<td style=”text-align: center;”>Book</td>
</tr>
<tr>
<td style=”text-align: center;”> $9.99<hr /></td>
<td style=”text-align: center;”> $9.99<hr /></td>
<td style=”text-align: center;”> $9.99<hr /></td>
</tr>
</tbody>
</table>
- The topic ‘TinyMCE ghost table border’ is closed to new replies.