Thanks Gavin! This is a test html so no worries for me :) I appreciate your help, I'll make the changes tomorrow and see how it goes.
--- On Mon, 7/21/08, Gavin Eadie <email@hidden> wrote:
From: Gavin Eadie <email@hidden> Subject: Re: Problem with webobjects - tag occurred before another tag To: "Gavin Eadie" <email@hidden> Cc: "WebObjects Development" <email@hidden> Date: Monday, July 21, 2008, 7:16 PM
On Jul 21, 2008, at 6:50 PM, Gavin Eadie wrote:
> <td colspan="2"> > <font color="#ff0000"><font size="3">* </font></ > font><font size="3"><font
face="Tahoma, Verdana, Arial">Overriding > Title:</font></font><font face="Tahoma, Arial"><font size="3"> > <br> > <webobject name="TextField1"> > </webobject> > <font face="Tahoma, Verdana, Arial"><font size="3"> > <br> > <br> > </font></font><font color="#ff0000"><font > size="3">* </font></font><font size="3"><font face="Tahoma, > Verdana, Arial">Overriding Description:</font></font><font > face="Tahoma, Arial"><font size="3"><font face="Tahoma, Arial"><font > size="3"> > <br> > <font size="1"><font face="Tahoma, Arial">(If >
length is more than 2048 characters, changes will not be saved.)</ > font></font> > <br> > <webobject name="Text2"> > </webobject> > <br> > <br> > <font face="Tahoma, Arial"> > <webobject name="SubmitButton1"> > </webobject> > <webobject name="SubmitButton2"> > </webobject> > </font></font></font></font></font> > </tr> > </td> > </font>
... the only thing wrong, balance-wise, seems to be those last three tags, which are in the reverse order from what they should be; </tr></ td></font>
should be </font></td></tr>.
However, while I'm here:
(a) I didn't convert the <br> tags to <br /> in my conversion - apologies
(b) A style sheet would improve your world immensely, even if it only changed <font face="Tahoma, Arial"><font size="3">...</font></font> to <span class="tah3">...</span>
(c) You've got some strange usages like: <font face="Tahoma, Arial"><font size="3"><font face="Tahoma, Arial"><font size="3">
(d) You can gain some file space back by changing <webobjects name="..."></webobjects> to <webobjects name="..." />
(e) It's very brave to expose your HTML in front of this list !!! _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|