View Single Post
Old 05-17-2021, 09:23 AM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
You want your <div>s and <p>s on the outside + your <img>s and <a>s on the inside:

Code:
<div class="social"><img alt="" src="../Images/instagram.jpg"/></div>
<p><a href="https://www.instagram.com/example">https://www.instagram.com/example</a></p>

<div class="social"><img alt="" src="../Images/twitter.jpg"/></div>
<p><a href="https://www.twitter.com/example">@example</a></p>
Tex2002ans is offline   Reply With Quote