In XHTML.DEF you need to replace

[b1 | bold font <b></b>]*CTRL+B
<b>§|</b>
;
[b | bold font with attributs]
<b %class% %style% %id% %on% %title% %xmllang% %lang% %dir%>§|</b>

With

[strong | bold font <strong></strong>]*CTRL+B
<strong>§|</strong>
;
[strong1 | bold font with attributes]
<strong %class% %style% %id% %on% %title% %xmllang% %lang% %dir%>§|</strong>

Could also do with deleting

[TABLEi |N table as IFRAME]
<table border="1" style="border-collapse: collapse">
 <tr>
  <td>
   <div style="overflow: auto; width: 200px; height: 100px">
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
   </div>
  </td>
 </tr>
</table>
;

As, as far as I can see, it serves no purpose.

-- 
Carbonize

<http://forum.pspad.com/read.php?2,52056,53190>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem