sAuhsoj
07-12-2011, 04:33 PM
I don't know how I am struggling with this but apparently I am. I want to display a piece of text inline with an image and have them vertically aligned. However, I am somehow finding this difficult. This is the HTML.<div style="position: relative; margin:0; padding:0; width:800px; display:inline; ">
Gest allows you to use mouse gestures with Windows Explorer. To perform a mouse gestures hold down the right mouse button and move it. The ways in which you move the mouse before you release the button determines what action Gest will perform.
</div>
<img src="myimage.png" style="display:inline; position: relative; float: right; vertical-align: middle;">
Why is this not working??:confused:
Thanks in advance.
Gest allows you to use mouse gestures with Windows Explorer. To perform a mouse gestures hold down the right mouse button and move it. The ways in which you move the mouse before you release the button determines what action Gest will perform.
</div>
<img src="myimage.png" style="display:inline; position: relative; float: right; vertical-align: middle;">
Why is this not working??:confused:
Thanks in advance.