Question : CSS question

Hi - trying to figure out what's wrong with my CSS that the text wrap on the images in my middle content div  is giving such a large space at the top - I'd like the text and the top if the image aligned. What am I doing wrong?

Here is the URL:

http://www.maxgeekweb1.com/index_new.asp

I'm referring specifically to the left floated thumbnails.

Any suggestions?

Thank you

Bill

Answer : CSS question

To get the text to align, you have to place the 'align="left' element Inside the block that you want it to align with.  That 'span' that you had around the 'p' wasn't doing any good.  Try this.
1:
2:
<p><img src="uploads/thumb_Fotolia_1591377_XS.jpg" align="left"> 
We hope you like our new ordering site. &nbsp;We welcome your comments or suggestions. &nbsp;Please call our office if you have any questions or encounter any problems. &nbsp;As a brand new site, we expect there will be some bugs to iron out during the initial usage. We appreciate your patience and understanding, as well as your feedback,&nbsp;as we present this new environment to you.</p>
Random Solutions  
 
programming4us programming4us