[thelist] <DIV> tags??

Joshua OIson joshua at alphashop.net
Fri May 11 09:28:13 CDT 2001


No, the div tag is probably to most appropriate way to center something.
The <center> tag is deprecated (I think)

Others ways to center something on the page or within a region include:

<p align="center"></p>
<table width="100%" border="0"><tr><td align="center"></td></tr></table>
<div style="text-align: center"></div>
<p style="text-align: center"></p>

There are most like others, but I think you get the point.  :)

-joshua

----- Original Message -----
From: "McAtee, Malcolm" <MMcAtee at philamuseum.org>
Subject: [thelist] <DIV> tags??


>
> I am confused as to the proper use of the <DIV> tag.
> I realize that it is used to create a logical "block" of information-
>                Althogh I often see it used as follows   <div
> align="center"><img src="images/file"></div> .
>               Would <center></center> tags be more appropriate??
>
> TIA Malcolm





More information about the thelist mailing list