- From: Jordan Reiter <jreiter@mail.slc.edu>
- Date: Wed, 13 Aug 1997 12:03:30 -0400
- To: Gregory Martin Pfeil <pfeilgm@jmu.edu>, jptxs <jptxs@idt.net>
- Cc: Peter Flynn <pflynn@imbolc.ucc.ie>, wlkngowl@unix.asb.com, www-html@w3.org
At 2:22 AM -0000 8/13/97, Gregory Martin Pfeil wrote:
>My personal design technique? I eliminated style from HTML even more than
>the 4.0 DTD did. Speaking of which, how do you align an image (and its
>resulting ALT text)? Currently, I just let it float left, but I would
>really prefer a centered graphic.
STYLESHEET:
IMG { float: center } (not widely supported by browsers)
HTML:
<IMG ALIGN=CENTER>
--------------------------------------------------------
[ Jordan Reiter ]
[ mailto:jreiter@mail.slc.edu ]
[ "You can't just say, 'I don't want to get involved.' ]
[ The universe got you involved." --Hal Lipset, P.I. ]
--------------------------------------------------------
Received on Wednesday, 13 August 1997 12:03:53 UTC