Hello I'm trying to float an image left, and line the text flush with the top. I've tried the following:
<p><img class="left top" src="pic.jpg" />text aligns at very top, but image has a top margin<p> <p><img class="top left" src="pic.jpg" />text aligns at very top, but image has a top margin</p> The top margin will only go away if I override it inline, like this: <p><img class="left" src="pic.jpg" style="margin-top:0;padding-top: 0;" />image is on the left, and text starts flush on the top right of image</p> What classes should I be using to get this done? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
