ALIGN=decimal - question.

Hi there,

I just subscribed to this mailing-list and I have the
following question:

How do you align with a decimal point ? Or what is wrong with the 
code below. This code is copied from the HTML 3.0 specification
at http://www.w3.org/pub/WWW/MarkUp/html3/tables.html.
I'm using Netscape 3.0 and I got the screen-output:

name: 
card number: 
expires: / 
telephone:

This is not correct...
What is wrong?

Greeting from Erik van der Arend
at h.a.vanderarend@student.utwente.nl

<HTML>
<table>
  <tr align=decimal dp=":">
  <td>
    name: <input name="name" size=18><br>
    card number: <input name="cardnum" size=18><br>
    expires: <input name="expires-month" size=2> /
    <input name="expires-year" size=2><br>
    telephone:<input name="phone" size=18><br>
</table>
</HTML>

Received on Wednesday, 26 March 1997 06:29:01 UTC