Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20112, comment 1


Ignore:
Timestamp:
02/24/2012 07:41:11 PM (14 years ago)
Author:
azaozz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20112, comment 1

    initial v1  
    1 It seems your external HTML doesn't conform to the requirement neither for the visual editor nor for the HTML editor. The problem is with autop: you either use it and replace all <p> tags with line breaks or you don't use it and strip all line breaks from the HTML code (as the visual editor would do).
     1~~It seems your external HTML doesn't conform to the requirement neither for the visual editor nor for the HTML editor.~~
    22
    3 In reality autop allows line breaks after the closing tags for block elements but nowhere else.
     3Scratch that, think I misread the ticket. The attached html code is taken from the HTML editor and seems to show properly in the visual editor (except one irregularity where a nested table pushes the content of other cells lower, but that depends on the styling).
     4
     5Can you show what characters shouldn't be there? Include screenshot(s) if needed.