Re: Vertically aligning text next to images

Mike Meyer (mwm@contessa.phone.net)
Fri, 2 Jun 1995 15:13:15 +0500


> What ever happend to the <center></center> vs. <... align=center> issue for HTML
> 3.0? My last read (although quick) didn't find <center> as a tag.

Align=center does pretty much everything <center> does, except allow
centering arbitrary pieces of the document.

The <div> tag provides that, as well as the ability to right
align/justify/whatever those same sections.

<mike