Table Properties - Center Alignment Question

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>
-------
 
T

Thomas A. Rowe

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
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top