View Single Post
Old 02-10-2018, 07:20 PM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
So you have code somewhere that looks along these lines:

Quote:
<p>This is some <span dir="gibberish">invalid</span> code.</p>
If you get rid of the dir, you should get this:

Quote:
<p>This is some <span>valid</span> code.</p>
Side Note: dir is used for saying if the text is left-to-right (like English), or right-to-left (like Hebrew).

But as KevinH said, it probably is best to just remove it unless you are writing Hebrew/Arabic.

Last edited by Tex2002ans; 02-10-2018 at 07:26 PM.
Tex2002ans is offline   Reply With Quote