XF 2.0 How can I get this photo to move to the lower right hand corner?

jr777

Active member
https://www.germanglish.org/pages/about/

I'm trying to get the photo on the right to move down to the bottom. Here's what I've got so far:

Code:
<img src="/images/about2.jpg" alt="Pretzl Girl" width="200px" style="float:right">

I just can't get that dadgum thing to move on down. I've tried everything I can think of...
 
The image is located at the top in your HTML, so that's where it's going to be aligned.. You'd need to move the code to the bottom if that's where you want the image to be.
 
Top Bottom