css3 - Remove gap from img tag css -
css3 - Remove gap from img tag css -
i have problems.
allways when iclude img tag in html file, have gap arround tag. not margin , not padding. inquire me ?
can help me delete gab css ?
<img src="../images/modules/bildergalerie2.jpg" />
thanks
<img src="../images/modules/bildergalerie2.jpg" />
the gap caused fact <img> inline element cause them follow same rules text. prepare that, add together display: block; on image or play vertical-align (set bottom). more information, read first-class article @ mozilla https://developer.mozilla.org/en/docs/images,_tables,_and_mysterious_gaps
css css3
Comments
Post a Comment