I needed to underline a section of text, so I selected it, and clicked on the underline icon. The tags "<u>" and /u duly appeared.
When I run F7, this throws up two errors:
'no declaration found for element 'u' '
and
'element 'u' is not allowed for content model '(a|br|span|bdo|map|object|img|svg|tt|i|b|big|smal l|em|strong|dfn|code|q|samp|kbd|var|cite|abbr|acro nym|sub|sup|input|select|textarea|label|button|ins |del|script)'
The paragraph in question is simply:
Quote:
<p><u> ... text ... </u></p>
|
Anyone know why?