Image in forum description alignment with text

jdab

Madly Diligent
Joined
Aug 29, 2010
Messages
9,642
Reaction score
1
FP$
21
I have added an icon to my forum description - however, the text starts at the bottom of the image. This is what it looks like:
lwxhVAC.gif

I want the text to align correctly with the image so that it all fits nicely next to it rather than starting at the bottom. Sorry if this is poorly worded.

Any ideas?
 
To make all of them align in a row, you should create a separate <td> for image and separate on for the text.

What forum software are you using? Also, can i have a link to the forum?
 
Add the following to the image src. If this works, which it should, we'll work on moving it to CSS where it should be. 🙂

Code:
style="vertical-align:center;float:left;padding-right:4px;"
 
Back
Top Bottom