HTML/CSS: Have images besides eachother -
heres issue + code: http://jsbin.com/oyusa3/edit
if can see there spaces between images , under it, not want. cant find have specified should this?
how can fix this? , if specified width box full large width(see border)
<img> inline element, text, have spaces between when there's white-space. try removing white-space between images, , close gap.
see here:
http://jsbin.com/oyusa3/2/edit
as things css, there many ways going around this. see other answers illustrate how use float or display: block (to make not inline) or removing letter-spacing.
Comments
Post a Comment