Thread: Two questions
View Single Post
Old 05-22-2019, 05:45 PM   #12
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by exaltedwombat View Post
Flightcrew doesn't like the 'lang' item. Use just 'xml:lang'.
Thanks wombat. So use:

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
and

Code:
<body>
?

Because when I used

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
and

Code:
<body lang="en-US" dir="ltr">
flightcrew complained again.
Gregg Bell is offline   Reply With Quote