styling broken images code example
Example: css broken image has top margin?
/* to fix broken images with top marging add a veritcal align to them
img {
vertical-align: middle;
}
/* to fix broken images with top marging add a veritcal align to them
img {
vertical-align: middle;
}