Unexpected Token HTML error on IBM Domino Web application -
working on old ibm lotus domino web application - not xpages.
page keeps throwing html errors on line of html:
<tr valign="top"><td width="20"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><font size="2" face="arial"></font><td width="466" colspan="2"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
error says "unexpected token" , indicates between font tags: <font size="2" face="arial"></font>
looks designer setting font size between <td>
table boxes generates , i'm not seeing way remove font setting. table created in designer via create, table , not pass through html.
in perfect world re-do application in xpages not alternative @ moment...
any ideas?
very hard guess without seeing elements in question.
is table part of rich text field, created user, or has been created in designer? if latter case seek marking entire table in deisgner nail
edit >> convert html
this create true passthru html code selected elements converting them html counterparts, , should able see faulty <font>
tag
another alternative export info dxl possible both design , info element. 1 time again in resulting xml code might able find piece of code that's causing trouble.
finally seek reconvert cleaned code original format.
good luck!
html ibm lotus-domino lotus
No comments:
Post a Comment