html - How to force a line break after each image in Safari Reader? -


I was unable to activate Safari Reader in a local HTML file, so I can not give you a running example, But only I describe my problem:

The markup of my blog post is basically:

  & lt; Div class = "post" & gt; & Lt; Div class = "post-header" & gt; Hello, World & lt; / Div & gt; & Lt; Div class = "post-body" & gt; & Lt; P & gt; Look at this picture: & lt; / P & gt; & Lt; P & gt; & Lt; Img src = "http://37prime.com/news/wp-content/uploads/2008/03/safari_icon.png" /> & Lt; / P & gt; & Lt; P & gt; Is not this a good picture? & Lt; / P & gt; & Lt; / Div & gt; & Lt; / Div & gt;  

This looks expected in all browsers including Safari. In Safari Reader, third paragraph "Is not this a good picture?"

Has anyone experienced a similar problem?

simply & lt; Br / & gt; Do not use , but & lt; Br = clear = "all" />


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -