Hi guys.
I’m wondering if it’s possible to align an image (which is hard coded into the html) with the second paragraph of an EE textarea field.
Here’s a snippet of simplified template code:
<div class="content_485">
{exp:channel:entries dynamic="no" channel="about_mission" disable="pagination|member_data" sort="asc"}
{featured_photo}
{intro_text}
{/exp:channel:entries}
</div>In the code above {intro_text} is a textarea with 4 paragraphs. The photo is floated to the left so the text generated by {intro_text} wraps around the photo. What I’d like to do is have the photo float left, but align with the top of the second paragraph (instead of aligning with the top of the first paragraph as it’s currently doing).
I’m not sure if this is possible, but any thoughts would be much appreciated.