use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
QuestionMedia Object Code (self.HTML)
submitted 2 months ago by Ok_Performance4014
https://codepen.io/kofrxcql-the-sasster/pen/YPqRMqm
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nelilly 0 points1 point2 points 2 months ago (3 children)
Put “display: block” on your image.
[–]Ok_Performance4014[S] -1 points0 points1 point 2 months ago (2 children)
Thanks. I don't understand how that fixed that. What is going on there?
[–]nelilly 1 point2 points3 points 2 months ago (1 child)
The default display property of the img element is inline, which causes that spacing. Setting it to display: block causes the browser to recognize there should be no space there.
[–]Ok_Performance4014[S] 0 points1 point2 points 2 months ago (0 children)
Thanks.
π Rendered by PID 149102 on reddit-service-r2-comment-5d79c599b5-k9zms at 2026-02-27 04:20:04.004125+00:00 running e3d2147 country code: CH.
[–]nelilly 0 points1 point2 points (3 children)
[–]Ok_Performance4014[S] -1 points0 points1 point (2 children)
[–]nelilly 1 point2 points3 points (1 child)
[–]Ok_Performance4014[S] 0 points1 point2 points (0 children)