I am using FCKeditor to paste spreadsheets from Excel and then export all of them to Word. In order to make the table fit in Word, I need to remove some of the cell settings.
How do I find multiple instances of width and delete them? It can be set as
width="12"
or
style="width: 12pt;"
They can have any combination of numbers, such as 12, 26, 132, etc. Plus they can always be different, so I can't set static numbers to look for every time.