html - Indented blockquote around float -


I have a blockquote that flows around the left floating image when I am above or below the image, but When the image is in the same line, the image can be blocked from the left hand side of the page between 2 mm on the right hand, with the left margin of the page? I'm using HTML and CSS.

  img {float: left; Margin-right: 1 em; ...} Blockquote {Status: Relative; Left: 1em; Margin-left: 1em; ...}  

General text is 0em from the left margins of the page and 1em right from the image. Blockquote 2em is from the left margin of the page and 2em create the image in the correct form.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -