Quote:
Originally Posted by Juicy D. Links
text-align: left didnt help either
|
It should be the CSS machinegunkelly posted. But maybe in IE anchors don't inherit their text alignment from the parent or something, so it might be
Code:
.logo a
{
text-align:left;
}