View Single Post
Old 12-29-2015, 01:18 PM   #8
User7
Member
User7 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jul 2015
Device: none
Quote:
Originally Posted by KevinH View Post
...
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:&quot;Calibri&quot;,&quot;sans-serif&quot;;...etc
and deleting align="left" didn't affect the table appearance as well.
User7 is offline   Reply With Quote