Hi
I have a line with image + text.
If the image height is longer than the text, so the text is going down.
like this:
____[] ( []=picture )
What should I do in order to align them to the middle
like this:
---[] ( []=picture )
Thanks!
Hi
I have a line with image + text.
If the image height is longer than the text, so the text is going down.
like this:
____[] ( []=picture )
What should I do in order to align them to the middle
like this:
---[] ( []=picture )
Thanks!
Have you tried using CSS' vertical-align property:
Hope that makes sense.Code:<img src="whatever.jpg" alt="myimage"style="vertical-align:middle;">
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Bookmarks