What I am trying to do, but am so-far failing miserably, is have a single DIV tag and within that DIV tag an image is aligned to the left, and some text is aligned to the right. Like this:
========================
I I
I Image Text I
I I
========================
Both would be vertically aligned in the middle.
I have this code, but it’s not working. To those of you who are in the know, it’s probably pretty self-evident what code I need, but I’d be really grateful if someone could help me!!
I’m sorry…you don’t need that clear: left; in there. Its only used if you have more than one image.
Like if you were floating three images left in the same <div>, you would have to use the clear: left; attribute so the images would line up underneith one an other…otherwise if you don’t use clear: left; the images will line up side by side.