Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTML page not formatting properly on Mac Internet Explorer 5



Mike,
not sure if will be of any help but you should check your html code, please, see below


Sabato, 25 ott 2003, alle 04:35 Europe/Rome, Mike Carroll ha scritto:

<TABLE border=1 width=100%>

<tr> (missing)

<TH ALIGN="left" width=10%>Line</TH>
<TH ALIGN="left" width=30%>Description</TH>
<TH ALIGN="left" width=10%>Tax Code</TH>
<TH ALIGN="left" width=20%>GL Account</TH>
<TH ALIGN="right" width=10%>Quantity</TH>
<TH ALIGN="right" width=10%>Unit Price</TH>
<TH ALIGN="right" width=10%>Amount</TH>

missing quote enclosing width with %: eg. width="10%"

</TR>
<TR>
<TD>1</TD>
<td>
<INPUT TYPE="text" NAME="description1" SIZE="30" MAXLENGTH="240">
</td>
<td>
<SELECT NAME="tax_code1" SIZE="1"
onchange="calculate_totals(1,line_total1)">
<OPTION value=1001>EXEMPT
<OPTION SELECTED value=1000>GST
<OPTION value=1003>GST (7.5%)
<OPTION value=1002>GST (9%)
</SELECT>

</td> (missing + is the maxlength="240" really necessary?)

<td>
<INPUT TYPE="text" NAME="gl_account1" SIZE="25" MAXLENGTH="50"><IMG
SRC="/OA_MEDIA/FNDBFIND.gif" align=absmiddle
onclick="get_gl_lov('cust.gl_account1')">
</td>
<td>
<INPUT TYPE="text" NAME="quantity1" SIZE="15" MAXLENGTH="15"
onblur="quantity_onchange(1,line_total1)">
</td>
<td>
<INPUT TYPE="text" NAME="amount1" SIZE="15" MAXLENGTH="15"
onblur="amount_onchange(1,line_total1)">
</td>
<TD id="line_total1" align=right>0.00</TD>
</TR>
<INPUT TYPE="hidden" NAME="tax_amount1" VALUE="0">

this last <input> element is right after a closing TR and before ... the closing table markup?
anyway, it's in a NOT permitted position; also, i see no form tag, probably right outside the table element.


Armando

email@hidden
supporta http://petition.eurolinux.org
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.