How to Align around image correctly
-
Hi,
I have some problem to correctly show my wordpress page with an image on the right side. I tried to use <div> clear and BR clear.
What I am looking for:
<h2>header</h2>
Content
<h2>header</h2>
ContentOn the right side of this an image which can be on the right side of all those elements.
But I can’t get it correctly with the code.
<img class=”right” src=”https://www.jpg” height=”300″ width=”200″>
<h2>Header</h2>
Content—- CSS
.right { float: right; margin: 0 0 .5em .5em; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to Align around image correctly’ is closed to new replies.