I have an image which I have set the float value to 'left.' I then have text which does line up next to the image. However, the height of the alignment is differnent in IE and FireFox. The text is at the top of the image in IE, but a little below in FireFox. I have set the vertical_align property of the text to 'top' but it does not seem to do anything. Here are the two files: HTML: http://www.betatke.org/alumni/test/index.html CSS: http://www.betatke.org/alumni/test/layout.css
Ok. I fixed that with a 'display: inline;' But I still can't get any of the vertical-align options to work. Any hints?