Floating text and pics on same line
-
I am new to coding. Here is my deal:
I finding WordPress rather unintuitive when it comes to formatting content on pages and posts.Anyway, I want to put some content on one side of the page, and then a pic with text/link above it on the right side. I found a forum that said use
<span style=float right etc.. but when I get clever and try code the text on the right to be
<p>and the left text to be
<h5>` The p text moves to a new line.Can h and p not share a line? Here is the code:
<h5><span style=”float: left;”>Klpisch Rf-52 Review</span></h5><p><span style=”float: right;”>Mid Range</span></p>
<img class=” size-medium wp-image-446 alignright” src=”https://insights-llc.com/build5/wp-content/uploads/2015/05/Reference-RF-52ls_635049967420100000_medium_635523549060496000-300×300.jpg” alt=”Reference-RF-52ls_635049967420100000_medium_635523549060496000″ width=”300″ height=”300″ />
- The topic ‘Floating text and pics on same line’ is closed to new replies.