Quote:
Originally Posted by KevinH
...
|
Thanx Kevin! That really helped since Im new to this.
The problem was when pasting a table, the width attribute appeared twice in the code (example):
Code:
<td width="130" valign="top" style="width:97.55pt;border:solid white 1.0pt;...etc
and deleting width="130" worked like a charm!
While with align I got (example):
Code:
<p class="MsoNormal" align="left"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";...etc
and deleting align="left" didn't affect the table appearance as well.