[4863] in java-interest

home help back first fref pref prev next nref lref last post

Re: The
tag and applet

daemon@ATHENA.MIT.EDU (Brian D. Elliott)
Wed Jan 17 02:38:12 1996

Date: Tue, 16 Jan 1996 22:03:24 -0800 (PST)
From: "Brian D. Elliott" <belliott@world.nad.northrop.com>
To: java-interest@java.sun.com
In-Reply-To: <19960116145808.AAA15349@bruno.ERGONT.NET>

>On Tue, 16 Jan 1996, Pascal Robert wrote:
> How I can center a applet ?  The <center> doesn't seems to work.
> pierrec@generation.net

Page 36 of Hooked On Java says that the correct alignments for
the align attribute are:
left,right,texttop,middle,absmiddle,baseline,bottom,absbottom.

Which I think translates into:
<applet class="GoButton.class" width=200 height=300
  align=middle>
</applet>

I made the mistake of trying:

<applet class="GoButton.class" width=200 height=300
  align=center>

Brian Elliott
=========================================================================
Brian Elliott                          | 310-948-7038
Northrop Grumman Corp.                 |
belliott@world.nad.northrop.com        |
=========================================================================

-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post