I use Actinic V7 with the Smart theme. I added some extra boxes to the left and right hand margins and entered some text. I now want to remove them but regardless of what I do I am left with a single thin line running horizontally in the right and left margin. Its the width of the table (150 px) but I can't get rid of them. They appear to be left over from the boxes I created which held some information text.
I think the offending code may be as below as everytime I edit it, other things in the marign area seemed to be shoved over to the right or left :
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
<tr valign="top">
<td class="thinred2">
<table width="100%" border="0" cellpadding="2" cellspacing="2" class="actxxsmall">
<tr>
</tr>
</table>
</td>
</tr>
</table>
Any ideas please? I had to chop bits out of this code to get rid of the boxes and I guess my amateur attempts have corrupted something. But is there anything in the above code that would cause a thin line to be displayed in the margin area?
regards
I think the offending code may be as below as everytime I edit it, other things in the marign area seemed to be shoved over to the right or left :
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
<tr valign="top">
<td class="thinred2">
<table width="100%" border="0" cellpadding="2" cellspacing="2" class="actxxsmall">
<tr>
</tr>
</table>
</td>
</tr>
</table>
Any ideas please? I had to chop bits out of this code to get rid of the boxes and I guess my amateur attempts have corrupted something. But is there anything in the above code that would cause a thin line to be displayed in the margin area?
regards
Comment