For example:
<TD style="BORDER-RIGHT: #7f7c75 1px dashed; BORDER-TOP: #7f7c75 1px dashed; BORDER-LEFT: #7f7c75 1px dashed; BORDER-BOTTOM: #7f7c75 1px dashed">
In Firefox, it's like this:
style="border: 1px dashed rgb(127, 124, 117);"
I need to strip this information from the TD since it's something being done for internal purposes by CE and we don't want it for special display purposes. Can you show some code that will do that or is there another property of the CE that doesn't contain this particular code?