J
Jenny
I'm running FP2000. Whenever I use Table Properties to set Alignment: to
"Center", I noticed that both <center> and <div align="center"> is added to
the coding (example below). Is there a reason that both are
required/desired? If not which one is redundant and is there a way to
eliminate the duplication without manually removing one every time? Thanks
for your help.
-------
<div align="center">
<center>
<table border="1" width="100%">
<tr>
<td width="100%"> </td>
</tr>
</table>
</center>
</div>
-------
"Center", I noticed that both <center> and <div align="center"> is added to
the coding (example below). Is there a reason that both are
required/desired? If not which one is redundant and is there a way to
eliminate the duplication without manually removing one every time? Thanks
for your help.
-------
<div align="center">
<center>
<table border="1" width="100%">
<tr>
<td width="100%"> </td>
</tr>
</table>
</center>
</div>
-------