Table Properties - Center Alignment Question

  • Thread starter Thread starter Jenny
  • Start date Start date
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%">&nbsp;</td>
</tr>
</table>
</center>
</div>
-------
 
The only way to eliminate one of the tag is to manually remove it or upgrade to a FP2003 or wait for
Expression Web Designer.

FP2000 added both because at the time of it's release, not all of the currently used browsers
supported <div align="center">

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
Back
Top