You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATED : Sorry i just find the image_fix {display:block;} class that solve the problem...
Just a question: Why not applying it to all image tag by default ?
UPDATED : Sorry i just find the
image_fix {display:block;}
class that solve the problem...Just a question: Why not applying it to all image tag by default ?
I encountered that issue :
http://stackoverflow.com/questions/8479090/remove-spacing-between-table-cells-and-rows
And this solution works for me:
http://stackoverflow.com/a/8480459/1359623
So i add display:block; for the img style:
img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic; display: block; }
Hope this help someone...
The text was updated successfully, but these errors were encountered: