XF 1.3 Html code to get the words next to the images?

RAHSTYLES

Active member
imgwordsright.webp

HI i would like to make the words appear directly to the right of the image and i would also like the image clicable to go into the forum topic aswell... here is the code I have currently could sombody modifiy it to do what i need it to do please?

<img src="http://us.123rf.com/450wm/liliwhite...21200009/16823095-vip-member-gouden-badge.jpg" alt="Smiley face" height="42" width="42">Gold Level VIP members only discussions! (Your rank must be gold level and you must have 200 post count to enter!)
 
Try something like this, change the margin values to suit your needs.

<img style="float: left; margin: 0px 15px 15px 0px;" src="http://us.123rf.com/450wm/liliwhite...21200009/16823095-vip-member-gouden-badge.jpg" alt="Smiley face" height="42" width="42">Gold Level VIP members only discussions! (Your rank must be gold level and you must have 200 post count to enter!)


Nice!!!! that worked out... Can you also make it so the picture is clicable and you can add whatever url to it please?
 
Top Bottom