in an image....problem is, in ie, there is some distance between the image and the text....but in firefox, the distance of the image and the text is very, very near....how can i control the margin of the text?style="float:left"
thanks...
Moderator: General Moderators
in an image....problem is, in ie, there is some distance between the image and the text....but in firefox, the distance of the image and the text is very, very near....how can i control the margin of the text?style="float:left"
Code: Select all
margin:auto;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;