CSS Q
CSS Q
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- gabriel_pc0
Have you tried setting the image to:
display: block;
float: left;?
Sometimes that'll fix gaps around images. Let me know if that works for you.
Have you tried setting the image to:
display: block;
float: left;
?
Sometimes that'll fix gaps around images. Let me know if that works for you.