Examples in [ code ] fixed-width font [ /code ] don't line up any more.
The blanks are wider than "M". The problem is that it is using & nbsp ; instead of # 32 ; and the non-breaking space is wider than all other characters.
Test: "This" and "There" are supposed to line up.
iiiiilllll This is supposed to be a fixed-width font
MMMMM There are five blanks before the five 'M's.
[ code ] iiiiilllll This is supposed to be a fixed-width font [ /code ] gets converted to:
[ code ]
<div class="fbcode" style="width:450px;"><table cellspacing="1" cellpadding="3" border="0"><tr><td><b>Code: </b></td></tr><tr><td><hr /><code class="php"><br />
iiiiilllll This is supposed to be a fixed-width font<br />
[ /code ]
It was working fine a week ago. What changed?
Also, the width should be something like
640px or
700px to match everything else on the page.